Updating app to ionic-angular latest beta
This commit is contained in:
+4
-2
@@ -1,5 +1,5 @@
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<widget id="io.ionic.starter" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
|
||||
<widget id="io.ionic.photogallery" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
|
||||
<name>MyApp</name>
|
||||
<description>An awesome Ionic/Cordova app.</description>
|
||||
<author email="hi@ionicframework" href="http://ionicframework.com/">Ionic Framework Team</author>
|
||||
@@ -82,9 +82,11 @@
|
||||
<plugin name="cordova-plugin-splashscreen" spec="5.0.2" />
|
||||
<plugin name="cordova-plugin-ionic-webview" spec="^2.0.0" />
|
||||
<plugin name="cordova-plugin-ionic-keyboard" spec="^2.0.5" />
|
||||
<plugin name="cordova-plugin-camera" spec="4.0.3" />
|
||||
<edit-config file="*-Info.plist" mode="merge" target="NSCameraUsageDescription">
|
||||
<string>Used to take pictures</string>
|
||||
</edit-config>
|
||||
<plugin name="cordova-sqlite-storage" spec="^2.5.1" />
|
||||
<plugin name="cordova-plugin-camera" spec="~4.0.3" />
|
||||
<engine name="android" spec="7.1.4" />
|
||||
<engine name="ios" spec="4.5.5" />
|
||||
</widget>
|
||||
|
||||
Reference in New Issue
Block a user