123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173 |
- <?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>CFBundleTypeRole</key>
- <string>Editor</string>
- <key>CFBundleURLName</key>
- <string>ch.threemawork.urlscheme</string>
- <key>CFBundleURLSchemes</key>
- <array>
- <string>threemawork</string>
- </array>
- </dict>
- </array>
- <key>CFBundleVersion</key>
- <string>$(BUILD_NUMBER)</string>
- <key>ITSAppUsesNonExemptEncryption</key>
- <true/>
- <key>ITSEncryptionExportComplianceCode</key>
- <string>42516de1-bbb1-4524-8c2c-e17f7a522fbd</string>
- <key>LSApplicationQueriesSchemes</key>
- <array>
- <string>threema</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.</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>NSPhotoLibraryUsageDescription</key>
- <string>Your photo library is used when you pick an image from it and send it in a chat.</string>
- <key>SentryClientDsn</key>
- <string>https://e9f51a03f5e5461896e0208c2f54bcf4@bugs.threema.ch/4</string>
- <key>ThreemaMaxGroupMembers</key>
- <integer>100</integer>
- <key>ThreemaVersionSuffix</key>
- <string>k</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>audio</string>
- <string>fetch</string>
- <string>remote-notification</string>
- <string>voip</string>
- </array>
- <key>UIFileSharingEnabled</key>
- <true/>
- <key>UILaunchStoryboardName</key>
- <string>ThreemaWorkLaunchScreen</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>
|