This commit is contained in:
parent
79c5f0075a
commit
1f7aad7cd9
5
app.json
5
app.json
|
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue