-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[package.json and config] - fixed failing ios build errors and added …
…back in pod stuff
- Loading branch information
Showing
2 changed files
with
122 additions
and
122 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,122 +1,122 @@ | ||
{ | ||
"name": "phonegap-app-developer", | ||
"description": "PhoneGap Developer app.", | ||
"homepage": "http://app.phonegap.com", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/phonegap/phonegap-app-developer.git" | ||
}, | ||
"preferGlobal": "false", | ||
"private": "true", | ||
"scripts": { | ||
"phonegap": "npm run build:setup && phonegap --verbose", | ||
"build:less": "lessc -x resources/less/app.less > www/css/app.css", | ||
"build:clean": "node ./resources/script/clean.js", | ||
"build:config:restore": "node ./resources/script/restore-config.js", | ||
"build:setup": "npm run build:clean && npm run build:setup:directories", | ||
"build:setup:adhoc": "npm run build:setup && node ./resources/script/setup-ad-hoc.js", | ||
"build:setup:directories": "node ./resources/script/setup-directories.js", | ||
"release-android": "npm run build:setup && phonegap build android --verbose --release --buildConfig=./resources/signing/android/build-config.json", | ||
"release-ios": "npm run build:setup && phonegap build ios --verbose --device --release --buildConfig=./resources/signing/ios/build-config.json", | ||
"adhoc-android": "npm run build:setup:adhoc && phonegap plugin add cordova-plugin-hockeyapp && phonegap build android --verbose --debug --buildConfig=./resources/signing/android/ad-hoc/build-config.json && npm run build:config:restore", | ||
"adhoc-ios": "npm run build:setup:adhoc && phonegap build ios --verbose --device --debug --buildConfig=./resources/signing/ios/build-config.json && npm run build:config:restore", | ||
"test": "jasmine-node tests/browser" | ||
}, | ||
"dependencies": { | ||
"com.wikitude.phonegap.WikitudePlugin": "https://github.com/timkim/wikitude-cordova-plugin.git", | ||
"cordova-android": "~6.2.3", | ||
"cordova-ios": "^4.5.2", | ||
"cordova-plugin-battery-status": "^1.2.4", | ||
"cordova-plugin-ble-central": "^1.1.4", | ||
"cordova-plugin-camera": "^2.4.1", | ||
"cordova-plugin-compat": "^1.2.0", | ||
"cordova-plugin-contacts": "^2.3.1", | ||
"cordova-plugin-device": "^1.1.6", | ||
"cordova-plugin-device-motion": "^1.2.5", | ||
"cordova-plugin-dialogs": "^1.3.3", | ||
"cordova-plugin-file": "^4.3.3", | ||
"cordova-plugin-file-transfer": "^1.6.3", | ||
"cordova-plugin-geolocation": "^2.4.3", | ||
"cordova-plugin-globalization": "^1.0.7", | ||
"cordova-plugin-inappbrowser": "^1.7.1", | ||
"cordova-plugin-insomnia": "^4.3.0", | ||
"cordova-plugin-media": "^3.0.1", | ||
"cordova-plugin-media-capture": "^1.4.3", | ||
"cordova-plugin-network-information": "^1.3.3", | ||
"cordova-plugin-screen-orientation": "git+https://github.com/apache/cordova-plugin-screen-orientation.git", | ||
"cordova-plugin-splashscreen": "^4.0.3", | ||
"cordova-plugin-statusbar": "^2.2.3", | ||
"cordova-plugin-vibration": "^2.1.5", | ||
"cordova-plugin-whitelist": "^1.3.2", | ||
"cordova-plugin-x-socialsharing": "git+https://github.com/EddyVerbruggen/SocialSharing-PhoneGap-Plugin.git", | ||
"es6-promise-plugin": "^4.1.0", | ||
"phonegap-plugin-barcodescanner": "^6.0.8", | ||
"phonegap-plugin-contentsync": "^1.4.0", | ||
"phonegap-plugin-mobile-accessibility": "^1.0.5", | ||
"phonegap-plugin-push": "^2.0.0", | ||
"wikitude-plugin-phonegap-dev-app": "git+https://github.com/timkim/wikitude-cordova-plugin.git" | ||
}, | ||
"devDependencies": { | ||
"app-root-path": "1.0.0", | ||
"cordova-common": "2.0.3", | ||
"fs-extra": "0.24.0", | ||
"jasmine-node": "1.14.5", | ||
"less": "2.7.1", | ||
"npm-run": "4.1.0", | ||
"phonegap": "7.1.1", | ||
"request": "2.65.0", | ||
"xml2js": "0.4.12" | ||
}, | ||
"cordova": { | ||
"platforms": [ | ||
"android", | ||
"ios" | ||
], | ||
"plugins": { | ||
"cordova-plugin-battery-status": {}, | ||
"cordova-plugin-ble-central": { | ||
"BLUETOOTH_USAGE_DESCRIPTION": "Bluetooth development purposes" | ||
}, | ||
"cordova-plugin-camera": { | ||
"CAMERA_USAGE_DESCRIPTION": "Camera used for development purposes", | ||
"PHOTOLIBRARY_USAGE_DESCRIPTION": " " | ||
}, | ||
"cordova-plugin-contacts": { | ||
"CONTACTS_USAGE_DESCRIPTION": "Contacts used for development purposes" | ||
}, | ||
"cordova-plugin-device": {}, | ||
"cordova-plugin-device-motion": {}, | ||
"cordova-plugin-dialogs": {}, | ||
"cordova-plugin-file": {}, | ||
"cordova-plugin-file-transfer": {}, | ||
"cordova-plugin-geolocation": { | ||
"GEOLOCATION_USAGE_DESCRIPTION": "Geolocation used for development purposes" | ||
}, | ||
"cordova-plugin-globalization": {}, | ||
"cordova-plugin-inappbrowser": {}, | ||
"cordova-plugin-insomnia": {}, | ||
"cordova-plugin-media": { | ||
"MICROPHONE_USAGE_DESCRIPTION": " " | ||
}, | ||
"cordova-plugin-media-capture": { | ||
"CAMERA_USAGE_DESCRIPTION": "Camera used for development purposes", | ||
"MICROPHONE_USAGE_DESCRIPTION": "Microphone used for development purposes", | ||
"PHOTOLIBRARY_USAGE_DESCRIPTION": "Photo library used for development purposes" | ||
}, | ||
"cordova-plugin-network-information": {}, | ||
"cordova-plugin-screen-orientation": {}, | ||
"cordova-plugin-splashscreen": {}, | ||
"cordova-plugin-statusbar": {}, | ||
"cordova-plugin-vibration": {}, | ||
"cordova-plugin-whitelist": {}, | ||
"cordova-plugin-x-socialsharing": {}, | ||
"phonegap-plugin-barcodescanner": { | ||
"CAMERA_USAGE_DESCRIPTION": "Camera used for development purposes" | ||
}, | ||
"phonegap-plugin-contentsync": {}, | ||
"phonegap-plugin-mobile-accessibility": {}, | ||
"phonegap-plugin-push": {}, | ||
"com.wikitude.phonegap.WikitudePlugin": {} | ||
} | ||
"name": "phonegap-app-developer", | ||
"description": "PhoneGap Developer app.", | ||
"homepage": "http://app.phonegap.com", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/phonegap/phonegap-app-developer.git" | ||
}, | ||
"preferGlobal": "false", | ||
"private": "true", | ||
"scripts": { | ||
"phonegap": "npm run build:setup && phonegap --verbose", | ||
"build:less": "lessc -x resources/less/app.less > www/css/app.css", | ||
"build:clean": "node ./resources/script/clean.js", | ||
"build:config:restore": "node ./resources/script/restore-config.js", | ||
"build:setup": "npm run build:clean && npm run build:setup:directories", | ||
"build:setup:adhoc": "npm run build:setup && node ./resources/script/setup-ad-hoc.js", | ||
"build:setup:directories": "node ./resources/script/setup-directories.js", | ||
"release-android": "npm run build:setup && phonegap build android --verbose --release --buildConfig=./resources/signing/android/build-config.json", | ||
"release-ios": "npm run build:setup && phonegap platform add ios && cd platforms/ios && pod install && phonegap build ios --verbose --device --release --buildConfig=./resources/signing/ios/build-config.json", | ||
"adhoc-android": "npm run build:setup:adhoc && phonegap plugin add cordova-plugin-hockeyapp && phonegap build android --verbose --debug --buildConfig=./resources/signing/android/ad-hoc/build-config.json && npm run build:config:restore", | ||
"adhoc-ios": "npm run build:setup:adhoc && phonegap platform add ios && cd platforms/ios && pod install && phonegap build ios --verbose --device --debug --buildConfig=./resources/signing/ios/build-config.json && npm run build:config:restore", | ||
"test": "jasmine-node tests/browser" | ||
}, | ||
"dependencies": { | ||
"com.wikitude.phonegap.WikitudePlugin": "https://github.com/timkim/wikitude-cordova-plugin.git", | ||
"cordova-android": "~6.2.3", | ||
"cordova-ios": "^4.5.2", | ||
"cordova-plugin-battery-status": "^1.2.4", | ||
"cordova-plugin-ble-central": "^1.1.4", | ||
"cordova-plugin-camera": "^2.4.1", | ||
"cordova-plugin-compat": "^1.2.0", | ||
"cordova-plugin-contacts": "^2.3.1", | ||
"cordova-plugin-device": "^1.1.6", | ||
"cordova-plugin-device-motion": "^1.2.5", | ||
"cordova-plugin-dialogs": "^1.3.3", | ||
"cordova-plugin-file": "^4.3.3", | ||
"cordova-plugin-file-transfer": "^1.6.3", | ||
"cordova-plugin-geolocation": "^2.4.3", | ||
"cordova-plugin-globalization": "^1.0.7", | ||
"cordova-plugin-inappbrowser": "^1.7.1", | ||
"cordova-plugin-insomnia": "^4.3.0", | ||
"cordova-plugin-media": "^3.0.1", | ||
"cordova-plugin-media-capture": "^1.4.3", | ||
"cordova-plugin-network-information": "^1.3.3", | ||
"cordova-plugin-screen-orientation": "^2.0.1", | ||
"cordova-plugin-splashscreen": "^4.0.3", | ||
"cordova-plugin-statusbar": "^2.2.3", | ||
"cordova-plugin-vibration": "^2.1.5", | ||
"cordova-plugin-whitelist": "^1.3.2", | ||
"cordova-plugin-x-socialsharing": "^5.2.1", | ||
"es6-promise-plugin": "^4.1.0", | ||
"phonegap-plugin-barcodescanner": "^6.0.8", | ||
"phonegap-plugin-contentsync": "^1.4.0", | ||
"phonegap-plugin-mobile-accessibility": "^1.0.5", | ||
"phonegap-plugin-push": "^2.1.0", | ||
"wikitude-plugin-phonegap-dev-app": "git+https://github.com/timkim/wikitude-cordova-plugin.git" | ||
}, | ||
"devDependencies": { | ||
"app-root-path": "1.0.0", | ||
"cordova-common": "2.0.3", | ||
"fs-extra": "0.24.0", | ||
"jasmine-node": "1.14.5", | ||
"less": "2.7.1", | ||
"npm-run": "4.1.0", | ||
"phonegap": "7.1.1", | ||
"request": "2.65.0", | ||
"xml2js": "0.4.12" | ||
}, | ||
"cordova": { | ||
"platforms": [ | ||
"android", | ||
"ios" | ||
], | ||
"plugins": { | ||
"cordova-plugin-battery-status": {}, | ||
"cordova-plugin-ble-central": { | ||
"BLUETOOTH_USAGE_DESCRIPTION": "Bluetooth development purposes" | ||
}, | ||
"cordova-plugin-camera": { | ||
"CAMERA_USAGE_DESCRIPTION": "Camera used for development purposes", | ||
"PHOTOLIBRARY_USAGE_DESCRIPTION": " " | ||
}, | ||
"cordova-plugin-contacts": { | ||
"CONTACTS_USAGE_DESCRIPTION": "Contacts used for development purposes" | ||
}, | ||
"cordova-plugin-device": {}, | ||
"cordova-plugin-device-motion": {}, | ||
"cordova-plugin-dialogs": {}, | ||
"cordova-plugin-file": {}, | ||
"cordova-plugin-file-transfer": {}, | ||
"cordova-plugin-geolocation": { | ||
"GEOLOCATION_USAGE_DESCRIPTION": "Geolocation used for development purposes" | ||
}, | ||
"cordova-plugin-globalization": {}, | ||
"cordova-plugin-inappbrowser": {}, | ||
"cordova-plugin-insomnia": {}, | ||
"cordova-plugin-media": { | ||
"MICROPHONE_USAGE_DESCRIPTION": " " | ||
}, | ||
"cordova-plugin-media-capture": { | ||
"CAMERA_USAGE_DESCRIPTION": "Camera used for development purposes", | ||
"MICROPHONE_USAGE_DESCRIPTION": "Microphone used for development purposes", | ||
"PHOTOLIBRARY_USAGE_DESCRIPTION": "Photo library used for development purposes" | ||
}, | ||
"cordova-plugin-network-information": {}, | ||
"cordova-plugin-screen-orientation": {}, | ||
"cordova-plugin-splashscreen": {}, | ||
"cordova-plugin-statusbar": {}, | ||
"cordova-plugin-vibration": {}, | ||
"cordova-plugin-whitelist": {}, | ||
"cordova-plugin-x-socialsharing": {}, | ||
"phonegap-plugin-barcodescanner": { | ||
"CAMERA_USAGE_DESCRIPTION": "Camera used for development purposes" | ||
}, | ||
"phonegap-plugin-contentsync": {}, | ||
"phonegap-plugin-mobile-accessibility": {}, | ||
"phonegap-plugin-push": {}, | ||
"com.wikitude.phonegap.WikitudePlugin": {} | ||
} | ||
} | ||
} |