<?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 project.pbxproj</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>489c2041 - [ios] Remove legacy notifications module code (#24325)</title>
        <link>http://172.16.0.5:8080/history/expo/ios/Exponent.xcodeproj/project.pbxproj#489c2041</link>
        <description>[ios] Remove legacy notifications module code (#24325)

            List of files:
            /expo/ios/Exponent.xcodeproj/project.pbxproj</description>
        <pubDate>Fri, 15 Sep 2023 23:18:39 +0000</pubDate>
        <dc:creator>Will Schurman &lt;wschurman@expo.io&gt;</dc:creator>
    </item>
<item>
        <title>19a0af8d - [go] Load embedded bundle and manifest in release builds (#24412)</title>
        <link>http://172.16.0.5:8080/history/expo/ios/Exponent.xcodeproj/project.pbxproj#19a0af8d</link>
        <description>[go] Load embedded bundle and manifest in release builds (#24412)

            List of files:
            /expo/ios/Exponent.xcodeproj/project.pbxproj</description>
        <pubDate>Fri, 15 Sep 2023 19:43:18 +0000</pubDate>
        <dc:creator>Will Schurman &lt;wschurman@expo.io&gt;</dc:creator>
    </item>
<item>
        <title>b8addc5d - [ios] Remove dead code (#24316)</title>
        <link>http://172.16.0.5:8080/history/expo/ios/Exponent.xcodeproj/project.pbxproj#b8addc5d</link>
        <description>[ios] Remove dead code (#24316)

            List of files:
            /expo/ios/Exponent.xcodeproj/project.pbxproj</description>
        <pubDate>Mon, 11 Sep 2023 15:25:32 +0000</pubDate>
        <dc:creator>Will Schurman &lt;wschurman@expo.io&gt;</dc:creator>
    </item>
<item>
        <title>5f54863a - [tools] Switch expo home publishing to EAS update (#24216)</title>
        <link>http://172.16.0.5:8080/history/expo/ios/Exponent.xcodeproj/project.pbxproj#5f54863a</link>
        <description>[tools] Switch expo home publishing to EAS update (#24216)

            List of files:
            /expo/ios/Exponent.xcodeproj/project.pbxproj</description>
        <pubDate>Fri, 08 Sep 2023 23:40:24 +0000</pubDate>
        <dc:creator>Will Schurman &lt;wschurman@expo.io&gt;</dc:creator>
    </item>
<item>
        <title>529650a2 - [go] fix ios expo go crash from exceptions (#24305)</title>
        <link>http://172.16.0.5:8080/history/expo/ios/Exponent.xcodeproj/project.pbxproj#529650a2</link>
        <description>[go] fix ios expo go crash from exceptions (#24305)# Whypotentially to fix the strange ios crash after login# How- the root cause is that we didn&apos;t implement correct `RCTExceptionsManagerDelegate` protocol from react-native upgrade. that would probably cause the error stacktrace:  ```  Last Exception Backtrace:  0   CoreFoundation                      0x1c938ce38 __exceptionPreprocess + 164 (NSException.m:202)  1   libobjc.A.dylib                     0x1c25238d8 objc_exception_throw + 60 (objc-exception.mm:356)  2   CoreFoundation                      0x1c950181c -[NSObject(NSObject) doesNotRecognizeSelector:] + 136 (NSObject.m:140)  3   CoreFoundation                      0x1c93a2ce8 ___forwarding___ + 976 (NSForwarding.m:3620)  4   CoreFoundation                      0x1c940b320 _CF_forwarding_prep_0 + 96 (:-1)  5   Expo Go                             0x105588678 -[RCTExceptionsManager reportSoft:stack:exceptionId:extraDataAsJSON:] + 244 (RCTExceptionsManager.mm:50)  6   Expo Go                             0x105589010 -[RCTExceptionsManager reportException:] + 1320 (RCTExceptionsManager.mm:156)  7   CoreFoundation                      0x1c93f76b4 __invoking___ + 148 (:-1)  8   CoreFoundation                      0x1c93a3b1c -[NSInvocation invoke] + 428 (NSForwarding.m:3377)  9   CoreFoundation                      0x1c93a3534 -[NSInvocation invokeWithTarget:] + 64 (NSForwarding.m:3474)  10  Expo Go                             0x105542a60 -[RCTModuleMethod invokeWithBridge:module:arguments:] + 388 (RCTModuleMethod.mm:584)  11  Expo Go                             0x105544ac0 facebook::react::invokeInner(RCTBridge*, RCTModuleData*, unsigned int, folly::dynamic const&amp;, int, (anonymous namespace)::SchedulingContext) + 456 (RCTNativeModule.mm:197)  12  Expo Go                             0x105544710 facebook::react::RCTNativeModule::invoke(unsigned int, folly::dynamic&amp;&amp;, int)::$_0::operator()() const + 68 (RCTNativeModule.mm:114)  13  Expo Go                             0x105544710 invocation function for block in facebook::react::RCTNativeModule::invoke(unsigned int, folly::dynamic&amp;&amp;, int) + 112 (RCTNativeModule.mm:105)  14  libdispatch.dylib                   0x1d09a3460 _dispatch_call_block_and_release + 32 (init.c:1518)  15  libdispatch.dylib                   0x1d09a4f88 _dispatch_client_callout + 20 (object.m:560)  16  libdispatch.dylib                   0x1d09ac640 _dispatch_lane_serial_drain + 672 (inline_internal.h:2632)  17  libdispatch.dylib                   0x1d09ad18c _dispatch_lane_invoke + 384 (queue.c:3940)  18  libdispatch.dylib                   0x1d09b7e10 _dispatch_workloop_worker_thread + 652 (queue.c:6876)  19  libsystem_pthread.dylib             0x217604df8 _pthread_wqthread + 288 (pthread.c:2618)  20  libsystem_pthread.dylib             0x217604b98 start_wqthread + 8 (:-1)  ```- add `-Werror=protocol` to have compiler error if we don&apos;t implement correct protocol in the future.# Test Planexpo go release build + local build production home with some `console.error()`

            List of files:
            /expo/ios/Exponent.xcodeproj/project.pbxproj</description>
        <pubDate>Wed, 06 Sep 2023 13:35:56 +0000</pubDate>
        <dc:creator>Kudo Chien &lt;kudo@expo.dev&gt;</dc:creator>
    </item>
<item>
        <title>3273f84b - [sqlite] Address feedback to #23791 (#23813)</title>
        <link>http://172.16.0.5:8080/history/expo/ios/Exponent.xcodeproj/project.pbxproj#3273f84b</link>
        <description>[sqlite] Address feedback to #23791 (#23813)

            List of files:
            /expo/ios/Exponent.xcodeproj/project.pbxproj</description>
        <pubDate>Sat, 12 Aug 2023 12:29:56 +0000</pubDate>
        <dc:creator>Alan Hughes &lt;30924086+alanjhughes@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>0e11aa5a - [go][sqlite] fix broken state for ios expo go (#23885)</title>
        <link>http://172.16.0.5:8080/history/expo/ios/Exponent.xcodeproj/project.pbxproj#0e11aa5a</link>
        <description>[go][sqlite] fix broken state for ios expo go (#23885)# Whyios expo-go has a couple error in the mean time, this pr is to address them all.# How- `pod install` error: outdated podfile.lock since #23858- build error from sqlite, since expo-go mixes ios builtin sqlite3 and community sqlite3. for example, sqlite3 `create_filename` is different. we should use older sqlite3 to make sure everything is compatible.    - `char *(*create_filename)(const char*,const char*,const char*,                           int,const char**);`    - `const char *(*create_filename)(const char*,const char*,const char*,                           int,const char**);`- missing some files to build for versioned expo-go, when testing with versioned expo-go. it will have runtime error because of missing modules.# Test Plan- ci passed- versioned expo go + NCL `EXPO_SDK_VERSION=UNVERSIONED npx expo start`

            List of files:
            /expo/ios/Exponent.xcodeproj/project.pbxproj</description>
        <pubDate>Thu, 10 Aug 2023 06:52:00 +0000</pubDate>
        <dc:creator>Kudo Chien &lt;kudo@expo.dev&gt;</dc:creator>
    </item>
<item>
        <title>560b3806 - [iOS] Update pbxproj in Expo Go after updates in expo-sqlite</title>
        <link>http://172.16.0.5:8080/history/expo/ios/Exponent.xcodeproj/project.pbxproj#560b3806</link>
        <description>[iOS] Update pbxproj in Expo Go after updates in expo-sqlite

            List of files:
            /expo/ios/Exponent.xcodeproj/project.pbxproj</description>
        <pubDate>Tue, 08 Aug 2023 13:51:45 +0000</pubDate>
        <dc:creator>Tomasz Sapeta &lt;tsapeta@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>8b02c6d0 - [iOS] Refactor version manager in Expo Go (#23624)</title>
        <link>http://172.16.0.5:8080/history/expo/ios/Exponent.xcodeproj/project.pbxproj#8b02c6d0</link>
        <description>[iOS] Refactor version manager in Expo Go (#23624)

            List of files:
            /expo/ios/Exponent.xcodeproj/project.pbxproj</description>
        <pubDate>Thu, 20 Jul 2023 10:28:40 +0000</pubDate>
        <dc:creator>Tomasz Sapeta &lt;tomasz.sapeta@swmansion.com&gt;</dc:creator>
    </item>
<item>
        <title>af2ec015 - Add versioned code for SDK 49 on iOS (#23071)</title>
        <link>http://172.16.0.5:8080/history/expo/ios/Exponent.xcodeproj/project.pbxproj#af2ec015</link>
        <description>Add versioned code for SDK 49 on iOS (#23071)

            List of files:
            /expo/ios/Exponent.xcodeproj/project.pbxproj</description>
        <pubDate>Mon, 26 Jun 2023 21:34:37 +0000</pubDate>
        <dc:creator>Tomasz Sapeta &lt;tomasz.sapeta@swmansion.com&gt;</dc:creator>
    </item>
<item>
        <title>5b564ca4 - Remove react-native-shared-element from Expo Go (#22970)</title>
        <link>http://172.16.0.5:8080/history/expo/ios/Exponent.xcodeproj/project.pbxproj#5b564ca4</link>
        <description>Remove react-native-shared-element from Expo Go (#22970)

            List of files:
            /expo/ios/Exponent.xcodeproj/project.pbxproj</description>
        <pubDate>Mon, 26 Jun 2023 17:54:31 +0000</pubDate>
        <dc:creator>Wojciech Dr&#243;&#380;d&#380; &lt;31368152+behenate@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>60ad5af1 - [go] add network inspector support (#22741)</title>
        <link>http://172.16.0.5:8080/history/expo/ios/Exponent.xcodeproj/project.pbxproj#60ad5af1</link>
        <description>[go] add network inspector support (#22741)# Whyadd network inspector support for expo goclose ENG-8010# Howintegrate the ExpoRequestCdpInterceptor from expo-modules-core. unlike expo-dev-launcher to use hacky solution, we want to enable the network inspector on release mode, so the implementation follows formal way.- on ios, we leverage the `RCTSetCustomNSURLSessionConfigurationProvider` from react-native to create dedicated `URLSessionConfiguration`.- on android, we already have a dedicated okhttp client from expo go. this pr just adds the interceptors.  - found image requests are not intercepted, it is because we don&apos;t use okhttp for fresco image pipeline. this pr tries to use the okhttp for fresco as react-native.  - android expo go has multiple react instances. however, the network inspector currently only support single inspector target to metro-inspector-proxy. as the result, we only limit the current foreground activity to send network inspector events.# Test Planncl + expo go to test the network inspector

            List of files:
            /expo/ios/Exponent.xcodeproj/project.pbxproj</description>
        <pubDate>Wed, 21 Jun 2023 02:20:59 +0000</pubDate>
        <dc:creator>Kudo Chien &lt;kudo@expo.dev&gt;</dc:creator>
    </item>
<item>
        <title>c0a96678 - Upgrade react-native 0.72.0-rc.5 (#22588)</title>
        <link>http://172.16.0.5:8080/history/expo/ios/Exponent.xcodeproj/project.pbxproj#c0a96678</link>
        <description>Upgrade react-native 0.72.0-rc.5 (#22588)# Whyupgrade react-native 0.72 for sdk 49close ENG-8011# How- bump package versions  - `react-native 0.71.3 -&gt; 0.72.0-rc.5`  - `metro-react-native-babel-preset 0.73.9 -&gt; 0.76.5`- [bare-expo][templates][fabric-tester] migrate template base on [upgrade-helper](https://react-native-community.github.io/upgrade-helper/?from=0.71.7&amp;to=0.72.0-rc.5)- [expo-template-tabs] remove the metro version overrides for expo-router.- [core][dev-laucher][dev-menu][media-library][screen-orientation][splash-screen][updates-interface][updates] add the `install_modules_dependencies` to support new architecture + use_frameworks!- [core][autolinking] fix some new architecture error on ios- [react-native-lab] update our fork to 0.72.0-rc.5 based- [go][tools] fix **react-native-lab/react-native/packages/react-native** path move because of react-native&apos;s repo monorepo changes- [go][android] fix gradle 8 errors- [go][ios] add `RCT_REMOTE_PROFILE=0` to fix the `RCT_ENABLE_INSPECTOR needs to be set to fulfill RCT_REMOTE_PROFILE` build error- [ncl] remove `ProgressViewIOS` / `ProgressBarAndroid` since they are deprecated/removed in 0.72- [dev-menu][dev-launcher] rebuild bundles# Note- react-native-web is not bumped because of the [issue](https://github.com/necolas/react-native-web/issues/2523), so it&apos;s still react-native-web@~0.18.10.- currently disable ci typecheck for @expo/cli because of upstream metro typescript support. i&apos;ll have another pr to fix those errors.- updates e2e ci on android is broken at [here](https://github.com/expo/expo/blob/fada3d764957779fbfc3d7b723d185db1d933d95/packages/expo-updates/e2e/fixtures/Updates.e2e.ts#L518). i doubt if that&apos;s related to the react scheduler change. i&apos;d disabled the failed test case.- the react-native upstream [migrated away the `@types/jest`](https://github.com/facebook/react-native/pull/36068). i was afraid that will be a breaking change to the existing jest test code since it requires the explicit `@jest/globals` import. i didn&apos;t do this in this upgrade.# Test Plan- &#9989; fabric-tester (without expo-dev-client)- &#9989; ci passed. there are some errors which are known:  - updates e2e on android: as mentioned above  - ios expo go on eas build: versioned expo go are broken on eas build m1 worker. this is also happening on main.  - android client: no space left on the ubuntu worker. this is also happening on main.- &#9989; bare-expo- &#9989; unversioned expo go + ncl---------Co-authored-by: Tomasz Sapeta &lt;tomasz.sapeta@swmansion.com&gt;

            List of files:
            /expo/ios/Exponent.xcodeproj/project.pbxproj</description>
        <pubDate>Wed, 07 Jun 2023 07:37:48 +0000</pubDate>
        <dc:creator>Kudo Chien &lt;kudo@expo.dev&gt;</dc:creator>
    </item>
<item>
        <title>68515061 - [ios] Remove SDK 46 on iOS (#22731)</title>
        <link>http://172.16.0.5:8080/history/expo/ios/Exponent.xcodeproj/project.pbxproj#68515061</link>
        <description>[ios] Remove SDK 46 on iOS (#22731)

            List of files:
            /expo/ios/Exponent.xcodeproj/project.pbxproj</description>
        <pubDate>Mon, 05 Jun 2023 07:47:28 +0000</pubDate>
        <dc:creator>Tomasz Sapeta &lt;tomasz.sapeta@swmansion.com&gt;</dc:creator>
    </item>
<item>
        <title>4ab2fd68 - Make expo go work on M1 simulator (#21249)</title>
        <link>http://172.16.0.5:8080/history/expo/ios/Exponent.xcodeproj/project.pbxproj#4ab2fd68</link>
        <description>Make expo go work on M1 simulator (#21249)Co-authored-by: Expo Bot &lt;34669131+expo-bot@users.noreply.github.com&gt;

            List of files:
            /expo/ios/Exponent.xcodeproj/project.pbxproj</description>
        <pubDate>Mon, 29 May 2023 09:36:49 +0000</pubDate>
        <dc:creator>aleqsio &lt;mikucki@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>ae642c8a - Remove face detector from iOS Expo Go (#22619)</title>
        <link>http://172.16.0.5:8080/history/expo/ios/Exponent.xcodeproj/project.pbxproj#ae642c8a</link>
        <description>Remove face detector from iOS Expo Go (#22619)Co-authored-by: Expo Bot &lt;34669131+expo-bot@users.noreply.github.com&gt;

            List of files:
            /expo/ios/Exponent.xcodeproj/project.pbxproj</description>
        <pubDate>Thu, 25 May 2023 16:43:04 +0000</pubDate>
        <dc:creator>aleqsio &lt;mikucki@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>0502d1f9 - Remove Amplitude from Expo Go (#22523)</title>
        <link>http://172.16.0.5:8080/history/expo/ios/Exponent.xcodeproj/project.pbxproj#0502d1f9</link>
        <description>Remove Amplitude from Expo Go (#22523)

            List of files:
            /expo/ios/Exponent.xcodeproj/project.pbxproj</description>
        <pubDate>Thu, 18 May 2023 16:03:56 +0000</pubDate>
        <dc:creator>Tomasz Sapeta &lt;tomasz.sapeta@swmansion.com&gt;</dc:creator>
    </item>
<item>
        <title>506f58dd - [expo-updates][expo-go] Support new SDK version field in new manifests (#22356)</title>
        <link>http://172.16.0.5:8080/history/expo/ios/Exponent.xcodeproj/project.pbxproj#506f58dd</link>
        <description>[expo-updates][expo-go] Support new SDK version field in new manifests (#22356)

            List of files:
            /expo/ios/Exponent.xcodeproj/project.pbxproj</description>
        <pubDate>Sat, 06 May 2023 02:26:14 +0000</pubDate>
        <dc:creator>Will Schurman &lt;wschurman@expo.io&gt;</dc:creator>
    </item>
<item>
        <title>a2cc5e74 - [autolinking][ios] Generate the modules provider in the build phase script (#21108)</title>
        <link>http://172.16.0.5:8080/history/expo/ios/Exponent.xcodeproj/project.pbxproj#a2cc5e74</link>
        <description>[autolinking][ios] Generate the modules provider in the build phase script (#21108)

            List of files:
            /expo/ios/Exponent.xcodeproj/project.pbxproj</description>
        <pubDate>Sat, 18 Feb 2023 22:45:12 +0000</pubDate>
        <dc:creator>Tomasz Sapeta &lt;tomasz.sapeta@swmansion.com&gt;</dc:creator>
    </item>
<item>
        <title>fe5cfb17 - [ios] Add versioned code for SDK 48 (#21091)</title>
        <link>http://172.16.0.5:8080/history/expo/ios/Exponent.xcodeproj/project.pbxproj#fe5cfb17</link>
        <description>[ios] Add versioned code for SDK 48 (#21091)

            List of files:
            /expo/ios/Exponent.xcodeproj/project.pbxproj</description>
        <pubDate>Mon, 06 Feb 2023 18:56:38 +0000</pubDate>
        <dc:creator>Tomasz Sapeta &lt;tomasz.sapeta@swmansion.com&gt;</dc:creator>
    </item>
</channel>
</rss>
