Info.plist 2.7 KB

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