Skip to content

Commit

Permalink
Use universal provisioning profile when building test fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
Cawllec committed Jul 3, 2023
1 parent 6f57917 commit 71e3516
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions features/fixtures/test-app/eas.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
"credentialsSource": "local",
"android": {
"buildType": "apk"
},
"ios": {
"enterpriseProvisioning": "universal"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion features/scripts/build-common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ yarn import

./run-bugsnag-expo-cli-install

cp $EXPO_CREDENTIALS_DIR/* .
cp $EXPO_UNIVERSAL_CREDENTIALS_DIR/* .

echo "Common setup complete"

0 comments on commit 71e3516

Please sign in to comment.