IBOSSmini-Info.plist 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  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>${PRODUCT_NAME}</string>
  9. <key>CFBundleExecutable</key>
  10. <string>${EXECUTABLE_NAME}</string>
  11. <key>CFBundleIconFiles</key>
  12. <array>
  13. <string>Icon.png</string>
  14. <string>Icon-60.png</string>
  15. <string>Icon-60@2x.png</string>
  16. <string>Icon-76.png</string>
  17. <string>Icon-120.png</string>
  18. <string>Icon-152.png</string>
  19. </array>
  20. <key>CFBundleIcons</key>
  21. <dict/>
  22. <key>CFBundleIcons~ipad</key>
  23. <dict/>
  24. <key>CFBundleIdentifier</key>
  25. <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
  26. <key>CFBundleInfoDictionaryVersion</key>
  27. <string>6.0</string>
  28. <key>CFBundleName</key>
  29. <string>${PRODUCT_NAME}</string>
  30. <key>CFBundlePackageType</key>
  31. <string>APPL</string>
  32. <key>CFBundleShortVersionString</key>
  33. <string>$(MARKETING_VERSION)</string>
  34. <key>CFBundleSignature</key>
  35. <string>????</string>
  36. <key>CFBundleVersion</key>
  37. <string>$(CURRENT_PROJECT_VERSION)</string>
  38. <key>LSApplicationQueriesSchemes</key>
  39. <array>
  40. <string>iosamap</string>
  41. </array>
  42. <key>LSRequiresIPhoneOS</key>
  43. <true/>
  44. <key>MOBAppKey</key>
  45. <string>20f816e953fe5</string>
  46. <key>MOBAppSecret</key>
  47. <string>2af4099eed4d753f652f4aaa15838f38</string>
  48. <key>NSAppTransportSecurity</key>
  49. <dict>
  50. <key>NSAllowsArbitraryLoads</key>
  51. <true/>
  52. </dict>
  53. <key>NSCameraUsageDescription</key>
  54. <string>此App在上传图片或扫描条码访问您的相机权限</string>
  55. <key>NSLocationWhenInUseUsageDescription</key>
  56. <string>定位当前使用者的位置</string>
  57. <key>NSMicrophoneUsageDescription</key>
  58. <string>此App在语音回复时访问您的语音权限</string>
  59. <key>NSPhotoLibraryUsageDescription</key>
  60. <string>此App在上传图片访问您的相册权限</string>
  61. <key>UIBackgroundModes</key>
  62. <array/>
  63. <key>UILaunchStoryboardName</key>
  64. <string>Launch Screen</string>
  65. <key>UIMainStoryboardFile~ipad</key>
  66. <string>Main_iPad</string>
  67. <key>UIRequiredDeviceCapabilities</key>
  68. <array>
  69. <string>armv7</string>
  70. </array>
  71. <key>UISupportedInterfaceOrientations</key>
  72. <array>
  73. <string>UIInterfaceOrientationPortrait</string>
  74. </array>
  75. <key>UISupportedInterfaceOrientations~ipad</key>
  76. <array>
  77. <string>UIInterfaceOrientationPortrait</string>
  78. </array>
  79. <key>UIViewControllerBasedStatusBarAppearance</key>
  80. <false/>
  81. </dict>
  82. </plist>