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>
|
2018-10-25 22:08:02 +02:00
|
|
|
<key>BuildDetails</key>
|
|
|
|
<dict>
|
2018-11-29 16:32:27 +01:00
|
|
|
<key>CarthageVersion</key>
|
2019-05-01 05:00:50 +02:00
|
|
|
<string>0.33.0</string>
|
2018-10-25 22:08:02 +02:00
|
|
|
<key>OSXVersion</key>
|
2019-10-09 01:37:44 +02:00
|
|
|
<string>10.15</string>
|
2018-10-25 22:08:02 +02:00
|
|
|
<key>WebRTCCommit</key>
|
2019-03-19 16:13:06 +01:00
|
|
|
<string>1445d719bf05280270e9f77576f80f973fd847f8 M73</string>
|
2018-10-25 22:08:02 +02:00
|
|
|
</dict>
|
2014-05-06 19:41:08 +02:00
|
|
|
<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>
|
2019-10-22 05:53:15 +02:00
|
|
|
<string>$(MARKETING_VERSION)</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>
|
2019-10-22 05:53:15 +02:00
|
|
|
<string>$(CURRENT_PROJECT_VERSION)</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>
|
2019-02-12 00:28:05 +01:00
|
|
|
<key>api-staging.directory.signal.org</key>
|
2018-10-11 21:44:17 +02:00
|
|
|
<dict>
|
|
|
|
<key>NSExceptionAllowsInsecureHTTPLoads</key>
|
|
|
|
<true/>
|
2018-10-12 20:13:24 +02:00
|
|
|
<key>NSThirdPartyExceptionRequiresForwardSecrecy</key>
|
|
|
|
<false/>
|
2018-10-11 21:44:17 +02:00
|
|
|
</dict>
|
2018-11-01 22:18:01 +01:00
|
|
|
<key>api.directory.signal.org</key>
|
2018-10-13 00:36:25 +02:00
|
|
|
<dict>
|
|
|
|
<key>NSExceptionAllowsInsecureHTTPLoads</key>
|
|
|
|
<true/>
|
|
|
|
<key>NSThirdPartyExceptionRequiresForwardSecrecy</key>
|
|
|
|
<false/>
|
|
|
|
</dict>
|
2019-08-01 07:02:01 +02:00
|
|
|
<key>imaginary.stream</key>
|
|
|
|
<dict>
|
|
|
|
<key>NSExceptionAllowsInsecureHTTPLoads</key>
|
|
|
|
<true/>
|
|
|
|
<key>NSIncludesSubdomains</key>
|
|
|
|
<true/>
|
|
|
|
</dict>
|
2017-11-10 17:37:20 +01:00
|
|
|
<key>signal.org</key>
|
2015-09-01 19:22:08 +02:00
|
|
|
<dict>
|
|
|
|
<key>NSExceptionAllowsInsecureHTTPLoads</key>
|
|
|
|
<true/>
|
|
|
|
<key>NSIncludesSubdomains</key>
|
|
|
|
<true/>
|
2019-08-01 07:02:01 +02:00
|
|
|
</dict>
|
|
|
|
<key>storage.seed1.loki.network</key>
|
|
|
|
<dict>
|
|
|
|
<key>NSExceptionAllowsInsecureHTTPLoads</key>
|
|
|
|
<true/>
|
|
|
|
<key>NSIncludesSubdomains</key>
|
|
|
|
<true/>
|
|
|
|
</dict>
|
|
|
|
<key>storage.seed2.loki.network</key>
|
|
|
|
<dict>
|
|
|
|
<key>NSExceptionAllowsInsecureHTTPLoads</key>
|
|
|
|
<true/>
|
|
|
|
<key>NSIncludesSubdomains</key>
|
|
|
|
<true/>
|
2015-09-01 19:22:08 +02:00
|
|
|
</dict>
|
2017-11-10 17:37:20 +01:00
|
|
|
<key>whispersystems.org</key>
|
2017-11-07 22:55:39 +01:00
|
|
|
<dict>
|
|
|
|
<key>NSExceptionAllowsInsecureHTTPLoads</key>
|
|
|
|
<true/>
|
|
|
|
<key>NSIncludesSubdomains</key>
|
|
|
|
<true/>
|
|
|
|
</dict>
|
2015-09-01 19:22:08 +02:00
|
|
|
</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>
|
2016-09-14 23:40:53 +02:00
|
|
|
<key>NSCameraUsageDescription</key>
|
2019-10-17 07:48:58 +02:00
|
|
|
<string>Loki Messenger needs camera access to take pictures and scan QR codes.</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>
|
2018-05-08 23:37:14 +02:00
|
|
|
<key>NSFaceIDUsageDescription</key>
|
2019-10-18 00:46:44 +02:00
|
|
|
<string>Loki Messenger's Screen Lock feature uses Face ID.</string>
|
2015-04-28 14:41:50 +02:00
|
|
|
<key>NSMicrophoneUsageDescription</key>
|
2019-10-17 07:48:58 +02:00
|
|
|
<string>Loki Messenger needs access to your microphone to record videos.</string>
|
2017-11-29 18:42:55 +01:00
|
|
|
<key>NSPhotoLibraryAddUsageDescription</key>
|
2019-10-17 07:48:58 +02:00
|
|
|
<string>Loki Messenger needs access to your library to save photos.</string>
|
2017-11-30 18:56:43 +01:00
|
|
|
<key>NSPhotoLibraryUsageDescription</key>
|
2019-10-17 07:48:58 +02:00
|
|
|
<string>Loki Messenger needs access to your library to send photos.</string>
|
2017-03-23 23:44:09 +01:00
|
|
|
<key>UIAppFonts</key>
|
|
|
|
<array>
|
|
|
|
<string>dripicons-v2.ttf</string>
|
|
|
|
<string>ElegantIcons.ttf</string>
|
|
|
|
<string>fontawesome-webfont.ttf</string>
|
|
|
|
</array>
|
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>
|
2018-03-05 21:13:19 +01: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>
|
|
|
|
<key>UIViewControllerBasedStatusBarAppearance</key>
|
2018-07-10 18:49:55 +02:00
|
|
|
<true/>
|
2014-05-06 19:41:08 +02:00
|
|
|
</dict>
|
|
|
|
</plist>
|