mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-12 08:54:00 +02:00
114 lines
3.6 KiB
Plaintext
114 lines
3.6 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>Joplin</string>
|
|
<key>CFBundleExecutable</key>
|
|
<string>$(EXECUTABLE_NAME)</string>
|
|
<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>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>
|
|
<key>CFBundleVersion</key>
|
|
<string>$(CURRENT_PROJECT_VERSION)</string>
|
|
<key>LSRequiresIPhoneOS</key>
|
|
<true/>
|
|
<key>NSAppTransportSecurity</key>
|
|
<dict>
|
|
<key>NSExceptionDomains</key>
|
|
<dict>
|
|
<key>localhost</key>
|
|
<dict>
|
|
<key>NSExceptionAllowsInsecureHTTPLoads</key>
|
|
<true/>
|
|
</dict>
|
|
<key>api.joplincloud.local</key>
|
|
<dict>
|
|
<key>NSExceptionAllowsInsecureHTTPLoads</key>
|
|
<true/>
|
|
</dict>
|
|
</dict>
|
|
</dict>
|
|
<key>NSCameraUsageDescription</key>
|
|
<string>To allow attaching a photo to a note</string>
|
|
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
|
|
<string>To add geo-location information to a note. Can be disabled in app.</string>
|
|
<key>NSLocationAlwaysUsageDescription</key>
|
|
<string>To add geo-location information to a note. Can be disabled in app.</string>
|
|
<key>NSLocationWhenInUseUsageDescription</key>
|
|
<string>To add geo-location information to a note. Can be disabled in app.</string>
|
|
<key>NSPhotoLibraryAddUsageDescription</key>
|
|
<string>The images will be displayed on your notes.</string>
|
|
<key>NSPhotoLibraryUsageDescription</key>
|
|
<string>To allow attaching images to a note</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>UIUserInterfaceStyle</key>
|
|
<string>Automatic</string>
|
|
<key>UIViewControllerBasedStatusBarAppearance</key>
|
|
<false/>
|
|
<key>NSFaceIDUsageDescription</key>
|
|
<string>$(PRODUCT_NAME) requires FaceID access to secure access to the application</string>
|
|
</dict>
|
|
</plist>
|