-
Notifications
You must be signed in to change notification settings - Fork 348
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
65 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,4 @@ | ||
{ | ||
"name": "wordpress-hybrid-client", | ||
"app_id": "", | ||
"browsers": [ | ||
{ | ||
"platform": "android", | ||
"browser": "crosswalk", | ||
"version": "12.41.296.5" | ||
} | ||
] | ||
"app_id": "" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "wordpress-hybrid-client", | ||
"version": "2.0.0-alpha6", | ||
"version": "2.0.0-beta01", | ||
"title": "wordpress-hybrid-client", | ||
"description": "AngularJS client using Ionic Framework and based on the json-rest-api plugin: https://wordpress.org/plugins/json-rest-api/ with CORS enabled.", | ||
"main": "index.js", | ||
|
@@ -15,12 +15,10 @@ | |
"iosEmulator": "npm run dumpdev && cordova run ios", | ||
"ios": "npm run dumpdev && cordova run ios --device", | ||
"cordova": "cordova", | ||
"buildAndroid": "cordova build android --device", | ||
"buildProdAndroid": "cordova build android --device --release", | ||
"buildAndroid": "BUILD_MULTIPLE_APKS=true cordova build android --device", | ||
"buildProdAndroid": "BUILD_MULTIPLE_APKS=true cordova build android --device --release", | ||
"buildIOS": "cordova build ios --device", | ||
"buildProdIOS": "cordova build ios --device --release", | ||
"buildAll": "cordova build android ios --device", | ||
"buildProdAll": "cordova build android ios --device --release" | ||
"buildProdIOS": "cordova build ios --device --release" | ||
}, | ||
"keywords": [ | ||
"wp-api", | ||
|
@@ -114,7 +112,8 @@ | |
"locator": "https://github.com/Telerik-Verified-Plugins/NativePageTransitions#0.5.5", | ||
"id": "com.telerik.plugins.nativepagetransitions" | ||
}, | ||
"[email protected]" | ||
"[email protected]", | ||
"[email protected]" | ||
], | ||
"cordovaPlatforms": [ | ||
"android", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters