2014-05-06 19:41:08 +02: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>
|
|
|
|
<string>${PRODUCT_NAME}</string>
|
|
|
|
<key>CFBundleExecutable</key>
|
|
|
|
<string>${EXECUTABLE_NAME}</string>
|
2015-04-28 14:41:50 +02:00
|
|
|
<key>CFBundleGetInfoString</key>
|
|
|
|
<string></string>
|
2014-05-06 19:41:08 +02:00
|
|
|
<key>CFBundleIcons</key>
|
2014-09-26 17:22:57 +02:00
|
|
|
<dict/>
|
2014-05-06 19:41:08 +02:00
|
|
|
<key>CFBundleIdentifier</key>
|
2015-09-01 19:22:08 +02:00
|
|
|
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
|
2014-05-06 19:41:08 +02:00
|
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
|
|
<string>6.0</string>
|
|
|
|
<key>CFBundleName</key>
|
|
|
|
<string>${PRODUCT_NAME}</string>
|
|
|
|
<key>CFBundlePackageType</key>
|
|
|
|
<string>APPL</string>
|
|
|
|
<key>CFBundleShortVersionString</key>
|
2016-07-14 01:59:20 +02:00
|
|
|
<string>2.3.6</string>
|
2014-05-06 19:41:08 +02:00
|
|
|
<key>CFBundleSignature</key>
|
|
|
|
<string>????</string>
|
2014-11-25 23:52:53 +01:00
|
|
|
<key>CFBundleURLTypes</key>
|
|
|
|
<array>
|
|
|
|
<dict>
|
|
|
|
<key>CFBundleTypeRole</key>
|
|
|
|
<string>Editor</string>
|
|
|
|
<key>CFBundleURLName</key>
|
|
|
|
<string>org.whispersystems.signal</string>
|
|
|
|
<key>CFBundleURLSchemes</key>
|
|
|
|
<array>
|
|
|
|
<string>sgnl</string>
|
|
|
|
</array>
|
|
|
|
</dict>
|
|
|
|
</array>
|
2014-05-06 19:41:08 +02:00
|
|
|
<key>CFBundleVersion</key>
|
2016-07-14 01:59:20 +02:00
|
|
|
<string>2.3.6.0</string>
|
2016-05-17 00:52:11 +02:00
|
|
|
<key>ITSAppUsesNonExemptEncryption</key>
|
|
|
|
<false/>
|
2014-10-05 19:18:18 +02:00
|
|
|
<key>LOGS_EMAIL</key>
|
2014-10-07 01:05:18 +02:00
|
|
|
<string>support@whispersystems.org</string>
|
2014-10-05 19:18:18 +02:00
|
|
|
<key>LOGS_URL</key>
|
|
|
|
<string>https://github.com/WhisperSystems/Signal-iOS/issues</string>
|
2014-05-06 19:41:08 +02:00
|
|
|
<key>LSApplicationCategoryType</key>
|
2014-09-15 01:32:19 +02:00
|
|
|
<string>public.app-category.social-networking</string>
|
2014-05-06 19:41:08 +02:00
|
|
|
<key>LSRequiresIPhoneOS</key>
|
|
|
|
<true/>
|
2015-09-01 19:22:08 +02:00
|
|
|
<key>NSAppTransportSecurity</key>
|
|
|
|
<dict>
|
|
|
|
<key>NSExceptionDomains</key>
|
|
|
|
<dict>
|
2015-10-31 21:31:18 +01:00
|
|
|
<key>amazonaws.com</key>
|
|
|
|
<dict>
|
|
|
|
<key>NSIncludesSubdomains</key>
|
|
|
|
<true/>
|
|
|
|
<key>NSThirdPartyExceptionRequiresForwardSecrecy</key>
|
|
|
|
<false/>
|
|
|
|
</dict>
|
2015-09-01 19:22:08 +02:00
|
|
|
<key>whispersystems.org</key>
|
|
|
|
<dict>
|
|
|
|
<key>NSExceptionAllowsInsecureHTTPLoads</key>
|
|
|
|
<true/>
|
|
|
|
<key>NSIncludesSubdomains</key>
|
|
|
|
<true/>
|
|
|
|
</dict>
|
|
|
|
</dict>
|
|
|
|
</dict>
|
2016-07-14 01:59:20 +02:00
|
|
|
<key>NSAppleMusicUsageDescription</key>
|
|
|
|
<string>Signal needs to use Apple Music to play media attachments.</string>
|
2015-04-28 14:41:50 +02:00
|
|
|
<key>NSContactsUsageDescription</key>
|
2015-08-24 01:47:25 +02:00
|
|
|
<string>Signal uses your contacts to find users you know. We do not store your contacts on the server.</string>
|
2015-04-28 14:41:50 +02:00
|
|
|
<key>NSMicrophoneUsageDescription</key>
|
|
|
|
<string>Signal needs access to your microphone to make and receive phone calls.</string>
|
2016-07-07 19:24:10 +02:00
|
|
|
<key>NSPhotoLibraryUsageDescription</key>
|
|
|
|
<string>Signal will let you choose which photos from your library to send.</string>
|
2015-10-31 23:13:28 +01:00
|
|
|
<key>UIApplicationShortcutItems</key>
|
|
|
|
<array>
|
|
|
|
<dict>
|
|
|
|
<key>UIApplicationShortcutItemIconType</key>
|
|
|
|
<string>UIApplicationShortcutIconTypeCompose</string>
|
|
|
|
<key>UIApplicationShortcutItemTitle</key>
|
|
|
|
<string>New Message</string>
|
|
|
|
<key>UIApplicationShortcutItemType</key>
|
|
|
|
<string>org.whispersystems.signal.quickCompose</string>
|
|
|
|
</dict>
|
|
|
|
</array>
|
2014-05-06 19:41:08 +02:00
|
|
|
<key>UIBackgroundModes</key>
|
|
|
|
<array>
|
|
|
|
<string>audio</string>
|
2014-09-15 01:32:19 +02:00
|
|
|
<string>fetch</string>
|
2014-08-01 07:53:58 +02:00
|
|
|
<string>remote-notification</string>
|
2014-05-06 19:41:08 +02:00
|
|
|
<string>voip</string>
|
|
|
|
</array>
|
2016-04-08 02:13:45 +02:00
|
|
|
<key>UILaunchStoryboardName</key>
|
|
|
|
<string>Launch Screen</string>
|
2014-05-06 19:41:08 +02:00
|
|
|
<key>UIRequiredDeviceCapabilities</key>
|
|
|
|
<array>
|
|
|
|
<string>armv7</string>
|
|
|
|
</array>
|
2015-01-25 00:48:40 +01:00
|
|
|
<key>UIStatusBarStyle</key>
|
|
|
|
<string>UIStatusBarStyleLightContent</string>
|
2014-05-06 19:41:08 +02:00
|
|
|
<key>UISupportedInterfaceOrientations</key>
|
|
|
|
<array>
|
|
|
|
<string>UIInterfaceOrientationPortrait</string>
|
|
|
|
</array>
|
2015-01-25 00:48:40 +01:00
|
|
|
<key>UIViewControllerBasedStatusBarAppearance</key>
|
|
|
|
<false/>
|
2014-05-06 19:41:08 +02:00
|
|
|
</dict>
|
|
|
|
</plist>
|