123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- <?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>$(DEVELOPMENT_LANGUAGE)</string>
- <key>CFBundleExecutable</key>
- <string>$(EXECUTABLE_NAME)</string>
- <key>CFBundleIdentifier</key>
- <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
- <key>CFBundleInfoDictionaryVersion</key>
- <string>6.0</string>
- <key>CFBundleName</key>
- <string>$(PRODUCT_NAME)</string>
- <key>CFBundlePackageType</key>
- <string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
- <key>CFBundleShortVersionString</key>
- <string>$(MARKETING_VERSION)</string>
- <key>CFBundleVersion</key>
- <string>$(CURRENT_PROJECT_VERSION)</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>
- <array>
- <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>
- <key>UIAppFonts</key>
- <array>
- <string>fonts/Poppins-Light.ttf</string>
- <string>fonts/Poppins-LightItalic.ttf</string>
- <string>fonts/Poppins-Medium.ttf</string>
- <string>fonts/Poppins-MediumItalic.ttf</string>
- <string>fonts/Poppins-Regular.ttf</string>
- <string>fonts/Poppins-SemiBold.ttf</string>
- <string>fonts/Poppins-SemiBoldItalic.ttf</string>
- </array>
- </dict>
- </plist>
|