Skip to content
Snippets Groups Projects
Commit 2faa4eaf authored by wonko's avatar wonko
Browse files

added ios

parent 80df94a9
Branches
Tags
No related merge requests found
......@@ -6,7 +6,7 @@
</author>
<content src="index.html" />
<access origin="*" />
<allow-navigation href="http://ionic.local/*" />
<allow-navigation href="*" />
<allow-intent href="http://*/*" />
<allow-intent href="https://*/*" />
<allow-intent href="tel:*" />
......@@ -78,6 +78,7 @@
<splash height="960" src="resources/ios/splash/Default@2x~iphone.png" width="640" />
<splash height="480" src="resources/ios/splash/Default~iphone.png" width="320" />
</platform>
<engine name="ios" spec="~4.4.0" />
<plugin name="cordova-plugin-console" spec="1.0.5" />
<plugin name="cordova-plugin-device" spec="1.1.4" />
<plugin name="cordova-plugin-splashscreen" spec="~4.0.2" />
......
......@@ -33,7 +33,8 @@
"cordova-plugin-splashscreen": "~4.0.2",
"cordova-plugin-statusbar": "~2.2.1",
"cordova-plugin-whitelist": "1.3.1",
"ionic-plugin-keyboard": "~2.2.1"
"ionic-plugin-keyboard": "~2.2.1",
"cordova-ios": "~4.4.0"
},
"devDependencies": {
"@ionic/app-scripts": "1.3.6",
......@@ -59,6 +60,9 @@
"cordova-plugin-statusbar": {},
"cordova-plugin-whitelist": {},
"ionic-plugin-keyboard": {}
}
},
"platforms": [
"ios"
]
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment