diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-05-01 13:13:58 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-01 13:13:58 -0500 |
commit | 7171d0404ed61fbfb6d593aae3030834ad885072 (patch) | |
tree | 1422531f8e4d7574696ac4fd685063936daeb397 /app.json | |
parent | 9b50c3ddbb13db00e9cf7da6c62e390def4102c8 (diff) | |
download | voidsky-7171d0404ed61fbfb6d593aae3030834ad885072.tar.zst |
App store fixes (permission descriptions) (#557)
* Fix permission usage descriptions on iOS * Bump ios build number
Diffstat (limited to 'app.json')
-rw-r--r-- | app.json | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/app.json b/app.json index 119208ff6..2d6920448 100644 --- a/app.json +++ b/app.json @@ -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": { |