|
@@ -18,29 +18,57 @@
|
|
<string>$(MARKETING_VERSION)</string>
|
|
<string>$(MARKETING_VERSION)</string>
|
|
<key>CFBundleVersion</key>
|
|
<key>CFBundleVersion</key>
|
|
<string>$(CURRENT_PROJECT_VERSION)</string>
|
|
<string>$(CURRENT_PROJECT_VERSION)</string>
|
|
- <key>NSCameraUsageDescription</key>
|
|
|
|
- <string>Video Call, Conference Room, Content Creation and Live Streaming.</string>
|
|
|
|
- <key>NSContactsUsageDescription</key>
|
|
|
|
- <string>Get File Contact from Local Dictionary for Send Message.</string>
|
|
|
|
- <key>NSDocumentsFolderUsageDescription</key>
|
|
|
|
- <string>Get File from Local Dictionary for Send Message.</string>
|
|
|
|
- <key>NSMicrophoneUsageDescription</key>
|
|
|
|
- <string>VoIP Call, Video Call, Conference Room, and Live Streaming.</string>
|
|
|
|
- <key>NSMotionUsageDescription</key>
|
|
|
|
- <string>Service nuSDK.</string>
|
|
|
|
- <key>NSPhotoLibraryAddUsageDescription</key>
|
|
|
|
- <string>Get File Photos from Local Dictionary for Send Message and Content Creation.</string>
|
|
|
|
- <key>NSPhotoLibraryUsageDescription</key>
|
|
|
|
- <string>Get File Photos from Local Dictionary for Send Message and Content Creation.</string>
|
|
|
|
- <key>NSSpeechRecognitionUsageDescription</key>
|
|
|
|
- <string>Service nuSDK.</string>
|
|
|
|
|
|
+ <key>NSCameraUsageDescription</key>
|
|
|
|
+ <string>Video Call, Conference Room, Content Creation and Live Streaming.</string>
|
|
|
|
+ <key>NSLocationWhenInUseUsageDescription</key>
|
|
|
|
+ <string>Access Location For Multiple Login.</string>
|
|
|
|
+ <key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
|
|
|
|
+ <string>Access Location For Multiple Login.</string>
|
|
|
|
+ <key>NSContactsUsageDescription</key>
|
|
|
|
+ <string>Get File Contact from Local Dictionary for Send Message.</string>
|
|
|
|
+ <key>NSDocumentsFolderUsageDescription</key>
|
|
|
|
+ <string>Get File from Local Dictionary for Send Message.</string>
|
|
|
|
+ <key>NSMicrophoneUsageDescription</key>
|
|
|
|
+ <string>VoIP Call, Video Call, Conference Room, and Live Streaming.</string>
|
|
|
|
+ <key>NSMotionUsageDescription</key>
|
|
|
|
+ <string>Service nuSDK.</string>
|
|
|
|
+ <key>NSPhotoLibraryAddUsageDescription</key>
|
|
|
|
+ <string>Get File Photos from Local Dictionary for Send Message and Content Creation.</string>
|
|
|
|
+ <key>NSPhotoLibraryUsageDescription</key>
|
|
|
|
+ <string>Get File Photos from Local Dictionary for Send Message and Content Creation.</string>
|
|
|
|
+ <key>NSSpeechRecognitionUsageDescription</key>
|
|
|
|
+ <string>Used for speech recognition features.</string>
|
|
|
|
+ <key>NSAppTransportSecurity</key>
|
|
|
|
+ <dict>
|
|
|
|
+ <key>NSAllowsArbitraryLoads</key>
|
|
|
|
+ <true/>
|
|
|
|
+ </dict>
|
|
|
|
+ <key>NSUserActivityTypes</key>
|
|
|
|
+ <array>
|
|
|
|
+ <string>INSendMessageIntent</string>
|
|
|
|
+ </array>
|
|
<key>LSApplicationQueriesSchemes</key>
|
|
<key>LSApplicationQueriesSchemes</key>
|
|
<array>
|
|
<array>
|
|
- <string>whatsapp</string>
|
|
|
|
- <string>googlegmail</string>
|
|
|
|
- <string>ms-outlook</string>
|
|
|
|
- <string>readdle-spark</string>
|
|
|
|
- <string>ymail</string>
|
|
|
|
|
|
+ <string>whatsapp</string>
|
|
|
|
+ <string>googlegmail</string>
|
|
|
|
+ <string>ms-outlook</string>
|
|
|
|
+ <string>readdle-spark</string>
|
|
|
|
+ <string>ymail</string>
|
|
|
|
+ </array>
|
|
|
|
+ <key>UIViewControllerBasedStatusBarAppearance</key>
|
|
|
|
+ <true/>
|
|
|
|
+ <key>UIUserInterfaceStyle</key>
|
|
|
|
+ <string>Automatic</string>
|
|
|
|
+ <key>UIBackgroundModes</key>
|
|
|
|
+ <array>
|
|
|
|
+ <string>audio</string>
|
|
|
|
+ <string>bluetooth-central</string>
|
|
|
|
+ <string>bluetooth-peripheral</string>
|
|
|
|
+ <string>external-accessory</string>
|
|
|
|
+ <string>fetch</string>
|
|
|
|
+ <string>processing</string>
|
|
|
|
+ <string>remote-notification</string>
|
|
|
|
+ <string>voip</string>
|
|
</array>
|
|
</array>
|
|
<key>UIAppFonts</key>
|
|
<key>UIAppFonts</key>
|
|
<array>
|
|
<array>
|