Mike 9 năm trước cách đây
mục cha
commit
b34ca47a18

+ 2 - 1
.gitignore

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

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


+ 4 - 2
wl/package.json

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

+ 2 - 1
wl/platforms/platforms.json

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

+ 33 - 0
wl/plugins/ios.json

@@ -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": {}
+}