<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in ExpoKit.podspec</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>79294b5e - [ios][updates][tools] fix swift casting runtime exception (#23132)</title>
        <link>http://172.16.0.5:8080/history/expo/template-files/ios/ExpoKit.podspec#79294b5e</link>
        <description>[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&apos;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 &lt;-&gt; 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)

            List of files:
            /expo/template-files/ios/ExpoKit.podspec</description>
        <pubDate>Tue, 27 Jun 2023 17:30:46 +0000</pubDate>
        <dc:creator>Kudo Chien &lt;kudo@expo.dev&gt;</dc:creator>
    </item>
<item>
        <title>453643fe - [ios][core][tools] fix expo go versioning issues on ios (#23012)</title>
        <link>http://172.16.0.5:8080/history/expo/template-files/ios/ExpoKit.podspec#453643fe</link>
        <description>[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 -&gt; EXRuntime` in objc for versioning- [updates] force casting for the `UpdatesConfig` (i&apos;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

            List of files:
            /expo/template-files/ios/ExpoKit.podspec</description>
        <pubDate>Thu, 22 Jun 2023 06:11:10 +0000</pubDate>
        <dc:creator>Kudo Chien &lt;kudo@expo.dev&gt;</dc:creator>
    </item>
<item>
        <title>c88b85cf - [ios] Bump deployment target to 13.0 (#18873)</title>
        <link>http://172.16.0.5:8080/history/expo/template-files/ios/ExpoKit.podspec#c88b85cf</link>
        <description>[ios] Bump deployment target to 13.0 (#18873)

            List of files:
            /expo/template-files/ios/ExpoKit.podspec</description>
        <pubDate>Wed, 14 Sep 2022 07:55:46 +0000</pubDate>
        <dc:creator>Tomasz Sapeta &lt;tomasz.sapeta@swmansion.com&gt;</dc:creator>
    </item>
<item>
        <title>c65a9e6c - [ios] Fix compilation issues in iOS shell apps (#17357) [skip ci]</title>
        <link>http://172.16.0.5:8080/history/expo/template-files/ios/ExpoKit.podspec#c65a9e6c</link>
        <description>[ios] Fix compilation issues in iOS shell apps (#17357) [skip ci]

            List of files:
            /expo/template-files/ios/ExpoKit.podspec</description>
        <pubDate>Thu, 05 May 2022 16:59:13 +0000</pubDate>
        <dc:creator>Tomasz Sapeta &lt;tomasz.sapeta@swmansion.com&gt;</dc:creator>
    </item>
<item>
        <title>8c06a28f - [ios] fix template-files typo</title>
        <link>http://172.16.0.5:8080/history/expo/template-files/ios/ExpoKit.podspec#8c06a28f</link>
        <description>[ios] fix template-files typosorry be annoying again

            List of files:
            /expo/template-files/ios/ExpoKit.podspec</description>
        <pubDate>Fri, 25 Feb 2022 17:34:45 +0000</pubDate>
        <dc:creator>Kudo Chien &lt;kudo@expo.dev&gt;</dc:creator>
    </item>
<item>
        <title>bc99dc18 - [ios] fix template-files typo</title>
        <link>http://172.16.0.5:8080/history/expo/template-files/ios/ExpoKit.podspec#bc99dc18</link>
        <description>[ios] fix template-files typo

            List of files:
            /expo/template-files/ios/ExpoKit.podspec</description>
        <pubDate>Fri, 25 Feb 2022 15:33:08 +0000</pubDate>
        <dc:creator>Kudo Chien &lt;kudo@expo.dev&gt;</dc:creator>
    </item>
<item>
        <title>2ed31047 - [android][ios] Upgrade react-native to 0.67.2 in Expo Go (#16400)</title>
        <link>http://172.16.0.5:8080/history/expo/template-files/ios/ExpoKit.podspec#2ed31047</link>
        <description>[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&amp;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

            List of files:
            /expo/template-files/ios/ExpoKit.podspec</description>
        <pubDate>Thu, 24 Feb 2022 16:35:17 +0000</pubDate>
        <dc:creator>Kudo Chien &lt;kudo@expo.dev&gt;</dc:creator>
    </item>
<item>
        <title>876ce2cc - [tools] Update iOS shell apps for expo modules (#14615)</title>
        <link>http://172.16.0.5:8080/history/expo/template-files/ios/ExpoKit.podspec#876ce2cc</link>
        <description>[tools] Update iOS shell apps for expo modules (#14615)

            List of files:
            /expo/template-files/ios/ExpoKit.podspec</description>
        <pubDate>Fri, 01 Oct 2021 19:04:05 +0000</pubDate>
        <dc:creator>Tomasz Sapeta &lt;tomasz.sapeta@swmansion.com&gt;</dc:creator>
    </item>
<item>
        <title>eb2c86e3 - [ios] Fix versioning script and shell app workflows (#14436)</title>
        <link>http://172.16.0.5:8080/history/expo/template-files/ios/ExpoKit.podspec#eb2c86e3</link>
        <description>[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

            List of files:
            /expo/template-files/ios/ExpoKit.podspec</description>
        <pubDate>Fri, 17 Sep 2021 15:29:52 +0000</pubDate>
        <dc:creator>Charlie Cruzan &lt;35579283+cruzach@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>12db4111 - Remove expo-payments-stripe (#14382)</title>
        <link>http://172.16.0.5:8080/history/expo/template-files/ios/ExpoKit.podspec#12db4111</link>
        <description>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 &lt;34669131+expo-ci@users.noreply.github.com&gt;Co-authored-by: Expo CI &lt;34669131+expo-ci@users.noreply.github.com&gt;

            List of files:
            /expo/template-files/ios/ExpoKit.podspec</description>
        <pubDate>Fri, 10 Sep 2021 20:30:58 +0000</pubDate>
        <dc:creator>Charlie Cruzan &lt;35579283+cruzach@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>fb3d99c5 - [permissions] Migrate interface to expo-modules-core (#12961)</title>
        <link>http://172.16.0.5:8080/history/expo/template-files/ios/ExpoKit.podspec#fb3d99c5</link>
        <description>[permissions] Migrate interface to expo-modules-core (#12961)

            List of files:
            /expo/template-files/ios/ExpoKit.podspec</description>
        <pubDate>Mon, 24 May 2021 12:48:51 +0000</pubDate>
        <dc:creator>Tomasz Sapeta &lt;1714764+tsapeta@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>fffbdb31 - [file-system] Migrate interface to expo-modules-core (#12918)</title>
        <link>http://172.16.0.5:8080/history/expo/template-files/ios/ExpoKit.podspec#fffbdb31</link>
        <description>[file-system] Migrate interface to expo-modules-core (#12918)

            List of files:
            /expo/template-files/ios/ExpoKit.podspec</description>
        <pubDate>Thu, 13 May 2021 14:15:43 +0000</pubDate>
        <dc:creator>Tomasz Sapeta &lt;1714764+tsapeta@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>10c060fd - [sensors] Migrate interface to expo-modules-core (#12888)</title>
        <link>http://172.16.0.5:8080/history/expo/template-files/ios/ExpoKit.podspec#10c060fd</link>
        <description>[sensors] Migrate interface to expo-modules-core (#12888)

            List of files:
            /expo/template-files/ios/ExpoKit.podspec</description>
        <pubDate>Thu, 13 May 2021 08:40:35 +0000</pubDate>
        <dc:creator>Tomasz Sapeta &lt;1714764+tsapeta@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>65d041d7 - [constants] Migrate interface to expo-modules-core (#12876)</title>
        <link>http://172.16.0.5:8080/history/expo/template-files/ios/ExpoKit.podspec#65d041d7</link>
        <description>[constants] Migrate interface to expo-modules-core (#12876)

            List of files:
            /expo/template-files/ios/ExpoKit.podspec</description>
        <pubDate>Tue, 11 May 2021 10:51:39 +0000</pubDate>
        <dc:creator>Tomasz Sapeta &lt;1714764+tsapeta@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>089a3d82 - [ios] Bump deployment target to iOS 11.0 (#11344)</title>
        <link>http://172.16.0.5:8080/history/expo/template-files/ios/ExpoKit.podspec#089a3d82</link>
        <description>[ios] Bump deployment target to iOS 11.0 (#11344)

            List of files:
            /expo/template-files/ios/ExpoKit.podspec</description>
        <pubDate>Tue, 15 Dec 2020 11:05:35 +0000</pubDate>
        <dc:creator>Tomasz Sapeta &lt;1714764+tsapeta@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>49aaa82b - [ios] Add ReactCommon to ExpoKit dependencies to fix Reanimated v2 compile problem (#11148)</title>
        <link>http://172.16.0.5:8080/history/expo/template-files/ios/ExpoKit.podspec#49aaa82b</link>
        <description>[ios] Add ReactCommon to ExpoKit dependencies to fix Reanimated v2 compile problem (#11148)# Why&lt;img width=&quot;663&quot; alt=&quot;Zrzut ekranu 2020-11-27 o 10 41 28&quot; src=&quot;https://user-images.githubusercontent.com/1151041/100434657-1da0ac80-309d-11eb-912a-9c6777b6f76c.png&quot;&gt;# 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.

            List of files:
            /expo/template-files/ios/ExpoKit.podspec</description>
        <pubDate>Fri, 27 Nov 2020 14:04:53 +0000</pubDate>
        <dc:creator>Stanis&#322;aw Chmiela &lt;sjchmiela@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>25be6b63 - [branch][image][media-library][random][splash-screen][updates][Expo][iOS] Change &apos;React&apos; dependency to &apos;React-Core&apos; (#11057)</title>
        <link>http://172.16.0.5:8080/history/expo/template-files/ios/ExpoKit.podspec#25be6b63</link>
        <description>[branch][image][media-library][random][splash-screen][updates][Expo][iOS] Change &apos;React&apos; dependency to &apos;React-Core&apos; (#11057)Co-authored-by: Brent Vatne &lt;brentvatne@gmail.com&gt;

            List of files:
            /expo/template-files/ios/ExpoKit.podspec</description>
        <pubDate>Tue, 17 Nov 2020 04:22:34 +0000</pubDate>
        <dc:creator>Bart&#322;omiej Bukowski &lt;bartlomiej.bukowski@swmansion.com&gt;</dc:creator>
    </item>
<item>
        <title>4e88c1fb - [template-files] Change tabs to spaces</title>
        <link>http://172.16.0.5:8080/history/expo/template-files/ios/ExpoKit.podspec#4e88c1fb</link>
        <description>[template-files] Change tabs to spaces

            List of files:
            /expo/template-files/ios/ExpoKit.podspec</description>
        <pubDate>Mon, 07 Sep 2020 17:11:14 +0000</pubDate>
        <dc:creator>Stanis&#322;aw Chmiela &lt;sjchmiela@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>9d291f4f - [template-files] Configure podspec for Reanimated and TurboModules (#10090)</title>
        <link>http://172.16.0.5:8080/history/expo/template-files/ios/ExpoKit.podspec#9d291f4f</link>
        <description>[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 `\&quot;$(PODS_ROOT)/Headers/Private/React-Core\&quot;` to header search paths, otherwise `RCTCxxBridgeDelegate.h` header wasn&apos;t being found (for some reason it&apos;s a private header).# Test PlanI have verified manually that this fixes the following problem:```Undefined symbols for architecture x86_64:  &quot;_OBJC_CLASS_$_EXReactAppManager&quot;, referenced from:      objc-class-ref in libExpoKit.a(EXHeadlessAppRecord.o)ld: symbol(s) not found for architecture x86_64```

            List of files:
            /expo/template-files/ios/ExpoKit.podspec</description>
        <pubDate>Mon, 07 Sep 2020 16:53:53 +0000</pubDate>
        <dc:creator>Stanis&#322;aw Chmiela &lt;sjchmiela@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>157148fe - [ios][et] Move ExpoKit.podspec to ios folder</title>
        <link>http://172.16.0.5:8080/history/expo/template-files/ios/ExpoKit.podspec#157148fe</link>
        <description>[ios][et] Move ExpoKit.podspec to ios folder

            List of files:
            /expo/template-files/ios/ExpoKit.podspec</description>
        <pubDate>Wed, 10 Jun 2020 15:08:54 +0000</pubDate>
        <dc:creator>Tomasz Sapeta &lt;tsapeta@users.noreply.github.com&gt;</dc:creator>
    </item>
</channel>
</rss>
