Skip to content

Commit

Permalink
Bump for plugin v5
Browse files Browse the repository at this point in the history
  • Loading branch information
dpa99c committed Jan 29, 2019
1 parent 3c94246 commit cbd35f2
Show file tree
Hide file tree
Showing 10 changed files with 55 additions and 29 deletions.
11 changes: 6 additions & 5 deletions AdvancedExample/config.xml
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="workingedge.example.launchnavigator.advanced" version="4.0.0" xmlns="http://www.w3.org/ns/widgets">
<widget id="workingedge.example.launchnavigator.advanced" version="5.0.0" xmlns="http://www.w3.org/ns/widgets">
<name>Launch Navigator Advanced Example</name>
<description>
Sample application that illustrates advanced usage of the LaunchNavigator plugin
Expand All @@ -18,11 +18,12 @@
<access origin="*" />
<plugin name="cordova-plugin-device" spec="1" />
<plugin name="cordova-plugin-dialogs" spec="1" />
<plugin name="uk.co.workingedge.phonegap.plugin.launchnavigator" spec="4">
<variable name="LOCATION_USAGE_DESCRIPTION" value="This app requires access to your location for navigation purposes" />
<variable name="OKHTTP_VERSION" value="3.10.0" />
</plugin>
<engine name="android" spec="latest" />
<engine name="ios" spec="latest" />
<engine name="windows" spec="latest" />
<plugin name="uk.co.workingedge.phonegap.plugin.launchnavigator" spec="^5.0.0">
<variable name="GOOGLE_API_KEY_FOR_ANDROID" value="your_api_key" />
<variable name="LOCATION_USAGE_DESCRIPTION" value="This app requires access to your location for navigation purposes" />
<variable name="OKHTTP_VERSION" value="3.10.0" />
</plugin>
</widget>
5 changes: 3 additions & 2 deletions AdvancedExample/package.json
@@ -1,6 +1,6 @@
{
"name": "workingedge.example.launchnavigator.advanced",
"version": "4.0.0",
"version": "5.0.0",
"displayName": "Launch Navigator Advanced Example",
"cordova": {
"platforms": [
Expand All @@ -12,6 +12,7 @@
"cordova-plugin-device": {},
"cordova-plugin-dialogs": {},
"uk.co.workingedge.phonegap.plugin.launchnavigator": {
"GOOGLE_API_KEY_FOR_ANDROID": "your_api_key",
"LOCATION_USAGE_DESCRIPTION": "This app requires access to your location for navigation purposes",
"OKHTTP_VERSION": "3.10.0"
}
Expand All @@ -22,6 +23,6 @@
"cordova-ios": "latest",
"cordova-plugin-device": "1",
"cordova-plugin-dialogs": "1",
"uk.co.workingedge.phonegap.plugin.launchnavigator": "4"
"uk.co.workingedge.phonegap.plugin.launchnavigator": "^5.0.0"
}
}
10 changes: 7 additions & 3 deletions Ionic2Example/config.xml
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="launchnavigator.ionic2example" version="4.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="launchnavigator.ionic2example" version="5.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>LaunchNavigator Ionic 2 Example</name>
<description>Sample application that illustrates usage of the LaunchNavigator plugin with Ionic 2 framework</description>
<author email="dave@workingedge.co.uk" href="https://github.com/dpa99c">Dave Alden</author>
Expand Down Expand Up @@ -36,6 +36,10 @@
<plugin name="cordova-plugin-splashscreen" spec="~4.0.0" />
<plugin name="cordova-plugin-statusbar" spec="~2.2.0" />
<plugin name="ionic-plugin-keyboard" spec="~2.2.1" />
<plugin name="uk.co.workingedge.phonegap.plugin.launchnavigator" spec="4" />
<engine name="android" spec="~6.1.2" />
<plugin name="uk.co.workingedge.phonegap.plugin.launchnavigator" spec="^5.0.0">
<variable name="GOOGLE_API_KEY_FOR_ANDROID" value="your_api_key" />
<variable name="LOCATION_USAGE_DESCRIPTION" value="This app requires access to your location for navigation purposes" />
<variable name="OKHTTP_VERSION" value="3.10.0" />
</plugin>
<engine name="android" spec="latest" />
</widget>
2 changes: 1 addition & 1 deletion Ionic2Example/package.json
@@ -1,6 +1,6 @@
{
"name": "launchnavigator.ionic2example",
"version": "4.0.0",
"version": "5.0.0",
"author": "Dave Alden",
"homepage": "https://github.com/dpa99c",
"private": false,
Expand Down
12 changes: 8 additions & 4 deletions Ionic3Example/config.xml
@@ -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.starter" version="5.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>LaunchNavigator Ionic 3 Example</name>
<description>Sample application that illustrates usage of the LaunchNavigator plugin with Ionic 3 framework</description>
<author email="dave@workingedge.co.uk" href="https://github.com/dpa99c">Dave Alden</author>
Expand Down Expand Up @@ -77,13 +77,17 @@
<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="android" spec="^6.2.3" />
<engine name="ios" spec="^4.4.0" />
<engine name="android" spec="latest" />
<engine name="ios" spec="latest" />
<plugin name="cordova-plugin-console" spec="^1.0.7" />
<plugin name="cordova-plugin-device" spec="^1.1.6" />
<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="ionic-plugin-keyboard" spec="^2.2.1" />
<plugin name="uk.co.workingedge.phonegap.plugin.launchnavigator" spec="4" />
<plugin name="uk.co.workingedge.phonegap.plugin.launchnavigator" spec="^5.0.0">
<variable name="GOOGLE_API_KEY_FOR_ANDROID" value="your_api_key" />
<variable name="LOCATION_USAGE_DESCRIPTION" value="This app requires access to your location for navigation purposes" />
<variable name="OKHTTP_VERSION" value="3.10.0" />
</plugin>
</widget>
16 changes: 10 additions & 6 deletions Ionic3Example/package.json
@@ -1,6 +1,6 @@
{
"name": "launchnavigator.ionic3example",
"version": "4.0.0",
"version": "5.0.0",
"author": "Dave Alden",
"homepage": "https://github.com/dpa99c",
"private": false,
Expand All @@ -26,8 +26,8 @@
"@ionic-native/status-bar": "4.1.0",
"@ionic/cli-plugin-cordova": "^1.4.0",
"@ionic/storage": "2.0.1",
"cordova-android": "^6.2.3",
"cordova-ios": "^4.4.0",
"cordova-android": "*",
"cordova-ios": "*",
"cordova-plugin-actionsheet": "^2.3.3",
"cordova-plugin-console": "^1.0.7",
"cordova-plugin-device": "^1.1.6",
Expand All @@ -39,7 +39,7 @@
"ionicons": "3.0.0",
"rxjs": "5.4.2",
"sw-toolbox": "3.6.0",
"uk.co.workingedge.phonegap.plugin.launchnavigator": "4",
"uk.co.workingedge.phonegap.plugin.launchnavigator": "^5.0.0",
"zone.js": "0.8.16"
},
"devDependencies": {
Expand All @@ -57,11 +57,15 @@
"cordova-plugin-statusbar": {},
"cordova-plugin-whitelist": {},
"ionic-plugin-keyboard": {},
"uk.co.workingedge.phonegap.plugin.launchnavigator": {}
"uk.co.workingedge.phonegap.plugin.launchnavigator": {
"GOOGLE_API_KEY_FOR_ANDROID": "your_api_key",
"LOCATION_USAGE_DESCRIPTION": "This app requires access to your location for navigation purposes",
"OKHTTP_VERSION": "3.10.0"
}
},
"platforms": [
"android",
"ios"
]
}
}
}
8 changes: 6 additions & 2 deletions IonicExample/config.xml
Expand Up @@ -2,7 +2,7 @@
<widget
id="workingedge.example.launchnavigator.ionic"
ios-CFBundleIdentifier="uk.co.workingedge.example.launchnavigator.ionic"
version="4.0.0"
version="5.0.0"
xmlns="http://www.w3.org/ns/widgets"
xmlns:cdv="http://cordova.apache.org/ns/1.0">

Expand All @@ -28,7 +28,11 @@
<param name="ios-package" value="CDVStatusBar" onload="true"/>
</feature>

<plugin name="uk.co.workingedge.phonegap.plugin.launchnavigator" spec="4" />
<plugin name="uk.co.workingedge.phonegap.plugin.launchnavigator" spec="^5.0.0">
<variable name="GOOGLE_API_KEY_FOR_ANDROID" value="your_api_key" />
<variable name="LOCATION_USAGE_DESCRIPTION" value="This app requires access to your location for navigation purposes" />
<variable name="OKHTTP_VERSION" value="3.10.0" />
</plugin>


<platform name="android">
Expand Down
2 changes: 1 addition & 1 deletion IonicExample/package.json
@@ -1,6 +1,6 @@
{
"name": "launchnavigator.ionicexample",
"version": "4.0.0",
"version": "5.0.0",
"description": " Sample application that illustrates usage of the LaunchNavigator plugin with Ionic framework",
"dependencies": {
"gulp": "^3.5.6",
Expand Down
8 changes: 6 additions & 2 deletions SimpleExample/config.xml
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="workingedge.example.launchnavigator.simple" version="4.0.0" xmlns="http://www.w3.org/ns/widgets">
<widget id="workingedge.example.launchnavigator.simple" version="5.0.0" xmlns="http://www.w3.org/ns/widgets">
<name>Launch Navigator Simple Example</name>
<description>
Sample application that illustrates basic usage of the LaunchNavigator plugin
Expand All @@ -17,7 +17,11 @@
</platform>
<plugin name="cordova-plugin-dialogs" spec="1" />
<access origin="*" />
<plugin name="uk.co.workingedge.phonegap.plugin.launchnavigator" spec="4"/>
<plugin name="uk.co.workingedge.phonegap.plugin.launchnavigator" spec="^5.0.0">
<variable name="GOOGLE_API_KEY_FOR_ANDROID" value="your_api_key" />
<variable name="LOCATION_USAGE_DESCRIPTION" value="This app requires access to your location for navigation purposes" />
<variable name="OKHTTP_VERSION" value="3.10.0" />
</plugin>
<engine name="android" spec="latest" />
<engine name="ios" spec="latest" />
<engine name="windows" spec="latest" />
Expand Down
10 changes: 7 additions & 3 deletions SimpleExample/package.json
@@ -1,6 +1,6 @@
{
"name": "workingedge.example.launchnavigator.simple",
"version": "4.0.0",
"version": "5.0.0",
"displayName": "Launch Navigator Simple Example",
"cordova": {
"platforms": [
Expand All @@ -9,11 +9,15 @@
"windows"
],
"plugins": {
"uk.co.workingedge.phonegap.plugin.launchnavigator": {}
"uk.co.workingedge.phonegap.plugin.launchnavigator": {
"GOOGLE_API_KEY_FOR_ANDROID": "your_api_key",
"LOCATION_USAGE_DESCRIPTION": "This app requires access to your location for navigation purposes",
"OKHTTP_VERSION": "3.10.0"
}
}
},
"dependencies": {
"cordova-android": "latest",
"uk.co.workingedge.phonegap.plugin.launchnavigator": "4"
"uk.co.workingedge.phonegap.plugin.launchnavigator": "^5.0.0"
}
}

0 comments on commit cbd35f2

Please sign in to comment.