History log of /expo/ios/ExpoKit.podspec (Results 26 – 36 of 36)
Revision Date Author Comments
# 3be004ca 18-Mar-2021 Eric Samelson <[email protected]>

[ios] apply other misc versioning fixes from @tsapeta


# 7e58fb75 22-Feb-2021 Tomasz Sapeta <[email protected]>

[ios] Enable Swift in shell apps and use vendored pods (#12005)


# 089a3d82 15-Dec-2020 Tomasz Sapeta <[email protected]>

[ios] Bump deployment target to iOS 11.0 (#11344)


# fd477091 23-Nov-2020 Eric Samelson <[email protected]>

[ios] add ABI 40


# 49aaa82b 27-Nov-2020 Stanisław Chmiela <[email protected]>

[ios] Add ReactCommon to ExpoKit dependencies to fix Reanimated v2 compile problem (#11148)

# Why

<img width="663" alt="Zrzut ekranu 2020-11-27 o 10 41 28" src="https://user-images.githubusercont

[ios] Add ReactCommon to ExpoKit dependencies to fix Reanimated v2 compile problem (#11148)

# Why

<img width="663" alt="Zrzut ekranu 2020-11-27 o 10 41 28" src="https://user-images.githubusercontent.com/1151041/100434657-1da0ac80-309d-11eb-912a-9c6777b6f76c.png">


# How

Applied https://github.com/expo/expo/pull/11096/commits/98bff7706ae722e66ad7b390c92af5ec0bd83d5b to `ExpoKit.podspec` which is used in iOS shell apps. More information at https://github.com/expo/expo/pull/11096#how.

# Test Plan

- [x] [iOS shell app](https://github.com/expo/expo/runs/1463549439?check_suite_focus=true) builds properly.

show more ...


# 25be6b63 17-Nov-2020 Bartłomiej Bukowski <[email protected]>

[branch][image][media-library][random][splash-screen][updates][Expo][iOS] Change 'React' dependency to 'React-Core' (#11057)

Co-authored-by: Brent Vatne <[email protected]>


# 4e88c1fb 07-Sep-2020 Stanisław Chmiela <[email protected]>

[template-files] Change tabs to spaces


# 9d291f4f 07-Sep-2020 Stanisław Chmiela <[email protected]>

[template-files] Configure podspec for Reanimated and TurboModules (#10090)

# Why

Shell apps for iOS fail to build, `ExpoKit`, which is used as a pod when building a shell app for iOS is missing

[template-files] Configure podspec for Reanimated and TurboModules (#10090)

# Why

Shell apps for iOS fail to build, `ExpoKit`, which is used as a pod when building a shell app for iOS is missing some required files and flags.

# How

- Looked into adding TurboModules commit and went through notable changes made to `Exponent.xcodeproj`.
- Added `.cpp` files for Reanimated v2.
- Had to add `\"$(PODS_ROOT)/Headers/Private/React-Core\"` to header search paths, otherwise `RCTCxxBridgeDelegate.h` header wasn't being found (for some reason it's a private header).

# Test Plan

I have verified manually that this fixes the following problem:

```
Undefined symbols for architecture x86_64:
"_OBJC_CLASS_$_EXReactAppManager", referenced from:
objc-class-ref in libExpoKit.a(EXHeadlessAppRecord.o)
ld: symbol(s) not found for architecture x86_64
```

show more ...


# dc67e510 02-Sep-2020 Bartłomiej Bukowski <[email protected]>

[iOS][sdk-39] Version iOS codebase (#9964)


# 7b76baba 24-Aug-2020 Bartłomiej Bukowski <[email protected]>

[iOS][amplitude] Upgrade [email protected] to [email protected] (#9880)

# Why
Amplitude-iOS changed it's name to Amplitude
Amplitude v6.0.0 introduced accommodation for new rules over IDFA in iOS

[iOS][amplitude] Upgrade [email protected] to [email protected] (#9880)

# Why
Amplitude-iOS changed it's name to Amplitude
Amplitude v6.0.0 introduced accommodation for new rules over IDFA in iOS 14
# How
Changed Amplitude-iOS ~> v4.7.1 to Amplitude ~> 6.0.0 across whole iOS project (versioned pods included).

show more ...


# 157148fe 10-Jun-2020 Tomasz Sapeta <[email protected]>

[ios][et] Move ExpoKit.podspec to ios folder


12