|
@@ -18,6 +18,15 @@
|
|
|
<string>APPL</string>
|
|
|
<key>CFBundleShortVersionString</key>
|
|
|
<string>1.0</string>
|
|
|
+ <key>CFBundleURLTypes</key>
|
|
|
+ <array>
|
|
|
+ <dict>
|
|
|
+ <key>CFBundleURLSchemes</key>
|
|
|
+ <array>
|
|
|
+ <string>chat.delta</string>
|
|
|
+ </array>
|
|
|
+ </dict>
|
|
|
+ </array>
|
|
|
<key>CFBundleVersion</key>
|
|
|
<string>5.1</string>
|
|
|
<key>LSRequiresIPhoneOS</key>
|
|
@@ -26,12 +35,12 @@
|
|
|
<true/>
|
|
|
<key>NSCameraUsageDescription</key>
|
|
|
<string>Allowing access to the camera lets you take photos and videos.</string>
|
|
|
+ <key>NSContactsUsageDescription</key>
|
|
|
+ <string>Allowing access to your address book lets you chat with contacts from your device</string>
|
|
|
<key>NSMicrophoneUsageDescription</key>
|
|
|
<string>Allowing access to the microphone lets you record audio.</string>
|
|
|
<key>NSPhotoLibraryUsageDescription</key>
|
|
|
<string>Allowing access to the photo library allows you to upload images from it.</string>
|
|
|
- <key>NSContactsUsageDescription</key>
|
|
|
- <string>Allowing access to your address book lets you chat with contacts from your device</string>
|
|
|
<key>UIBackgroundModes</key>
|
|
|
<array>
|
|
|
<string>fetch</string>
|
|
@@ -57,14 +66,5 @@
|
|
|
<string>UIInterfaceOrientationLandscapeLeft</string>
|
|
|
<string>UIInterfaceOrientationLandscapeRight</string>
|
|
|
</array>
|
|
|
- <key>CFBundleURLTypes</key>
|
|
|
- <array>
|
|
|
- <dict>
|
|
|
- <key>CFBundleURLSchemes</key>
|
|
|
- <array>
|
|
|
- <string>chat.delta</string>
|
|
|
- </array>
|
|
|
- </dict>
|
|
|
- </array>
|
|
|
</dict>
|
|
|
</plist>
|