Skip to content

Commit 70e50e4

Browse files
authored
[iOS] Move Expo Go to apps folder (expo#26125)
1 parent 207928a commit 70e50e4

File tree

1,550 files changed

+296
-290
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,550 files changed

+296
-290
lines changed

.gitignore

-11
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,6 @@ ReactAndroid-temp.aar
7272
jarjar-rules.txt
7373

7474
# Dynamic Macros
75-
/ios/Exponent/Supporting/EXBuildConstants.plist.bak
76-
/ios/Exponent/Supporting/EXBuildConstants.plist.json
77-
/ios/Exponent/Supporting/EXBuildConstants.plist
78-
/ios/Exponent/Supporting/GoogleService-Info.plist
79-
/ios/Exponent/Supporting/Info.plist.bak
80-
/ios/Exponent/Supporting/Info.plist.json
8175
/android/expoview/src/main/java/host/exp/exponent/generated/ExponentBuildConstants.java
8276
/android/app/src/androidTest/java/host/exp/exponent/generated/TestBuildConstants.java
8377
.kernel-ngrok-url
@@ -87,8 +81,6 @@ jarjar-rules.txt
8781
/android/app/google-services.json
8882
/apps/bare-expo/android/app/google-services.json
8983
/apps/bare-expo/ios/BareExpo/GoogleService-Info.plist
90-
/ios/Exponent/Generated/EXKeys.h
91-
/ios/ExponentIntegrationTests/EXTestEnvironment.plist
9284

9385
# Template projects
9486
templates/**/android/**/generated/*
@@ -152,7 +144,4 @@ docs/pages/versions/*/react-native/*.diff
152144
!crsqlite.xcframework
153145

154146
# iOS
155-
/ios/Pods
156-
/ios/build
157147
**/ios/.xcode.env.local
158-
/ios/versioned-react-native/*/ReactNative/sdks/hermes-engine/destroot

apps/eas-expo-go/eas.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"ios": {
2525
"cache": {
2626
"key": "sdk50-0.73.1",
27-
"customPaths": ["../../ios/Pods"]
27+
"customPaths": ["../expo-go/ios/Pods"]
2828
},
2929
"image": "macos-ventura-13.6-xcode-15.0",
3030
"cocoapods": "1.14.2",

apps/eas-expo-go/ios

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
../../ios
1+
../expo-go/ios

apps/expo-go/.gitignore

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# iOS
2+
/ios/Pods
3+
/ios/build
4+
/ios/.xcode.env.local
5+
/ios/versioned-react-native/*/ReactNative/sdks/hermes-engine/destroot
6+
/ios/Exponent/Supporting/EXBuildConstants.plist.bak
7+
/ios/Exponent/Supporting/EXBuildConstants.plist.json
8+
/ios/Exponent/Supporting/EXBuildConstants.plist
9+
/ios/Exponent/Supporting/GoogleService-Info.plist
10+
/ios/Exponent/Supporting/Info.plist.bak
11+
/ios/Exponent/Supporting/Info.plist.json

apps/expo-go/index.js

Whitespace-only changes.
File renamed without changes.

ios/Build-Phases/generate-dynamic-macros.sh apps/expo-go/ios/Build-Phases/generate-dynamic-macros.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if [[ -f "$PODS_ROOT/../.xcode.env.local" ]]; then
1313
source "$PODS_ROOT/../.xcode.env.local"
1414
fi
1515

16-
export PATH="${SRCROOT}/../bin:$PATH"
16+
export PATH="${SRCROOT}/../../../bin:$PATH"
1717

1818
if [ "${APP_OWNER}" == "Expo" ]; then
1919
et ios-generate-dynamic-macros --configuration ${CONFIGURATION}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)