Skip to content

Commit d429bd2

Browse files
committed
Disclose encryption to apple appstore
1 parent f2c3354 commit d429bd2

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.gitlab/ci/build_app.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,9 @@ app-android-apk:
9999
app-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

104104
app-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

apps/polycentric/app.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
 (0)