Info.plist 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5. <key>CFBundleDevelopmentRegion</key>
  6. <string>en</string>
  7. <key>CFBundleDisplayName</key>
  8. <string>NexilisSampleCode</string>
  9. <key>CFBundleExecutable</key>
  10. <string>$(EXECUTABLE_NAME)</string>
  11. <key>CFBundleIdentifier</key>
  12. <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
  13. <key>CFBundleInfoDictionaryVersion</key>
  14. <string>6.0</string>
  15. <key>CFBundleName</key>
  16. <string>$(PRODUCT_NAME)</string>
  17. <key>CFBundlePackageType</key>
  18. <string>APPL</string>
  19. <key>CFBundleShortVersionString</key>
  20. <string>$(MARKETING_VERSION)</string>
  21. <key>CFBundleSignature</key>
  22. <string>????</string>
  23. <key>CFBundleVersion</key>
  24. <string>$(CURRENT_PROJECT_VERSION)</string>
  25. <key>LSRequiresIPhoneOS</key>
  26. <true/>
  27. <key>NSCameraUsageDescription</key>
  28. <string>Video Call, Conference Room, Content Creation and Live Streaming.</string>
  29. <key>NSContactsUsageDescription</key>
  30. <string>Get File Contact from Local Dictionary for Send Message.</string>
  31. <key>NSDocumentsFolderUsageDescription</key>
  32. <string>Get File from Local Dictionary for Send Message.</string>
  33. <key>NSLocationWhenInUseUsageDescription</key>
  34. <string></string>
  35. <key>NSMicrophoneUsageDescription</key>
  36. <string>VoIP Call, Video Call, Conference Room, and Live Streaming.</string>
  37. <key>NSMotionUsageDescription</key>
  38. <string>Service nuSDK.</string>
  39. <key>NSPhotoLibraryAddUsageDescription</key>
  40. <string>Get File Photos from Local Dictionary for Send Message and Content Creation.</string>
  41. <key>NSPhotoLibraryUsageDescription</key>
  42. <string>Get File Photos from Local Dictionary for Send Message and Content Creation.</string>
  43. <key>NSSpeechRecognitionUsageDescription</key>
  44. <string>Used for speech recognition features.</string>
  45. <key>UIUserInterfaceStyle</key>
  46. <string>Light</string>
  47. <key>NSAppTransportSecurity</key>
  48. <dict>
  49. <key>NSExceptionDomains</key>
  50. <dict>
  51. <key>localhost</key>
  52. <dict>
  53. <key>NSExceptionAllowsInsecureHTTPLoads</key>
  54. <true/>
  55. </dict>
  56. </dict>
  57. </dict>
  58. <key>NSLocationWhenInUseUsageDescription</key>
  59. <string></string>
  60. <key>UILaunchStoryboardName</key>
  61. <string>LaunchScreen</string>
  62. <key>UIRequiredDeviceCapabilities</key>
  63. <array>
  64. <string>armv7</string>
  65. </array>
  66. <key>UISupportedInterfaceOrientations</key>
  67. <array>
  68. <string>UIInterfaceOrientationPortrait</string>
  69. <string>UIInterfaceOrientationLandscapeLeft</string>
  70. <string>UIInterfaceOrientationLandscapeRight</string>
  71. </array>
  72. <key>UIViewControllerBasedStatusBarAppearance</key>
  73. <false/>
  74. </dict>
  75. </plist>