Info.plist 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  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>$(CURRENT_PROJECT_VERSION)</string>
  44. <key>LSApplicationQueriesSchemes</key>
  45. <array>
  46. <string>weixin</string>
  47. <string>wechat</string>
  48. <string>weixinULAPI</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. <key>NSExceptionDomains</key>
  61. <dict>
  62. <key>NSExceptionAllowsInsecureHTTPLoads</key>
  63. <true/>
  64. <key>NSExceptionRequiresForwardSecrecy</key>
  65. <false/>
  66. <key>NSIncludesSubdomains</key>
  67. <true/>
  68. </dict>
  69. </dict>
  70. <key>NSCameraUsageDescription</key>
  71. <string>此App需要上传头像时访问您的相机权限,是否允许访问?</string>
  72. <key>NSLocationWhenInUseUsageDescription</key>
  73. <string>此App需要获取用户地理位置用于查询分盟机构位置</string>
  74. <key>NSPhotoLibraryAddUsageDescription</key>
  75. <string>此App需要在上传头像时访问你的相册权限,是否允许?</string>
  76. <key>NSPhotoLibraryUsageDescription</key>
  77. <string>此App需要在上传头像的时访问你的相册权限,是否允许?</string>
  78. <key>UIBackgroundModes</key>
  79. <array>
  80. <string>remote-notification</string>
  81. </array>
  82. <key>UIMainStoryboardFile</key>
  83. <string>Main</string>
  84. <key>UIRequiredDeviceCapabilities</key>
  85. <array>
  86. <string>armv7</string>
  87. </array>
  88. <key>UISupportedInterfaceOrientations</key>
  89. <array>
  90. <string>UIInterfaceOrientationPortrait</string>
  91. </array>
  92. <key>UISupportedInterfaceOrientations~ipad</key>
  93. <array>
  94. <string>UIInterfaceOrientationPortrait</string>
  95. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  96. <string>UIInterfaceOrientationLandscapeLeft</string>
  97. <string>UIInterfaceOrientationLandscapeRight</string>
  98. </array>
  99. <key>UIUserInterfaceStyle</key>
  100. <string>Light</string>
  101. </dict>
  102. </plist>