1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-05-28 22:27:40 +02:00

73 lines
2.3 KiB
Plaintext
Raw Normal View History

2017-05-06 15:37:28 +01: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 17:55:01 +00:00
<string>Joplin</string>
2017-05-06 15:37:28 +01:00
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
2017-11-19 15:19:36 +00:00
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
2017-05-06 15:37:28 +01: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 09:43:24 +00:00
<string>$(MARKETING_VERSION)</string>
2017-05-06 15:37:28 +01:00
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
2019-11-11 09:43:24 +00:00
<string>$(CURRENT_PROJECT_VERSION)</string>
2017-05-06 15:37:28 +01:00
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
2017-05-06 15:37:28 +01:00
<key>NSExceptionDomains</key>
<dict>
<key>localhost</key>
<dict>
<key>NSExceptionAllowsInsecureHTTPLoads</key>
<true/>
</dict>
</dict>
</dict>
2017-11-23 19:15:44 +00:00
<key>NSCameraUsageDescription</key>
<string>To allow attaching a photo to a note</string>
2019-05-12 16:03:22 +01:00
<key>NSLocationAlwaysUsageDescription</key>
<string>To add geo-location information to a note. Can be disabled in app.</string>
2019-05-12 16:04:01 +01:00
<key>NSLocationWhenInUseUsageDescription</key>
<string>To add geo-location information to a note. Can be disabled in app.</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>To allow attaching images to a note</string>
<key>UIAppFonts</key>
2020-02-09 14:51:12 +00:00
<array/>
2017-11-19 15:19:36 +00:00
<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>
2018-03-23 18:19:38 +00:00
<key>UISupportedInterfaceOrientations~ipad</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
<string>UIInterfaceOrientationPortraitUpsideDown</string>
</array>
2017-11-19 15:19:36 +00:00
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
2017-05-06 15:37:28 +01:00
</dict>
</plist>