Mike 9 年之前
父節點
當前提交
b34ca47a18
共有 5 個文件被更改,包括 41 次插入4 次删除
  1. 2 1
      .gitignore
  2. 0 0
      wl/hooks/after_prepare/010_add_platform_class.js
  3. 4 2
      wl/package.json
  4. 2 1
      wl/platforms/platforms.json
  5. 33 0
      wl/plugins/ios.json

+ 2 - 1
.gitignore

xqd
@@ -242,4 +242,5 @@ ModelManifest.xml
 .paket/paket.exe
 
 # FAKE - F# Make
-.fake/
+.fake/
+wl/platforms

+ 0 - 0
wl/hooks/after_prepare/010_add_platform_class.js


+ 4 - 2
wl/package.json

xqd
@@ -21,5 +21,7 @@
     "cordova-plugin-statusbar",
     "ionic-plugin-keyboard"
   ],
-  "cordovaPlatforms": []
-}
+  "cordovaPlatforms": [
+    "ios"
+  ]
+}

+ 2 - 1
wl/platforms/platforms.json

xqd
@@ -1,3 +1,4 @@
 {
-    "android": "5.1.1"
+    "android": "5.1.1",
+    "ios": "3.9.2"
 }

+ 33 - 0
wl/plugins/ios.json

xqd
@@ -0,0 +1,33 @@
+{
+    "prepare_queue": {
+        "installed": [],
+        "uninstalled": []
+    },
+    "config_munge": {
+        "files": {}
+    },
+    "installed_plugins": {
+        "cordova-plugin-camera": {
+            "PACKAGE_NAME": "com.uhisport.football"
+        },
+        "cordova-plugin-compat": {
+            "PACKAGE_NAME": "com.uhisport.football"
+        },
+        "cordova-plugin-console": {
+            "PACKAGE_NAME": "com.uhisport.football"
+        },
+        "cordova-plugin-device": {
+            "PACKAGE_NAME": "com.uhisport.football"
+        },
+        "cordova-plugin-statusbar": {
+            "PACKAGE_NAME": "com.uhisport.football"
+        },
+        "cordova-plugin-whitelist": {
+            "PACKAGE_NAME": "com.uhisport.football"
+        },
+        "ionic-plugin-keyboard": {
+            "PACKAGE_NAME": "com.uhisport.football"
+        }
+    },
+    "dependent_plugins": {}
+}