123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181 |
- <?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>${PRODUCT_NAME}</string>
- <key>CFBundleDocumentTypes</key>
- <array>
- <dict>
- <key>CFBundleTypeIconFiles</key>
- <array/>
- <key>CFBundleTypeName</key>
- <string>image</string>
- <key>LSHandlerRank</key>
- <string>Default</string>
- <key>LSItemContentTypes</key>
- <array>
- <string>public.image</string>
- </array>
- </dict>
- <dict>
- <key>CFBundleTypeIconFiles</key>
- <array/>
- <key>CFBundleTypeName</key>
- <string>wildcard</string>
- <key>LSHandlerRank</key>
- <string>Default</string>
- <key>LSItemContentTypes</key>
- <array>
- <string>public.data</string>
- <string>public.content</string>
- </array>
- </dict>
- </array>
- <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>$(VERSION_NUMBER)</string>
- <key>CFBundleSignature</key>
- <string>????</string>
- <key>CFBundleURLTypes</key>
- <array>
- <dict>
- <key>CFBundleURLName</key>
- <string>ch.threema.urlscheme</string>
- <key>CFBundleURLSchemes</key>
- <array>
- <string>threema</string>
- </array>
- </dict>
- </array>
- <key>CFBundleVersion</key>
- <string>$(CURRENT_PROJECT_VERSION)</string>
- <key>ITSAppUsesNonExemptEncryption</key>
- <true/>
- <key>ITSEncryptionExportComplianceCode</key>
- <string>fb225681-2943-4538-98e8-732e6ac4cd2e</string>
- <key>LSApplicationQueriesSchemes</key>
- <array>
- <string>threemawork</string>
- </array>
- <key>LSRequiresIPhoneOS</key>
- <true/>
- <key>LSSupportsOpeningDocumentsInPlace</key>
- <false/>
- <key>NSCameraUsageDescription</key>
- <string>Your camera is used when you take a photo or video and send it in a chat, and to scan QR codes.</string>
- <key>NSContactsUsageDescription</key>
- <string>Contacts are used to find other Threema users when synchronization is on. Hashes of the phone numbers and email addresses will be uploaded to a Threema server for this purpose. This information is not stored on the servers.</string>
- <key>NSFaceIDUsageDescription</key>
- <string>You can use Face ID to unlock Threema without entering your code.</string>
- <key>NSLocationWhenInUseUsageDescription</key>
- <string>Your location is used when you send it in a chat, and to display your own location on a map.</string>
- <key>NSMicrophoneUsageDescription</key>
- <string>The microphone is used to record audio messages.</string>
- <key>NSPhotoLibraryAddUsageDescription</key>
- <string>Threema can automatically save incoming media to the photo library.</string>
- <key>NSPhotoLibraryUsageDescription</key>
- <string>Your photo library is used when you pick an image from it and send it in a chat.</string>
- <key>NSUserActivityTypes</key>
- <array>
- <string>INStartAudioCallIntent</string>
- </array>
- <key>PHPhotoLibraryPreventAutomaticLimitedAccessAlert</key>
- <true/>
- <key>SentryClientDsn</key>
- <string>https://47b97e0e68ce4ce98dbd619b541ad330@bugs.threema.ch/2</string>
- <key>ThreemaMaxGroupMembers</key>
- <integer>100</integer>
- <key>ThreemaVersionSuffix</key>
- <string></string>
- <key>UIApplicationShortcutItems</key>
- <array>
- <dict>
- <key>UIApplicationShortcutItemIconType</key>
- <string>UIApplicationShortcutIconTypeAdd</string>
- <key>UIApplicationShortcutItemTitle</key>
- <string>New message</string>
- <key>UIApplicationShortcutItemType</key>
- <string>ch.threema.newmessage</string>
- <key>UIApplicationShortcutItemUserInfo</key>
- <dict>
- <key>secondShortcutKey1</key>
- <string>v1</string>
- </dict>
- </dict>
- <dict>
- <key>UIApplicationShortcutItemIconFile</key>
- <string>TabBar-Id</string>
- <key>UIApplicationShortcutItemTitle</key>
- <string>My ID</string>
- <key>UIApplicationShortcutItemType</key>
- <string>ch.threema.myid</string>
- <key>UIApplicationShortcutItemUserInfo</key>
- <dict>
- <key>secondShortcutKey1</key>
- <string>v1</string>
- </dict>
- </dict>
- <dict>
- <key>UIApplicationShortcutItemIconFile</key>
- <string>QRScan</string>
- <key>UIApplicationShortcutItemTitle</key>
- <string>Scan QR code</string>
- <key>UIApplicationShortcutItemType</key>
- <string>ch.threema.scanid</string>
- <key>UIApplicationShortcutItemUserInfo</key>
- <dict>
- <key>secondShortcutKey1</key>
- <string>v1</string>
- </dict>
- </dict>
- </array>
- <key>UIBackgroundModes</key>
- <array>
- <string>voip</string>
- <string>audio</string>
- <string>fetch</string>
- <string>remote-notification</string>
- </array>
- <key>UIFileSharingEnabled</key>
- <true/>
- <key>UILaunchStoryboardName</key>
- <string>ThreemaLaunchScreen</string>
- <key>UIPrerenderedIcon</key>
- <true/>
- <key>UIRequiredDeviceCapabilities</key>
- <array>
- <string>armv7</string>
- </array>
- <key>UIRequiresFullScreen</key>
- <true/>
- <key>UIStatusBarHidden</key>
- <true/>
- <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>
- <true/>
- </dict>
- </plist>
|