Skip to content
This repository has been archived by the owner on Jun 18, 2022. It is now read-only.

Commit

Permalink
Merge pull request #33 from pheinrichs/ionic-pro
Browse files Browse the repository at this point in the history
Add ionic pro
  • Loading branch information
pheinrichs authored Jun 26, 2018
2 parents 4d8ae2a + 171abef commit 77758f6
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 14 deletions.
9 changes: 8 additions & 1 deletion config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@
<plugin name="cordova-plugin-device" spec="^1.1.6" />
<plugin name="cordova-plugin-inappbrowser" spec="^1.7.1" />
<plugin name="cordova-plugin-screen-orientation" spec="^1.4.3" />
<plugin name="cordova-plugin-splashscreen" spec="^4.0.3" />
<plugin name="cordova-plugin-statusbar" spec="^2.2.3" />
<plugin name="cordova-plugin-whitelist" spec="^1.3.2" />
<plugin name="cordova-sqlite-storage" spec="^2.0.4" />
Expand All @@ -106,4 +105,12 @@
<plugin name="cordova-plugin-advanced-http" spec="~1.11.1" />
<plugin name="cordova-plugin-globalization" spec="^1.11.0" />
<plugin name="cordova-plugin-ionic-webview" spec="^1.1.16" />
<plugin name="cordova-plugin-ionic" spec="^3.1.3">
<variable name="APP_ID" value="2a038c89" />
<variable name="CHANNEL_NAME" value="Production" />
<variable name="UPDATE_METHOD" value="background" />
<variable name="WARN_DEBUG" value="true" />
<variable name="UPDATE_API" value="https://api.ionicjs.com" />
<variable name="MAX_STORE" value="2" />
</plugin>
</widget>
52 changes: 42 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 11 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,10 @@
"cordova-plugin-device": "^1.1.6",
"cordova-plugin-globalization": "^1.11.0",
"cordova-plugin-inappbrowser": "^1.7.1",
"cordova-plugin-ionic": "^3.1.3",
"cordova-plugin-ionic-webview": "^1.1.16",
"cordova-plugin-screen-orientation": "^1.4.3",
"cordova-plugin-splashscreen": "^4.0.3",
"cordova-plugin-splashscreen": "^5.0.2",
"cordova-plugin-statusbar": "^2.2.3",
"cordova-plugin-whitelist": "^1.3.2",
"cordova-sqlite-storage": "^2.0.4",
Expand Down Expand Up @@ -89,7 +90,6 @@
"cordova-plugin-console": {},
"cordova-plugin-device": {},
"cordova-plugin-screen-orientation": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-statusbar": {},
"cordova-plugin-whitelist": {},
"ionic-plugin-keyboard": {},
Expand All @@ -99,8 +99,16 @@
"cordova-sqlite-storage": {},
"cordova-plugin-inappbrowser": {},
"cordova-plugin-ionic-webview": {},
"cordova-plugin-globalization": {},
"cordova-plugin-advanced-http": {},
"cordova-plugin-globalization": {}
"cordova-plugin-ionic": {
"APP_ID": "2a038c89",
"CHANNEL_NAME": "Production",
"UPDATE_METHOD": "background",
"WARN_DEBUG": "true",
"UPDATE_API": "https://api.ionicjs.com",
"MAX_STORE": "2"
}
}
}
}

0 comments on commit 77758f6

Please sign in to comment.