From 5c6fe0f2075e2fbcc425ef6bb4cb4d3efa8f393f Mon Sep 17 00:00:00 2001 From: Peter Jung Date: Fri, 26 Jun 2026 19:11:47 -0700 Subject: [PATCH] chore: fix eas.json submit validation + add ITSAppUsesNonExemptEncryption --- app.json | 5 ++++- eas.json | 4 +--- 2 files changed, 5 insertions(+), 4 deletions(-) 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",