History log of /expo/ios/ExpoKit.podspec (Results 1 – 25 of 36)
Revision Date Author Comments
# 79294b5e 27-Jun-2023 Kudo Chien <[email protected]>

[ios][updates][tools] fix swift casting runtime exception (#23132)

# Why

close ENG-9094

# How

- this is again the swift runtime exception for casting versioned class to unversioned class li

[ios][updates][tools] fix swift casting runtime exception (#23132)

# Why

close ENG-9094

# How

- this is again the swift runtime exception for casting versioned class to unversioned class like https://github.com/expo/expo/pull/23012#discussion_r1237294135. this time it's the `EXUpdatesUpdate` and solved by the `object_setClass` too.
- moving the `object_setClass` to expo-go only `EXUpdatesBinding` class which is a proper place to do the casting. however, this requires more swift <-> objc interop like adding swift compatibility header to search paths and adding `-fmodule-map`.
- some refactoring for the expokit podspec

# Test Plan

- ci passed
- test local expo-go to load sdk 49 updates (both classic updates and eas updates)

show more ...


# af2ec015 26-Jun-2023 Tomasz Sapeta <[email protected]>

Add versioned code for SDK 49 on iOS (#23071)


# 453643fe 22-Jun-2023 Kudo Chien <[email protected]>

[ios][core][tools] fix expo go versioning issues on ios (#23012)

# Why

fix expo-go ios versioning for sdk 49
close ENG-8955

# How

- a lot of mess transform rules update mainly for react-na

[ios][core][tools] fix expo go versioning issues on ios (#23012)

# Why

fix expo-go ios versioning for sdk 49
close ENG-8955

# How

- a lot of mess transform rules update mainly for react-native 0.72 and reanimated v3
- [core] rename `ExpoRuntime -> EXRuntime` in objc for versioning
- [updates] force casting for the `UpdatesConfig` (i'll leave comment for this)
- [react-native-lab] add correct dependencies to make versioned code build passed

# Test Plan

`et add-sdk -p ios -s 49.0.0` + ios versioned expo-go + sdk49 ncl

show more ...


# fe5cfb17 06-Feb-2023 Tomasz Sapeta <[email protected]>

[ios] Add versioned code for SDK 48 (#21091)


# 753557f6 25-Oct-2022 Tomasz Sapeta <[email protected]>

[ios] Add versioned code for SDK 47 (#19619)


# 5d2a4fa1 12-Oct-2022 Brent Vatne <[email protected]>

[android][ios] Upgrade react-native-pager-view to 6.0.1 (#19528)


# e3115b15 07-Oct-2022 Kudo Chien <[email protected]>

[android][ios] Upgrade lottie-react-native to 5.1.4 (#19433)

# Why

close ENG-6540

# How

- `et uvm -m lottie-react-native -c v5.1.4`
- backport lottie-ios version bump to versioned code

[android][ios] Upgrade lottie-react-native to 5.1.4 (#19433)

# Why

close ENG-6540

# How

- `et uvm -m lottie-react-native -c v5.1.4`
- backport lottie-ios version bump to versioned code

# Test Plan

- android unversioned expo go + NCL lottie
- ios unversioned expo go + NCL lottie

show more ...


# c88b85cf 14-Sep-2022 Tomasz Sapeta <[email protected]>

[ios] Bump deployment target to 13.0 (#18873)


# 71f42e3e 15-Jul-2022 Tomasz Sapeta <[email protected]>

[ios] Add versioned code for SDK46 (#18232)


# c65a9e6c 05-May-2022 Tomasz Sapeta <[email protected]>

[ios] Fix compilation issues in iOS shell apps (#17357) [skip ci]


# dad749c2 20-Apr-2022 Tomasz Sapeta <[email protected]>

[ios] Add versioned code for SDK45 (#17110)


# 2ed31047 24-Feb-2022 Kudo Chien <[email protected]>

[android][ios] Upgrade react-native to 0.67.2 in Expo Go (#16400)

# Why

upgrade for sdk 45

# How

## upgrade react native fork

code in https://github.com/expo/react-native/tree/sdk-45
ba

[android][ios] Upgrade react-native to 0.67.2 in Expo Go (#16400)

# Why

upgrade for sdk 45

# How

## upgrade react native fork

code in https://github.com/expo/react-native/tree/sdk-45
basically cherry pick most necessary commits from sdk-44 branch but not these two:

1. https://github.com/expo/react-native/commit/125b36ac6d76e702bea4d7c41a8a402d68cdb1f1: because ExpoKit is already deprecated.
2. https://github.com/expo/react-native/commit/82d3ff5218cc576b5c7ea44c7adbf8b5aa5d985c: [use the official way to set metro server address](https://github.com/facebook/react-native/commit/e2b5b6504cb4dee8f2ec67f1d3a410801e1ca09a)

## migrate project setup

basically reference from: https://react-native-community.github.io/upgrade-helper/?from=0.64.2&to=0.67.2

## other build errors or launch errors

just to deal with these mess one by one.

# Test Plan

- [android] unversioned expo-go build + launch + load unversioned NCL
- [ios] unversioned expo-go build + launch + load unversioned NCL

show more ...


# fa880e0f 06-Dec-2021 Brent Vatne <[email protected]>

[ios] Update ExpoKit.podspec


# f0eae007 02-Oct-2021 Tomasz Sapeta <[email protected]>

[ios] Bump version in ExpoKit.podspec to 43.0.0


# 876ce2cc 01-Oct-2021 Tomasz Sapeta <[email protected]>

[tools] Update iOS shell apps for expo modules (#14615)


# eb2c86e3 17-Sep-2021 Charlie Cruzan <[email protected]>

[ios] Fix versioning script and shell app workflows (#14436)

* fix iOS shell app workflow

* fix versioning for Stripe to account for new files

* update versioning scripts

* fix JKBigInteger

[ios] Fix versioning script and shell app workflows (#14436)

* fix iOS shell app workflow

* fix versioning for Stripe to account for new files

* update versioning scripts

* fix JKBigInteger imports

* fix imports in expo-modules-core

* remove JKBigInteger2

* add comment

* Update CHANGELOG.md

show more ...


# 43babc79 14-Sep-2021 Charlie Cruzan <[email protected]>

[react native pager view] update for SDK 43 (#14349)

* delete previous ios files

* remove old android files

* update versioning scripts

* et uvm

* fix builds on android

* update NCL

[react native pager view] update for SDK 43 (#14349)

* delete previous ios files

* remove old android files

* update versioning scripts

* et uvm

* fix builds on android

* update NCL

* changelog

* fix lint

* run spotlessApply

* upgrade to 5.4.4

* npm run setup:native

show more ...


# 71ebd28e 13-Sep-2021 Charlie Cruzan <[email protected]>

[ios] Bump deployment target to 12.0 (#14383)

* drop ios 11

* update bare-sandbox

* forgot some

* add PR link to changelogs

* Update packages/expo-cellular/CHANGELOG.md

Co-authored-by

[ios] Bump deployment target to 12.0 (#14383)

* drop ios 11

* update bare-sandbox

* forgot some

* add PR link to changelogs

* Update packages/expo-cellular/CHANGELOG.md

Co-authored-by: Expo CI <[email protected]>

* et pod-install after rebase

Co-authored-by: Expo CI <[email protected]>

show more ...


# 12db4111 10-Sep-2021 Charlie Cruzan <[email protected]>

Remove expo-payments-stripe (#14382)

* rm -rf packages/expo-payments-stripe

* delete ABI code for expo-payments-stripe

* docs, changelog, and codeowner

* remove from ios, android, NCL, bare

Remove expo-payments-stripe (#14382)

* rm -rf packages/expo-payments-stripe

* delete ABI code for expo-payments-stripe

* docs, changelog, and codeowner

* remove from ios, android, NCL, bare-expo, and test-suite

* remove stripe-specific things from template-files

* remove EXPaymentsStripe-specific handling from versioning scripts

* remove last reference on android

* docs feedback

* Update CHANGELOG.md

Co-authored-by: Expo CI <[email protected]>

Co-authored-by: Expo CI <[email protected]>

show more ...


# be199093 06-Jul-2021 Tomasz Sapeta <[email protected]>

[ios][skip ci] Add MBProgressHUD to ExpoKit dependencies


# 30bfe260 18-Jun-2021 Brent Vatne <[email protected]>

[sdk-42] Cherrypick versioned iOS and Android (#13343)

Co-authored-by: cruzach <[email protected]>
Co-authored-by: jkh <[email protected]>
Co-authored-by: andy <[email protected].

[sdk-42] Cherrypick versioned iOS and Android (#13343)

Co-authored-by: cruzach <[email protected]>
Co-authored-by: jkh <[email protected]>
Co-authored-by: andy <[email protected]>

show more ...


# fb3d99c5 24-May-2021 Tomasz Sapeta <[email protected]>

[permissions] Migrate interface to expo-modules-core (#12961)


# fffbdb31 13-May-2021 Tomasz Sapeta <[email protected]>

[file-system] Migrate interface to expo-modules-core (#12918)


# 10c060fd 13-May-2021 Tomasz Sapeta <[email protected]>

[sensors] Migrate interface to expo-modules-core (#12888)


# 65d041d7 11-May-2021 Tomasz Sapeta <[email protected]>

[constants] Migrate interface to expo-modules-core (#12876)


12