Info.plist 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  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>CFBundleVersion</key>
  22. <string>$(CURRENT_PROJECT_VERSION)</string>
  23. <key>LSRequiresIPhoneOS</key>
  24. <true/>
  25. <key>NSCameraUsageDescription</key>
  26. <string>Video Call, Conference Room, Content Creation and Live Streaming.</string>
  27. <key>NSContactsUsageDescription</key>
  28. <string>Get File Contact from Local Dictionary for Send Message.</string>
  29. <key>NSDocumentsFolderUsageDescription</key>
  30. <string>Get File from Local Dictionary for Send Message.</string>
  31. <key>NSMicrophoneUsageDescription</key>
  32. <string>VoIP Call, Video Call, Conference Room, and Live Streaming.</string>
  33. <key>NSMotionUsageDescription</key>
  34. <string>Service nuSDK.</string>
  35. <key>NSPhotoLibraryAddUsageDescription</key>
  36. <string>Get File Photos from Local Dictionary for Send Message and Content Creation.</string>
  37. <key>NSPhotoLibraryUsageDescription</key>
  38. <string>Get File Photos from Local Dictionary for Send Message and Content Creation.</string>
  39. <key>NSSpeechRecognitionUsageDescription</key>
  40. <string>Used for speech recognition features.</string>
  41. <key>UIUserInterfaceStyle</key>
  42. <string>Light</string>
  43. <key>UILaunchStoryboardName</key>
  44. <string>LaunchScreen</string>
  45. <key>UIMainStoryboardFile</key>
  46. <string>Main</string>
  47. <key>UIRequiredDeviceCapabilities</key>
  48. <array>
  49. <string>armv7</string>
  50. </array>
  51. <key>UISupportedInterfaceOrientations</key>
  52. <array>
  53. <string>UIInterfaceOrientationPortrait</string>
  54. <string>UIInterfaceOrientationLandscapeLeft</string>
  55. <string>UIInterfaceOrientationLandscapeRight</string>
  56. </array>
  57. <key>UISupportedInterfaceOrientations~ipad</key>
  58. <array>
  59. <string>UIInterfaceOrientationPortrait</string>
  60. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  61. <string>UIInterfaceOrientationLandscapeLeft</string>
  62. <string>UIInterfaceOrientationLandscapeRight</string>
  63. </array>
  64. <key>UIViewControllerBasedStatusBarAppearance</key>
  65. <true/>
  66. </dict>
  67. </plist>