diff --git a/app.json b/app.json index 6d7b472..a707555 100644 --- a/app.json +++ b/app.json @@ -10,7 +10,10 @@ "userInterfaceStyle": "automatic", "ios": { "supportsTablet": true, - "bundleIdentifier": "com.interactor.build" + "bundleIdentifier": "com.interactor.build", + "infoPlist": { + "ITSAppUsesNonExemptEncryption": false + } }, "android": { "package": "com.interactor.build", diff --git a/eas.json b/eas.json index 2f4c679..d57ec21 100644 --- a/eas.json +++ b/eas.json @@ -33,9 +33,7 @@ "submit": { "production": { "ios": { - "appleId": "peter@interactor.com", - "ascAppId": "", - "appleTeamId": "" + "appleId": "peter@interactor.com" }, "android": { "serviceAccountKeyPath": ".eas/service-account.json",