session-ios/Session/Meta/Session-Info.plist

115 lines
3.7 KiB
Plaintext
Raw Normal View History

2014-05-06 17:41:08 +00: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 20:08:02 +00:00
<key>BuildDetails</key>
<dict>
2018-11-29 15:32:27 +00:00
<key>CarthageVersion</key>
2020-09-24 23:15:04 +00:00
<string>0.36.0</string>
2018-10-25 20:08:02 +00:00
<key>OSXVersion</key>
2020-09-24 23:15:04 +00:00
<string>10.15.6</string>
2018-10-25 20:08:02 +00:00
<key>WebRTCCommit</key>
2019-03-19 15:13:06 +00:00
<string>1445d719bf05280270e9f77576f80f973fd847f8 M73</string>
2018-10-25 20:08:02 +00:00
</dict>
2014-05-06 17:41:08 +00:00
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDisplayName</key>
2020-01-09 05:17:00 +00:00
<string>$(PRODUCT_NAME)</string>
2014-05-06 17:41:08 +00:00
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleGetInfoString</key>
<string></string>
2014-05-06 17:41:08 +00:00
<key>CFBundleIcons</key>
2014-09-26 15:22:57 +00:00
<dict/>
2014-05-06 17:41:08 +00:00
<key>CFBundleIdentifier</key>
iOS 9 Support - Fixing size classes rendering bugs. - Supporting native iOS San Francisco font. - Quick Reply - Settings now slide to the left as suggested in original designed opposed to modal. - Simplification of restraints on many screens. - Full-API compatiblity with iOS 9 and iOS 8 legacy support. - Customized AddressBook Permission prompt when restrictions are enabled. If user installed Signal previously and already approved access to Contacts, don't bugg him again. - Fixes crash in migration for users who installed Signal <2.1.3 but hadn't signed up yet. - Xcode 7 / iOS 9 Travis Support - Bitcode Support is disabled until it is better understood how exactly optimizations are performed. In a first time, we will split out the crypto code into a separate binary to make it easier to optimize the non-sensitive code. Blog post with more details coming. - Partial ATS support. We are running our own Certificate Authority at Open Whisper Systems. Signal is doing certificate pinning to verify that certificates were signed by our own CA. Unfortunately Apple's App Transport Security requires to hand over chain verification to their framework with no control over the trust store. We have filed a radar to get ATS features with pinned certificates. In the meanwhile, ATS is disabled on our domain. We also followed Amazon's recommendations for our S3 domain we use to upload/download attachments. (#891) - Implement a unified `AFSecurityOWSPolicy` pinning strategy accross libraries (AFNetworking RedPhone/TextSecure & SocketRocket).
2015-09-01 17:22:08 +00:00
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
2014-05-06 17:41:08 +00: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 03:53:15 +00:00
<string>$(MARKETING_VERSION)</string>
2014-05-06 17:41:08 +00:00
<key>CFBundleSignature</key>
<string>????</string>
2014-11-25 22:52:53 +00: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 17:41:08 +00:00
<key>CFBundleVersion</key>
2019-10-22 03:53:15 +00:00
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LOGS_EMAIL</key>
<string>support@whispersystems.org</string>
<key>LOGS_URL</key>
<string>https://github.com/WhisperSystems/Signal-iOS/issues</string>
2014-05-06 17:41:08 +00:00
<key>LSApplicationCategoryType</key>
<string>public.app-category.social-networking</string>
2014-05-06 17:41:08 +00:00
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppleMusicUsageDescription</key>
<string>Signal needs to use Apple Music to play media attachments.</string>
<key>NSCameraUsageDescription</key>
2020-01-08 05:10:12 +00:00
<string>Session needs camera access to take pictures and scan QR codes.</string>
<key>NSContactsUsageDescription</key>
<string>Signal uses your contacts to find users you know. We do not store your contacts on the server.</string>
2018-05-08 21:37:14 +00:00
<key>NSFaceIDUsageDescription</key>
2020-05-20 02:01:47 +00:00
<string>Session's Screen Lock feature uses Face ID.</string>
<key>NSMicrophoneUsageDescription</key>
2020-01-08 05:10:12 +00:00
<string>Session needs access to your microphone to record videos.</string>
<key>NSPhotoLibraryAddUsageDescription</key>
2020-01-08 05:10:12 +00:00
<string>Session needs access to your library to save photos.</string>
2017-11-30 17:56:43 +00:00
<key>NSPhotoLibraryUsageDescription</key>
2020-01-08 05:10:12 +00:00
<string>Session needs access to your library to send photos.</string>
2017-03-23 22:44:09 +00:00
<key>UIAppFonts</key>
<array>
<string>dripicons-v2.ttf</string>
<string>ElegantIcons.ttf</string>
<string>fontawesome-webfont.ttf</string>
2019-12-05 04:28:32 +00:00
<string>SpaceMono-Bold.ttf</string>
2019-12-03 02:36:07 +00:00
<string>SpaceMono-Regular.ttf</string>
2017-03-23 22:44:09 +00:00
</array>
2015-10-31 22:13:28 +00: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 17:41:08 +00:00
<key>UIBackgroundModes</key>
<array>
<string>fetch</string>
<string>remote-notification</string>
2014-05-06 17:41:08 +00:00
</array>
<key>UILaunchStoryboardName</key>
<string>Launch Screen</string>
2014-05-06 17:41:08 +00:00
<key>UIRequiredDeviceCapabilities</key>
<array>
<string>armv7</string>
</array>
2015-01-24 23:48:40 +00:00
<key>UIStatusBarStyle</key>
<string>UIStatusBarStyleLightContent</string>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
</array>
2015-01-24 23:48:40 +00:00
<key>UIViewControllerBasedStatusBarAppearance</key>
2020-02-20 03:37:17 +00:00
<true/>
2014-05-06 17:41:08 +00:00
</dict>
</plist>