Info.plist 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  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>UIUserInterfaceStyle</key>
  6. <string>Light</string>
  7. <key>CFBundleDevelopmentRegion</key>
  8. <string>zh_CN</string>
  9. <key>CFBundleDisplayName</key>
  10. <string>中经联盟</string>
  11. <key>CFBundleExecutable</key>
  12. <string>$(EXECUTABLE_NAME)</string>
  13. <key>CFBundleIdentifier</key>
  14. <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
  15. <key>CFBundleInfoDictionaryVersion</key>
  16. <string>6.0</string>
  17. <key>CFBundleName</key>
  18. <string>$(PRODUCT_NAME)</string>
  19. <key>CFBundlePackageType</key>
  20. <string>APPL</string>
  21. <key>CFBundleShortVersionString</key>
  22. <string>$(MARKETING_VERSION)</string>
  23. <key>CFBundleURLTypes</key>
  24. <array>
  25. <dict>
  26. <key>CFBundleTypeRole</key>
  27. <string>Editor</string>
  28. <key>CFBundleURLName</key>
  29. <string>com.josin.wx</string>
  30. <key>CFBundleURLSchemes</key>
  31. <array>
  32. <string>wx748fa8fac6772c91</string>
  33. </array>
  34. </dict>
  35. <dict>
  36. <key>CFBundleTypeRole</key>
  37. <string>Editor</string>
  38. <key>CFBundleURLSchemes</key>
  39. <array>
  40. <string>zhongjinglianmengScheme</string>
  41. </array>
  42. </dict>
  43. </array>
  44. <key>CFBundleVersion</key>
  45. <string>1</string>
  46. <key>LSApplicationQueriesSchemes</key>
  47. <array>
  48. <string>weixin</string>
  49. </array>
  50. <key>LSRequiresIPhoneOS</key>
  51. <true/>
  52. <key>MOBAppKey</key>
  53. <string>293226b556799</string>
  54. <key>MOBAppSecret</key>
  55. <string>47d48e0ca838f4d1cd0e69e9b303b972</string>
  56. <key>NSAppTransportSecurity</key>
  57. <dict>
  58. <key>NSAllowsArbitraryLoads</key>
  59. <true/>
  60. </dict>
  61. <key>NSCameraUsageDescription</key>
  62. <string>此App需要上传头像时访问您的相机权限,是否允许访问?</string>
  63. <key>NSLocationWhenInUseUsageDescription</key>
  64. <string>此App需要获取用户地理位置用于查询分盟机构位置</string>
  65. <key>NSPhotoLibraryAddUsageDescription</key>
  66. <string>此App需要在上传头像时访问你的相册权限,是否允许?</string>
  67. <key>NSPhotoLibraryUsageDescription</key>
  68. <string>此App需要在上传头像的时访问你的相册权限,是否允许?</string>
  69. <key>UIBackgroundModes</key>
  70. <array>
  71. <string>remote-notification</string>
  72. </array>
  73. <key>UIMainStoryboardFile</key>
  74. <string>Main</string>
  75. <key>UIRequiredDeviceCapabilities</key>
  76. <array>
  77. <string>armv7</string>
  78. </array>
  79. <key>UISupportedInterfaceOrientations</key>
  80. <array>
  81. <string>UIInterfaceOrientationPortrait</string>
  82. </array>
  83. <key>UISupportedInterfaceOrientations~ipad</key>
  84. <array>
  85. <string>UIInterfaceOrientationPortrait</string>
  86. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  87. <string>UIInterfaceOrientationLandscapeLeft</string>
  88. <string>UIInterfaceOrientationLandscapeRight</string>
  89. </array>
  90. </dict>
  91. </plist>