diff --git a/app.json b/app.json index 048a578..9d51071 100644 --- a/app.json +++ b/app.json @@ -15,8 +15,9 @@ }, "ios": { "supportsTablet": true, - "bundleIdentifier": "com.potterydiaryus.app", + "bundleIdentifier": "com.timo.potterydiary", "infoPlist": { + "ITSAppUsesNonExemptEncryption": false, "NSCameraUsageDescription": "This app needs camera access to take photos of your pottery projects.", "NSPhotoLibraryUsageDescription": "This app needs photo library access to save and load photos of your pottery projects.", "NSPhotoLibraryAddUsageDescription": "This app needs permission to save photos to your photo library." @@ -57,7 +58,7 @@ ], "extra": { "eas": { - "projectId": "pottery-diary-us" + "projectId": "3880d02a-7102-4a7c-98a4-d0c1911efcdc" } } } diff --git a/eas.json b/eas.json index 29efd82..0d76067 100644 --- a/eas.json +++ b/eas.json @@ -1,6 +1,7 @@ { "cli": { - "version": ">= 14.0.0" + "version": ">= 14.0.0", + "appVersionSource": "remote" }, "build": { "development": {