Info.plist 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  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>zh_CN</string>
  7. <key>CFBundleDisplayName</key>
  8. <string>O2OA</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>4.2.2</string>
  21. <key>CFBundleVersion</key>
  22. <string>44</string>
  23. <key>LSRequiresIPhoneOS</key>
  24. <true/>
  25. <key>NSAppTransportSecurity</key>
  26. <dict>
  27. <key>NSAllowsArbitraryLoads</key>
  28. <true/>
  29. <key>NSAllowsArbitraryLoadsInWebContent</key>
  30. <true/>
  31. <key>NSExceptionDomains</key>
  32. <dict>
  33. <key>12366.com</key>
  34. <dict>
  35. <key>NSExceptionAllowsInsecureHTTPLoads</key>
  36. <true/>
  37. <key>NSExceptionRequiresForwardSecrecy</key>
  38. <false/>
  39. <key>NSIncludesSubdomains</key>
  40. <true/>
  41. </dict>
  42. <key>casil.com</key>
  43. <dict>
  44. <key>NSExceptionAllowsInsecureHTTPLoads</key>
  45. <true/>
  46. <key>NSExceptionRequiresForwardSecrecy</key>
  47. <true/>
  48. <key>NSIncludesSubdomains</key>
  49. <true/>
  50. </dict>
  51. <key>o2oa.io</key>
  52. <dict>
  53. <key>NSExceptionAllowsInsecureHTTPLoads</key>
  54. <true/>
  55. <key>NSExceptionRequiresForwardSecrecy</key>
  56. <true/>
  57. <key>NSIncludesSubdomains</key>
  58. <true/>
  59. </dict>
  60. <key>o2oa.net</key>
  61. <dict>
  62. <key>NSExceptionAllowsInsecureHTTPLoads</key>
  63. <true/>
  64. <key>NSExceptionRequiresForwardSecrecy</key>
  65. <true/>
  66. <key>NSIncludesSubdomains</key>
  67. <true/>
  68. </dict>
  69. <key>o2server.io</key>
  70. <dict>
  71. <key>NSExceptionAllowsInsecureHTTPLoads</key>
  72. <true/>
  73. <key>NSExceptionRequiresForwardSecrecy</key>
  74. <false/>
  75. <key>NSIncludesSubdomains</key>
  76. <true/>
  77. </dict>
  78. <key>tuling123.com</key>
  79. <dict>
  80. <key>NSExceptionAllowsInsecureHTTPLoads</key>
  81. <true/>
  82. <key>NSExceptionRequiresForwardSecrecy</key>
  83. <false/>
  84. <key>NSIncludesSubdomains</key>
  85. <true/>
  86. </dict>
  87. <key>umengcloud.com</key>
  88. <dict>
  89. <key>NSExceptionAllowsInsecureHTTPLoads</key>
  90. <true/>
  91. <key>NSExceptionRequiresForwardSecrecy</key>
  92. <false/>
  93. <key>NSIncludesSubdomains</key>
  94. <true/>
  95. </dict>
  96. <key>xplatform.tech</key>
  97. <dict>
  98. <key>NSExceptionAllowsInsecureHTTPLoads</key>
  99. <true/>
  100. <key>NSExceptionRequiresForwardSecrecy</key>
  101. <false/>
  102. <key>NSIncludesSubdomains</key>
  103. <true/>
  104. </dict>
  105. <key>zoneland.net</key>
  106. <dict>
  107. <key>NSExceptionAllowsInsecureHTTPLoads</key>
  108. <true/>
  109. <key>NSExceptionRequiresForwardSecrecy</key>
  110. <false/>
  111. <key>NSIncludesSubdomains</key>
  112. <true/>
  113. </dict>
  114. </dict>
  115. </dict>
  116. <key>NSCalendarsUsageDescription</key>
  117. <string>使用日历资源</string>
  118. <key>NSCameraUsageDescription</key>
  119. <string>使用照相机资源</string>
  120. <key>NSContactsUsageDescription</key>
  121. <string>使用联系人资源</string>
  122. <key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
  123. <string>应用需要使用的地理位置信息</string>
  124. <key>NSLocationWhenInUseUsageDescription</key>
  125. <string>应用需要使用的地理位置信息</string>
  126. <key>NSMicrophoneUsageDescription</key>
  127. <string>应用需要使用的麦克风</string>
  128. <key>NSPhotoLibraryUsageDescription</key>
  129. <string>使用图片资料库</string>
  130. <key>NSSpeechRecognitionUsageDescription</key>
  131. <string>应用会识别您的语音来了解您的命令</string>
  132. <key>UIMainStoryboardFile</key>
  133. <string>login</string>
  134. <key>UIRequiredDeviceCapabilities</key>
  135. <array>
  136. <string>armv7</string>
  137. </array>
  138. <key>UIStatusBarStyle</key>
  139. <string>UIStatusBarStyleLightContent</string>
  140. <key>UISupportedInterfaceOrientations</key>
  141. <array>
  142. <string>UIInterfaceOrientationPortrait</string>
  143. </array>
  144. <key>UISupportedInterfaceOrientations~ipad</key>
  145. <array>
  146. <string>UIInterfaceOrientationPortrait</string>
  147. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  148. <string>UIInterfaceOrientationLandscapeLeft</string>
  149. <string>UIInterfaceOrientationLandscapeRight</string>
  150. </array>
  151. <key>UIViewControllerBasedStatusBarAppearance</key>
  152. <true/>
  153. <key>o2 server</key>
  154. <dict>
  155. <key>centerContext</key>
  156. <string>/x_program_center</string>
  157. <key>centerHost</key>
  158. <string>dev.o2oa.net</string>
  159. <key>centerPort</key>
  160. <integer>20030</integer>
  161. <key>httpProtocol</key>
  162. <string>http</string>
  163. <key>id</key>
  164. <string>o2CenterServer</string>
  165. <key>name</key>
  166. <string>dev</string>
  167. </dict>
  168. <key>o2oa connect to collect</key>
  169. <true/>
  170. </dict>
  171. </plist>