Info.plist 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205
  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>BGTaskSchedulerPermittedIdentifiers</key>
  6. <array>
  7. <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
  8. </array>
  9. <key>CFBundleDevelopmentRegion</key>
  10. <string>$(DEVELOPMENT_LANGUAGE)</string>
  11. <key>CFBundleDisplayName</key>
  12. <string>AppBuilder</string>
  13. <key>CFBundleExecutable</key>
  14. <string>$(EXECUTABLE_NAME)</string>
  15. <key>CFBundleIcons</key>
  16. <dict>
  17. <key>CFBundleAlternateIcons</key>
  18. <dict>
  19. <key>bi_icon</key>
  20. <dict>
  21. <key>CFBundleIconFiles</key>
  22. <array>
  23. <string>bi_icon</string>
  24. </array>
  25. </dict>
  26. <key>bpkh_icon</key>
  27. <dict>
  28. <key>CFBundleIconFiles</key>
  29. <array>
  30. <string>bpkh_icon</string>
  31. </array>
  32. </dict>
  33. <key>diginets_icon</key>
  34. <dict>
  35. <key>CFBundleIconFiles</key>
  36. <array>
  37. <string>diginets_icon</string>
  38. </array>
  39. </dict>
  40. <key>digisales_icon</key>
  41. <dict>
  42. <key>CFBundleIconFiles</key>
  43. <array>
  44. <string>digisales_icon</string>
  45. </array>
  46. </dict>
  47. <key>disini_icon</key>
  48. <dict>
  49. <key>CFBundleIconFiles</key>
  50. <array>
  51. <string>disini_icon</string>
  52. </array>
  53. </dict>
  54. <key>gudeg_icon</key>
  55. <dict>
  56. <key>CFBundleIconFiles</key>
  57. <array>
  58. <string>gudeg_icon</string>
  59. </array>
  60. </dict>
  61. <key>ikn_icon</key>
  62. <dict>
  63. <key>CFBundleIconFiles</key>
  64. <array>
  65. <string>ikn_icon</string>
  66. </array>
  67. </dict>
  68. <key>kmi_icon</key>
  69. <dict>
  70. <key>CFBundleIconFiles</key>
  71. <array>
  72. <string>kmi_icon</string>
  73. </array>
  74. </dict>
  75. <key>nu_icon</key>
  76. <dict>
  77. <key>CFBundleIconFiles</key>
  78. <array>
  79. <string>nu_icon</string>
  80. </array>
  81. </dict>
  82. <key>nxcook_icon</key>
  83. <dict>
  84. <key>CFBundleIconFiles</key>
  85. <array>
  86. <string>nxcook_icon</string>
  87. </array>
  88. </dict>
  89. <key>nxsport_icon</key>
  90. <dict>
  91. <key>CFBundleIconFiles</key>
  92. <array>
  93. <string>nxsport_icon</string>
  94. </array>
  95. </dict>
  96. </dict>
  97. </dict>
  98. <key>CFBundleIdentifier</key>
  99. <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
  100. <key>CFBundleInfoDictionaryVersion</key>
  101. <string>6.0</string>
  102. <key>CFBundleName</key>
  103. <string>$(PRODUCT_NAME)</string>
  104. <key>CFBundlePackageType</key>
  105. <string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
  106. <key>CFBundleShortVersionString</key>
  107. <string>$(MARKETING_VERSION)</string>
  108. <key>CFBundleVersion</key>
  109. <string>$(CURRENT_PROJECT_VERSION)</string>
  110. <key>LSApplicationQueriesSchemes</key>
  111. <array>
  112. <string>whatsapp</string>
  113. <string>googlegmail</string>
  114. <string>ms-outlook</string>
  115. <string>readdle-spark</string>
  116. <string>ymail</string>
  117. <string>comgooglemaps</string>
  118. </array>
  119. <key>LSRequiresIPhoneOS</key>
  120. <true/>
  121. <key>NSAppTransportSecurity</key>
  122. <dict>
  123. <key>NSAllowsArbitraryLoads</key>
  124. <true/>
  125. </dict>
  126. <key>NSCameraUsageDescription</key>
  127. <string>Video Call, Conference Room, Content Creation and Live Streaming.</string>
  128. <key>NSContactsUsageDescription</key>
  129. <string>Get File Contact from Local Dictionary for Send Message.</string>
  130. <key>NSDocumentsFolderUsageDescription</key>
  131. <string>Get File from Local Dictionary for Send Message.</string>
  132. <key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
  133. <string>Access Location For Multiple Login.</string>
  134. <key>NSLocationWhenInUseUsageDescription</key>
  135. <string>Access Location For Multiple Login.</string>
  136. <key>NSMicrophoneUsageDescription</key>
  137. <string>VoIP Call, Video Call, Conference Room, and Live Streaming.</string>
  138. <key>NSMotionUsageDescription</key>
  139. <string>Service nuSDK.</string>
  140. <key>NSPhotoLibraryAddUsageDescription</key>
  141. <string>Get File Photos from Local Dictionary for Send Message and Content Creation.</string>
  142. <key>NSPhotoLibraryUsageDescription</key>
  143. <string>Get File Photos from Local Dictionary for Send Message and Content Creation.</string>
  144. <key>NSSpeechRecognitionUsageDescription</key>
  145. <string>Used for speech recognition features.</string>
  146. <key>NSUserActivityTypes</key>
  147. <array>
  148. <string>INSendMessageIntent</string>
  149. </array>
  150. <key>UIApplicationSceneManifest</key>
  151. <dict>
  152. <key>UIApplicationSupportsMultipleScenes</key>
  153. <false/>
  154. <key>UISceneConfigurations</key>
  155. <dict>
  156. <key>UIWindowSceneSessionRoleApplication</key>
  157. <array>
  158. <dict>
  159. <key>UISceneConfigurationName</key>
  160. <string>Default Configuration</string>
  161. <key>UISceneDelegateClassName</key>
  162. <string>$(PRODUCT_MODULE_NAME).SceneDelegate</string>
  163. <key>UISceneStoryboardFile</key>
  164. <string>Main</string>
  165. </dict>
  166. </array>
  167. </dict>
  168. </dict>
  169. <key>UIApplicationSupportsIndirectInputEvents</key>
  170. <true/>
  171. <key>UIBackgroundModes</key>
  172. <array>
  173. <string>audio</string>
  174. <string>bluetooth-central</string>
  175. <string>bluetooth-peripheral</string>
  176. <string>fetch</string>
  177. <string>processing</string>
  178. <string>remote-notification</string>
  179. <string>voip</string>
  180. </array>
  181. <key>UILaunchStoryboardName</key>
  182. <string>LaunchScreen</string>
  183. <key>UIMainStoryboardFile</key>
  184. <string>Main</string>
  185. <key>UIRequiredDeviceCapabilities</key>
  186. <array>
  187. <string>armv7</string>
  188. </array>
  189. <key>UISupportedInterfaceOrientations</key>
  190. <array>
  191. <string>UIInterfaceOrientationPortrait</string>
  192. </array>
  193. <key>UISupportedInterfaceOrientations~ipad</key>
  194. <array>
  195. <string>UIInterfaceOrientationPortrait</string>
  196. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  197. <string>UIInterfaceOrientationLandscapeLeft</string>
  198. <string>UIInterfaceOrientationLandscapeRight</string>
  199. </array>
  200. <key>UIUserInterfaceStyle</key>
  201. <string>Light</string>
  202. <key>UIViewControllerBasedStatusBarAppearance</key>
  203. <true/>
  204. </dict>
  205. </plist>