From 1f7aad7cd9679c2b650200bcf360fabaa374e629 Mon Sep 17 00:00:00 2001 From: Timo Knuth Date: Mon, 16 Mar 2026 21:35:33 +0100 Subject: [PATCH] . --- app.json | 5 +++-- eas.json | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) 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": {