App store fixes (permission descriptions) (#557)

* Fix permission usage descriptions on iOS

* Bump ios build number
This commit is contained in:
Paul Frazee 2023-05-01 13:13:58 -05:00 committed by GitHub
parent 9b50c3ddbb
commit 7171d0404e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 32 additions and 28 deletions

View file

@ -13,7 +13,7 @@
"backgroundColor": "#ffffff"
},
"ios": {
"buildNumber": "1",
"buildNumber": "2",
"supportsTablet": false,
"bundleIdentifier": "xyz.blueskyweb.app",
"config": {
@ -26,7 +26,11 @@
],
"BGTaskSchedulerPermittedIdentifiers": [
"com.transistorsoft.fetch"
]
],
"NSCameraUsageDescription": "Used for profile pictures, posts, and other kinds of content.",
"NSMicrophoneUsageDescription": "Used for posts and other kinds of content.",
"NSPhotoLibraryAddUsageDescription": "Used to save images to your library.",
"NSPhotoLibraryUsageDescription": "Used for profile pictures, posts, and other kinds of content"
}
},
"androidStatusBar": {