We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df5984b commit f032db0Copy full SHA for f032db0
test/expo/scripts/build-ios.sh
@@ -8,7 +8,7 @@ cd test/expo/features/fixtures/test-app
8
npm i turtle-cli@0.14 bunyan
9
perl -0777 -i.original -pe "s/entitlements\\['aps-environment'\\] =[^;]+;//gs" node_modules/\@expo/xdl/build/detach/IosNSBundle.js
10
mkdir -p ~/expo-bundle-files
11
-cp node_modules/\@expo/xdl/build/detach/IosNSBundle.js >> ~/expo-bundle-files/$EXPO_RELEASE_CHANNEL.js
+cp node_modules/\@expo/xdl/build/detach/IosNSBundle.js ~/expo-bundle-files/$EXPO_RELEASE_CHANNEL.js
12
node_modules/.bin/turtle build:ios \
13
-c ./app.json \
14
--team-id $APPLE_TEAM_ID \
0 commit comments