Info.plist 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  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>UIViewControllerBasedStatusBarAppearance</key>
  28. <true/>
  29. <key>NSCameraUsageDescription</key>
  30. <string>Video Call, Conference Room, Content Creation and Live Streaming.</string>
  31. <key>NSLocationWhenInUseUsageDescription</key>
  32. <string>Access Location For Multiple Login.</string>
  33. <key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
  34. <string>Access Location For Multiple Login.</string>
  35. <key>NSContactsUsageDescription</key>
  36. <string>Get File Contact from Local Dictionary for Send Message.</string>
  37. <key>NSDocumentsFolderUsageDescription</key>
  38. <string>Get File from Local Dictionary for Send Message.</string>
  39. <key>NSMicrophoneUsageDescription</key>
  40. <string>VoIP Call, Video Call, Conference Room, and Live Streaming.</string>
  41. <key>NSMotionUsageDescription</key>
  42. <string>Service nuSDK.</string>
  43. <key>NSPhotoLibraryAddUsageDescription</key>
  44. <string>Get File Photos from Local Dictionary for Send Message and Content Creation.</string>
  45. <key>NSPhotoLibraryUsageDescription</key>
  46. <string>Get File Photos from Local Dictionary for Send Message and Content Creation.</string>
  47. <key>NSSpeechRecognitionUsageDescription</key>
  48. <string>Used for speech recognition features.</string>
  49. <key>NSAppTransportSecurity</key>
  50. <dict>
  51. <key>NSAllowsArbitraryLoads</key>
  52. <true/>
  53. </dict>
  54. <key>NSUserActivityTypes</key>
  55. <array>
  56. <string>INSendMessageIntent</string>
  57. </array>
  58. <key>LSApplicationQueriesSchemes</key>
  59. <array>
  60. <string>whatsapp</string>
  61. <string>googlegmail</string>
  62. <string>ms-outlook</string>
  63. <string>readdle-spark</string>
  64. <string>ymail</string>
  65. </array>
  66. <key>UIRequiredDeviceCapabilities</key>
  67. <array>
  68. <string>armv7</string>
  69. </array>
  70. <key>UISupportedInterfaceOrientations</key>
  71. <array>
  72. <string>UIInterfaceOrientationPortrait</string>
  73. </array>
  74. <key>UISupportedInterfaceOrientations~ipad</key>
  75. <array>
  76. <string>UIInterfaceOrientationPortrait</string>
  77. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  78. <string>UIInterfaceOrientationLandscapeLeft</string>
  79. <string>UIInterfaceOrientationLandscapeRight</string>
  80. </array>
  81. <key>UIViewControllerBasedStatusBarAppearance</key>
  82. <true/>
  83. <key>UIUserInterfaceStyle</key>
  84. <string>Automatic</string>
  85. <key>NSAppTransportSecurity</key>
  86. <dict>
  87. <!-- Do not change NSAllowsArbitraryLoads to true, or you will risk app rejection! -->
  88. <key>NSAllowsArbitraryLoads</key>
  89. <false/>
  90. <key>NSAllowsLocalNetworking</key>
  91. <true/>
  92. </dict>
  93. <key>NSLocationWhenInUseUsageDescription</key>
  94. <string></string>
  95. <key>UILaunchStoryboardName</key>
  96. <string>LaunchScreen</string>
  97. <key>UIRequiredDeviceCapabilities</key>
  98. <array>
  99. <string>arm64</string>
  100. </array>
  101. <key>UISupportedInterfaceOrientations</key>
  102. <array>
  103. <string>UIInterfaceOrientationPortrait</string>
  104. <string>UIInterfaceOrientationLandscapeLeft</string>
  105. <string>UIInterfaceOrientationLandscapeRight</string>
  106. </array>
  107. <key>UIViewControllerBasedStatusBarAppearance</key>
  108. <false/>
  109. <key>UIAppFonts</key>
  110. <array>
  111. <string>Ionicons.ttf</string>
  112. </array>
  113. </dict>
  114. </plist>