Add missing usage descriptions for ios

zio/stable
Paul Frazee 2022-12-06 10:08:27 -06:00
parent 5821975be6
commit 70cfae56e2
2 changed files with 4 additions and 2 deletions

View File

@ -459,6 +459,7 @@
ENABLE_BITCODE = NO;
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
INFOPLIST_FILE = app/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
@ -487,6 +488,7 @@
DEVELOPMENT_TEAM = B3LX46C5HS;
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
INFOPLIST_FILE = app/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",

View File

@ -49,11 +49,11 @@
</dict>
</dict>
<key>NSCameraUsageDescription</key>
<string></string>
<string>Used to take pictures and videos when composing posts, choosing avatars, and so on.</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string></string>
<key>NSPhotoLibraryUsageDescription</key>
<string></string>
<string>Used to upload pictures and videos when composing posts, choosing avatars, and so on.</string>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIRequiredDeviceCapabilities</key>