This commit is contained in:
Timo Knuth 2026-03-16 21:35:33 +01:00
parent 79c5f0075a
commit 1f7aad7cd9
2 changed files with 5 additions and 3 deletions

View File

@ -15,8 +15,9 @@
}, },
"ios": { "ios": {
"supportsTablet": true, "supportsTablet": true,
"bundleIdentifier": "com.potterydiaryus.app", "bundleIdentifier": "com.timo.potterydiary",
"infoPlist": { "infoPlist": {
"ITSAppUsesNonExemptEncryption": false,
"NSCameraUsageDescription": "This app needs camera access to take photos of your pottery projects.", "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.", "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." "NSPhotoLibraryAddUsageDescription": "This app needs permission to save photos to your photo library."
@ -57,7 +58,7 @@
], ],
"extra": { "extra": {
"eas": { "eas": {
"projectId": "pottery-diary-us" "projectId": "3880d02a-7102-4a7c-98a4-d0c1911efcdc"
} }
} }
} }

View File

@ -1,6 +1,7 @@
{ {
"cli": { "cli": {
"version": ">= 14.0.0" "version": ">= 14.0.0",
"appVersionSource": "remote"
}, },
"build": { "build": {
"development": { "development": {