ios.json 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235
  1. {
  2. "prepare_queue": {
  3. "installed": [],
  4. "uninstalled": []
  5. },
  6. "config_munge": {
  7. "files": {
  8. "*-Info.plist": {
  9. "parents": {
  10. "CFBundleURLTypes": [
  11. {
  12. "xml": "<array><dict><key>CFBundleURLSchemes</key><array><string>app</string></array></dict></array>",
  13. "count": 1
  14. },
  15. {
  16. "xml": "<array><dict><key>CFBundleURLName</key><string>weixin</string><key>CFBundleURLSchemes</key><array><string>wx1bb4342986c22b28</string></array></dict></array>",
  17. "count": 1
  18. }
  19. ],
  20. "LSApplicationQueriesSchemes": [
  21. {
  22. "xml": "<array><string>weixin</string><string>wechat</string><string>weixinULAPI</string></array>",
  23. "count": 1
  24. }
  25. ],
  26. "NSAppTransportSecurity": [
  27. {
  28. "xml": "<dict><key>NSAllowsArbitraryLoads</key><true /></dict>",
  29. "count": 1
  30. }
  31. ],
  32. "UIBackgroundModes": [
  33. {
  34. "xml": "<array><string>remote-notification</string></array>",
  35. "count": 1
  36. }
  37. ]
  38. }
  39. },
  40. "config.xml": {
  41. "parents": {
  42. "/*": [
  43. {
  44. "xml": "<feature name=\"Device\"><param name=\"ios-package\" value=\"CDVDevice\" /></feature>",
  45. "count": 1
  46. },
  47. {
  48. "xml": "<feature name=\"Wechat\"><param name=\"ios-package\" value=\"CDVWechat\" /><param name=\"onload\" value=\"true\" /></feature>",
  49. "count": 1
  50. },
  51. {
  52. "xml": "<preference name=\"WECHATAPPID\" value=\"wx1bb4342986c22b28\" />",
  53. "count": 1
  54. },
  55. {
  56. "xml": "<preference name=\"UNIVERSALLINK\" value=\"https://www.shotshock.shop/ios/\" />",
  57. "count": 1
  58. },
  59. {
  60. "xml": "<feature name=\"JPushPlugin\"><param name=\"ios-package\" value=\"JPushPlugin\" /></feature>",
  61. "count": 1
  62. },
  63. {
  64. "xml": "<feature name=\"StatusBar\"><param name=\"ios-package\" value=\"CDVStatusBar\" /><param name=\"onload\" value=\"true\" /></feature>",
  65. "count": 1
  66. },
  67. {
  68. "xml": "<preference name=\"StatusBarOverlaysWebView\" value=\"true\" />",
  69. "count": 1
  70. },
  71. {
  72. "xml": "<preference name=\"StatusBarStyle\" value=\"lightcontent\" />",
  73. "count": 1
  74. },
  75. {
  76. "xml": "<feature name=\"InAppBrowser\"><param name=\"ios-package\" value=\"CDVWKInAppBrowser\" /><param name=\"onload\" value=\"true\" /></feature>",
  77. "count": 1
  78. },
  79. {
  80. "xml": "<feature name=\"AppVersion\"><param name=\"ios-package\" value=\"AppVersion\" /></feature>",
  81. "count": 1
  82. }
  83. ],
  84. "/widget": []
  85. }
  86. },
  87. "*-Debug.plist": {
  88. "parents": {
  89. "aps-environment": [
  90. {
  91. "xml": "<string>development</string>",
  92. "count": 1
  93. }
  94. ]
  95. }
  96. },
  97. "*-Release.plist": {
  98. "parents": {
  99. "aps-environment": [
  100. {
  101. "xml": "<string>production</string>",
  102. "count": 1
  103. }
  104. ]
  105. }
  106. },
  107. "*JPushConfig.plist": {
  108. "parents": {
  109. "Appkey": [
  110. {
  111. "xml": "<string>ab09fb9a832156e9c500ee68</string>",
  112. "count": 1
  113. }
  114. ]
  115. }
  116. }
  117. }
  118. },
  119. "installed_plugins": {
  120. "cordova-plugin-customurlscheme": {
  121. "URL_SCHEME": "app",
  122. "PACKAGE_NAME": "com.shotshock.twong"
  123. },
  124. "cordova-plugin-device": {
  125. "PACKAGE_NAME": "com.shotshock.twong"
  126. },
  127. "cordova-plugin-jcore": {
  128. "PACKAGE_NAME": "com.shotshock.twong"
  129. },
  130. "cordova-plugin-wechat": {
  131. "WECHATAPPID": "wx1bb4342986c22b28",
  132. "UNIVERSALLINK": "https://www.shotshock.shop/ios/",
  133. "PACKAGE_NAME": "com.shotshock.twong"
  134. },
  135. "cordova-plugin-whitelist": {
  136. "PACKAGE_NAME": "com.shotshock.twong"
  137. },
  138. "jpush-phonegap-plugin": {
  139. "APP_KEY": "ab09fb9a832156e9c500ee68",
  140. "CHANNEL": "developer-default",
  141. "PACKAGE_NAME": "com.shotshock.twong"
  142. },
  143. "cordova-plugin-fullscreen": {
  144. "PACKAGE_NAME": "com.shotshock.twong"
  145. },
  146. "cordova-plugin-statusbar": {
  147. "PACKAGE_NAME": "com.shotshock.twong"
  148. },
  149. "cordova-plugin-inappbrowser": {
  150. "PACKAGE_NAME": "com.shotshock.twong"
  151. },
  152. "cordova-plugin-app-version": {
  153. "PACKAGE_NAME": "com.shotshock.twong"
  154. }
  155. },
  156. "dependent_plugins": {},
  157. "modules": [
  158. {
  159. "id": "cordova-plugin-customurlscheme.LaunchMyApp",
  160. "file": "plugins/cordova-plugin-customurlscheme/www/ios/LaunchMyApp.js",
  161. "pluginId": "cordova-plugin-customurlscheme",
  162. "clobbers": [
  163. "window.plugins.launchmyapp"
  164. ]
  165. },
  166. {
  167. "id": "cordova-plugin-device.device",
  168. "file": "plugins/cordova-plugin-device/www/device.js",
  169. "pluginId": "cordova-plugin-device",
  170. "clobbers": [
  171. "device"
  172. ]
  173. },
  174. {
  175. "id": "cordova-plugin-wechat.Wechat",
  176. "file": "plugins/cordova-plugin-wechat/www/wechat.js",
  177. "pluginId": "cordova-plugin-wechat",
  178. "clobbers": [
  179. "Wechat"
  180. ]
  181. },
  182. {
  183. "id": "jpush-phonegap-plugin.JPushPlugin",
  184. "file": "plugins/jpush-phonegap-plugin/www/JPushPlugin.js",
  185. "pluginId": "jpush-phonegap-plugin",
  186. "clobbers": [
  187. "JPush"
  188. ]
  189. },
  190. {
  191. "id": "cordova-plugin-fullscreen.AndroidFullScreen",
  192. "file": "plugins/cordova-plugin-fullscreen/www/AndroidFullScreen.js",
  193. "pluginId": "cordova-plugin-fullscreen",
  194. "clobbers": [
  195. "AndroidFullScreen"
  196. ]
  197. },
  198. {
  199. "id": "cordova-plugin-statusbar.statusbar",
  200. "file": "plugins/cordova-plugin-statusbar/www/statusbar.js",
  201. "pluginId": "cordova-plugin-statusbar",
  202. "clobbers": [
  203. "window.StatusBar"
  204. ]
  205. },
  206. {
  207. "id": "cordova-plugin-inappbrowser.inappbrowser",
  208. "file": "plugins/cordova-plugin-inappbrowser/www/inappbrowser.js",
  209. "pluginId": "cordova-plugin-inappbrowser",
  210. "clobbers": [
  211. "cordova.InAppBrowser.open"
  212. ]
  213. },
  214. {
  215. "id": "cordova-plugin-app-version.AppVersionPlugin",
  216. "file": "plugins/cordova-plugin-app-version/www/AppVersionPlugin.js",
  217. "pluginId": "cordova-plugin-app-version",
  218. "clobbers": [
  219. "cordova.getAppVersion"
  220. ]
  221. }
  222. ],
  223. "plugin_metadata": {
  224. "cordova-plugin-customurlscheme": "5.0.2",
  225. "cordova-plugin-device": "2.0.3",
  226. "cordova-plugin-jcore": "1.3.3",
  227. "cordova-plugin-wechat": "3.0.0",
  228. "cordova-plugin-whitelist": "1.3.4",
  229. "jpush-phonegap-plugin": "3.7.6",
  230. "cordova-plugin-fullscreen": "1.3.0",
  231. "cordova-plugin-statusbar": "2.4.3",
  232. "cordova-plugin-inappbrowser": "4.0.0",
  233. "cordova-plugin-app-version": "0.1.9"
  234. }
  235. }