File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -99,9 +99,9 @@ app-android-apk:
9999app-android-aab :
100100 extends : .app-eas-build
101101 script :
102- - npx eas-cli build --platform android --non-interactive --no-wait ${CI_COMMIT_TAG:+ --auto-submit}
102+ - npx eas-cli build --platform android --non-interactive --no-wait --auto-submit
103103
104104app-ios :
105105 extends : .app-eas-build
106106 script :
107- - npx eas-cli build --platform ios --non-interactive --no-wait ${CI_COMMIT_TAG:+ --auto-submit}
107+ - npx eas-cli build --platform ios --non-interactive --no-wait --auto-submit
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
2828 bundleIdentifier : ID ,
2929 infoPlist : {
3030 NSCameraUsageDescription : '$(PRODUCT_NAME) needs access to your Camera.' ,
31+ ITSAppUsesNonExemptEncryption : false ,
3132 } ,
3233 entitlements : {
3334 'aps-environment' : 'production' ,
You can’t perform that action at this time.
0 commit comments