mirror of
https://github.com/standardnotes/mobile.git
synced 2025-12-31 03:48:04 -05:00
* fix: usage description for camera and photos (iOS) * Update ios/StandardNotes/Info.plist Co-authored-by: Mo Bitar <mo@standardnotes.org> * Update ios/StandardNotes/Info.plist Co-authored-by: Mo Bitar <mo@standardnotes.org> Co-authored-by: Johnny Almonte <johnny243@users.noreply.github.com> Co-authored-by: Mo Bitar <mo@standardnotes.org>
130 lines
3.8 KiB
Plaintext
130 lines
3.8 KiB
Plaintext
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>CFBundleDevelopmentRegion</key>
|
|
<string>en</string>
|
|
<key>CFBundleDisplayName</key>
|
|
<string>SN Dev</string>
|
|
<key>CFBundleExecutable</key>
|
|
<string>$(EXECUTABLE_NAME)</string>
|
|
<key>CFBundleIcons~ipad</key>
|
|
<dict>
|
|
<key>CFBundleAlternateIcons</key>
|
|
<dict>
|
|
<key>Red</key>
|
|
<dict>
|
|
<key>CFBundleIconFiles</key>
|
|
<array>
|
|
<string>Red</string>
|
|
</array>
|
|
<key>UIPrerenderedIcon</key>
|
|
<true/>
|
|
</dict>
|
|
</dict>
|
|
<key>CFBundlePrimaryIcon</key>
|
|
<dict>
|
|
<key>CFBundleIconFiles</key>
|
|
<array>
|
|
<string>Blue</string>
|
|
</array>
|
|
<key>UIPrerenderedIcon</key>
|
|
<false/>
|
|
</dict>
|
|
</dict>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
<string>6.0</string>
|
|
<key>CFBundleName</key>
|
|
<string>$(PRODUCT_NAME)</string>
|
|
<key>CFBundlePackageType</key>
|
|
<string>APPL</string>
|
|
<key>CFBundleShortVersionString</key>
|
|
<string>$(MARKETING_VERSION)</string>
|
|
<key>CFBundleSignature</key>
|
|
<string>????</string>
|
|
<key>CFBundleVersion</key>
|
|
<string>$(CURRENT_PROJECT_VERSION)</string>
|
|
<key>ITSAppUsesNonExemptEncryption</key>
|
|
<false/>
|
|
<key>LSApplicationQueriesSchemes</key>
|
|
<array>
|
|
<string>http</string>
|
|
<string>https</string>
|
|
</array>
|
|
<key>LSRequiresIPhoneOS</key>
|
|
<true/>
|
|
<key>NSAppTransportSecurity</key>
|
|
<dict>
|
|
<key>NSExceptionDomains</key>
|
|
<dict>
|
|
<key>localhost</key>
|
|
<dict>
|
|
<key>NSExceptionAllowsInsecureHTTPLoads</key>
|
|
<true/>
|
|
</dict>
|
|
</dict>
|
|
</dict>
|
|
<key>NSCameraUsageDescription</key>
|
|
<string>Camera is required to scan QR codes with the TokenVault extension.</string>
|
|
<key>NSFaceIDUsageDescription</key>
|
|
<string>Face ID is required to unlock your notes.</string>
|
|
<key>NSLocationAlwaysUsageDescription</key>
|
|
<string>Not used by application; required in configuration because API exists in build dependencies.</string>
|
|
<key>NSLocationWhenInUseUsageDescription</key>
|
|
<string>Not used by application; required in configuration because API exists in build dependencies.</string>
|
|
<key>NSPhotoLibraryUsageDescription</key>
|
|
<string>Photo library is required to select QR code images from your photo library.</string>
|
|
<key>UIAppFonts</key>
|
|
<array>
|
|
<string>AntDesign.ttf</string>
|
|
<string>Entypo.ttf</string>
|
|
<string>EvilIcons.ttf</string>
|
|
<string>Feather.ttf</string>
|
|
<string>FontAwesome.ttf</string>
|
|
<string>FontAwesome5_Brands.ttf</string>
|
|
<string>FontAwesome5_Regular.ttf</string>
|
|
<string>FontAwesome5_Solid.ttf</string>
|
|
<string>Foundation.ttf</string>
|
|
<string>Ionicons.ttf</string>
|
|
<string>MaterialIcons.ttf</string>
|
|
<string>MaterialCommunityIcons.ttf</string>
|
|
<string>SimpleLineIcons.ttf</string>
|
|
<string>Octicons.ttf</string>
|
|
<string>Zocial.ttf</string>
|
|
<string>Fontisto.ttf</string>
|
|
</array>
|
|
<key>UILaunchStoryboardName</key>
|
|
<string>LaunchScreen</string>
|
|
<key>UIRequiredDeviceCapabilities</key>
|
|
<array>
|
|
<string>armv7</string>
|
|
</array>
|
|
<key>UISupportedInterfaceOrientations</key>
|
|
<array>
|
|
<string>UIInterfaceOrientationPortrait</string>
|
|
<string>UIInterfaceOrientationLandscapeLeft</string>
|
|
<string>UIInterfaceOrientationLandscapeRight</string>
|
|
</array>
|
|
<key>UISupportedInterfaceOrientations~ipad</key>
|
|
<array>
|
|
<string>UIInterfaceOrientationPortrait</string>
|
|
<string>UIInterfaceOrientationLandscapeLeft</string>
|
|
<string>UIInterfaceOrientationLandscapeRight</string>
|
|
<string>UIInterfaceOrientationPortraitUpsideDown</string>
|
|
</array>
|
|
<key>UIViewControllerBasedStatusBarAppearance</key>
|
|
<false/>
|
|
<key>bugsnag</key>
|
|
<dict>
|
|
<key>apiKey</key>
|
|
<string>ba1cad5922ac743322c4051f0249e999</string>
|
|
<key>releaseStage</key>
|
|
<string>dev</string>
|
|
</dict>
|
|
<key>supportsAlternateIcons</key>
|
|
<true/>
|
|
</dict>
|
|
</plist>
|