tutanota/app-ios/calendar/Info.plist
jenkins build server 9753a3ae9c
v310.251016.0
2025-10-16 15:56:44 +02:00

104 lines
3.1 KiB
Text

<?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>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleDisplayName</key>
<string>$(PRODUCT_NAME)</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>310.251016.0</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>CFBundleURLName</key>
<string>de.tutao.calendar</string>
<key>CFBundleURLSchemes</key>
<array>
<string>tutacalshare</string>
<string>tutacalendar</string>
</array>
</dict>
</array>
<key>CFBundleVersion</key>
<string>310.251016.0</string>
<key>INIntentsSupported</key>
<array>
<string>WidgetActionIntent</string>
</array>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>tutamail</string>
</array>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
<key>NSCameraUsageDescription</key>
<string>Take a picture or video for adding it as attachment.</string>
<key>NSContactsUsageDescription</key>
<string>Find recipient email address in contacts.</string>
<key>NSFaceIDUsageDescription</key>
<string>Protecting credentials</string>
<key>NSMicrophoneUsageDescription</key>
<string>Used when recording a video as attachment.</string>
<key>NSPhotoLibraryAddUsageDescription</key>
<string>Add a picture from your library as attachment.</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>Add a picture from your library as attachment.</string>
<key>NSRemindersUsageDescription</key>
<string>Shows notification when new email arrives.</string>
<key>TutanotaApplicationPath</key>
<string>build-calendar-app/</string>
<key>UIAppFonts</key>
<array>
<string>ionicons.ttf</string>
</array>
<key>UIBackgroundModes</key>
<array>
<string>remote-notification</string>
</array>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIRequiredDeviceCapabilities</key>
<array>
<string>armv7</string>
</array>
<key>UIRequiresFullScreen</key>
<false/>
<key>UIStatusBarHidden</key>
<false/>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>UISupportedInterfaceOrientations~ipad</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationPortraitUpsideDown</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<true/>
</dict>
</plist>