2017-05-06 16:37:28 +02:00
|
|
|
<?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>
|
2017-11-16 19:55:01 +02:00
|
|
|
<string>Joplin</string>
|
2017-05-06 16:37:28 +02:00
|
|
|
<key>CFBundleExecutable</key>
|
|
|
|
<string>$(EXECUTABLE_NAME)</string>
|
|
|
|
<key>CFBundleIdentifier</key>
|
2017-11-19 17:19:36 +02:00
|
|
|
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
|
2017-05-06 16:37:28 +02:00
|
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
|
|
<string>6.0</string>
|
|
|
|
<key>CFBundleName</key>
|
|
|
|
<string>$(PRODUCT_NAME)</string>
|
|
|
|
<key>CFBundlePackageType</key>
|
|
|
|
<string>APPL</string>
|
|
|
|
<key>CFBundleShortVersionString</key>
|
2019-11-11 11:43:24 +02:00
|
|
|
<string>$(MARKETING_VERSION)</string>
|
2017-05-06 16:37:28 +02:00
|
|
|
<key>CFBundleSignature</key>
|
|
|
|
<string>????</string>
|
2021-04-24 10:22:11 +02:00
|
|
|
<key>CFBundleURLTypes</key>
|
|
|
|
<array>
|
|
|
|
<dict>
|
|
|
|
<key>CFBundleTypeRole</key>
|
|
|
|
<string>Viewer</string>
|
|
|
|
<key>CFBundleURLName</key>
|
|
|
|
<string>net.cozic.joplin</string>
|
|
|
|
<key>CFBundleURLSchemes</key>
|
|
|
|
<array>
|
|
|
|
<string>joplin</string>
|
|
|
|
</array>
|
|
|
|
</dict>
|
|
|
|
</array>
|
2017-05-06 16:37:28 +02:00
|
|
|
<key>CFBundleVersion</key>
|
2019-11-11 11:43:24 +02:00
|
|
|
<string>$(CURRENT_PROJECT_VERSION)</string>
|
2017-05-06 16:37:28 +02:00
|
|
|
<key>LSRequiresIPhoneOS</key>
|
|
|
|
<true/>
|
|
|
|
<key>NSAppTransportSecurity</key>
|
|
|
|
<dict>
|
2024-05-21 11:12:20 +02:00
|
|
|
<!-- Do not change NSAllowsArbitraryLoads to true, or you will risk app rejection! -->
|
|
|
|
<key>NSAllowsArbitraryLoads</key>
|
|
|
|
<false/>
|
|
|
|
<key>NSAllowsLocalNetworking</key>
|
|
|
|
<true/>
|
|
|
|
|
|
|
|
<!-- Left over from before upgrading from RN 0.71, 0.73 -->
|
2017-05-06 16:37:28 +02:00
|
|
|
<key>NSExceptionDomains</key>
|
|
|
|
<dict>
|
|
|
|
<key>localhost</key>
|
|
|
|
<dict>
|
|
|
|
<key>NSExceptionAllowsInsecureHTTPLoads</key>
|
|
|
|
<true/>
|
|
|
|
</dict>
|
2021-08-30 15:15:35 +02:00
|
|
|
<key>api.joplincloud.local</key>
|
|
|
|
<dict>
|
|
|
|
<key>NSExceptionAllowsInsecureHTTPLoads</key>
|
|
|
|
<true/>
|
|
|
|
</dict>
|
2017-05-06 16:37:28 +02:00
|
|
|
</dict>
|
|
|
|
</dict>
|
2017-11-23 21:15:44 +02:00
|
|
|
<key>NSCameraUsageDescription</key>
|
|
|
|
<string>To allow attaching a photo to a note</string>
|
2020-06-07 15:54:34 +02:00
|
|
|
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
|
|
|
|
<string>To add geo-location information to a note. Can be disabled in app.</string>
|
2019-05-12 17:03:22 +02:00
|
|
|
<key>NSLocationAlwaysUsageDescription</key>
|
|
|
|
<string>To add geo-location information to a note. Can be disabled in app.</string>
|
2019-05-12 17:04:01 +02:00
|
|
|
<key>NSLocationWhenInUseUsageDescription</key>
|
|
|
|
<string>To add geo-location information to a note. Can be disabled in app.</string>
|
2020-10-16 17:26:19 +02:00
|
|
|
<key>NSPhotoLibraryAddUsageDescription</key>
|
|
|
|
<string>The images will be displayed on your notes.</string>
|
2020-11-05 16:53:24 +02:00
|
|
|
<key>NSPhotoLibraryUsageDescription</key>
|
|
|
|
<string>To allow attaching images to a note</string>
|
2017-10-30 20:17:01 +02:00
|
|
|
<key>UIAppFonts</key>
|
2020-11-05 16:53:24 +02:00
|
|
|
<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>
|
2017-11-19 17:19:36 +02:00
|
|
|
<key>UILaunchStoryboardName</key>
|
|
|
|
<string>LaunchScreen</string>
|
|
|
|
<key>UIRequiredDeviceCapabilities</key>
|
|
|
|
<array>
|
2024-05-21 11:12:20 +02:00
|
|
|
<string>arm64</string>
|
2017-11-19 17:19:36 +02:00
|
|
|
</array>
|
|
|
|
<key>UISupportedInterfaceOrientations</key>
|
|
|
|
<array>
|
|
|
|
<string>UIInterfaceOrientationPortrait</string>
|
|
|
|
<string>UIInterfaceOrientationLandscapeLeft</string>
|
|
|
|
<string>UIInterfaceOrientationLandscapeRight</string>
|
|
|
|
</array>
|
2018-03-23 20:19:38 +02:00
|
|
|
<key>UISupportedInterfaceOrientations~ipad</key>
|
|
|
|
<array>
|
|
|
|
<string>UIInterfaceOrientationPortrait</string>
|
|
|
|
<string>UIInterfaceOrientationLandscapeLeft</string>
|
|
|
|
<string>UIInterfaceOrientationLandscapeRight</string>
|
|
|
|
<string>UIInterfaceOrientationPortraitUpsideDown</string>
|
|
|
|
</array>
|
2020-02-14 02:17:09 +02:00
|
|
|
<key>UIUserInterfaceStyle</key>
|
2023-07-18 15:46:11 +02:00
|
|
|
<string>Automatic</string>
|
2020-03-08 10:56:18 +02:00
|
|
|
<key>UIViewControllerBasedStatusBarAppearance</key>
|
|
|
|
<false/>
|
2023-01-04 22:18:51 +02:00
|
|
|
<key>NSFaceIDUsageDescription</key>
|
|
|
|
<string>$(PRODUCT_NAME) requires FaceID access to secure access to the application</string>
|
2017-05-06 16:37:28 +02:00
|
|
|
</dict>
|
|
|
|
</plist>
|