123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114 |
- <?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>en</string>
- <key>CFBundleDisplayName</key>
- <string>NexilisSampleCode</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>APPL</string>
- <key>CFBundleShortVersionString</key>
- <string>$(MARKETING_VERSION)</string>
- <key>CFBundleSignature</key>
- <string>????</string>
- <key>CFBundleVersion</key>
- <string>$(CURRENT_PROJECT_VERSION)</string>
- <key>LSRequiresIPhoneOS</key>
- <true/>
- <key>UIViewControllerBasedStatusBarAppearance</key>
- <true/>
- <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>UIRequiredDeviceCapabilities</key>
- <array>
- <string>armv7</string>
- </array>
- <key>UISupportedInterfaceOrientations</key>
- <array>
- <string>UIInterfaceOrientationPortrait</string>
- </array>
- <key>UISupportedInterfaceOrientations~ipad</key>
- <array>
- <string>UIInterfaceOrientationPortrait</string>
- <string>UIInterfaceOrientationPortraitUpsideDown</string>
- <string>UIInterfaceOrientationLandscapeLeft</string>
- <string>UIInterfaceOrientationLandscapeRight</string>
- </array>
- <key>UIViewControllerBasedStatusBarAppearance</key>
- <true/>
- <key>UIUserInterfaceStyle</key>
- <string>Automatic</string>
- <key>NSAppTransportSecurity</key>
- <dict>
- <!-- Do not change NSAllowsArbitraryLoads to true, or you will risk app rejection! -->
- <key>NSAllowsArbitraryLoads</key>
- <false/>
- <key>NSAllowsLocalNetworking</key>
- <true/>
- </dict>
- <key>NSLocationWhenInUseUsageDescription</key>
- <string></string>
- <key>UILaunchStoryboardName</key>
- <string>LaunchScreen</string>
- <key>UIRequiredDeviceCapabilities</key>
- <array>
- <string>arm64</string>
- </array>
- <key>UISupportedInterfaceOrientations</key>
- <array>
- <string>UIInterfaceOrientationPortrait</string>
- <string>UIInterfaceOrientationLandscapeLeft</string>
- <string>UIInterfaceOrientationLandscapeRight</string>
- </array>
- <key>UIViewControllerBasedStatusBarAppearance</key>
- <false/>
- <key>UIAppFonts</key>
- <array>
- <string>Ionicons.ttf</string>
- </array>
- </dict>
- </plist>
|