Skip to content

Commit

Permalink
[package.json and config] - fixed failing ios build errors and added …
Browse files Browse the repository at this point in the history
…back in pod stuff
  • Loading branch information
timkim committed Oct 23, 2017
1 parent ee68e62 commit d1b99d7
Show file tree
Hide file tree
Showing 2 changed files with 122 additions and 122 deletions.
6 changes: 3 additions & 3 deletions config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@
</platform>
<engine name="android" spec="~6.2.3" />
<engine name="ios" spec="^4.5.2" />
<plugin name="com.wikitude.phonegap.WikitudePlugin" spec="https://github.com/timkim/wikitude-cordova-plugin.git" />
<plugin name="cordova-plugin-battery-status" spec="^1.2.4" />
<plugin name="cordova-plugin-ble-central" spec="^1.1.4">
<variable name="BLUETOOTH_USAGE_DESCRIPTION" value="Bluetooth development purposes" />
Expand Down Expand Up @@ -94,16 +93,17 @@
<variable name="PHOTOLIBRARY_USAGE_DESCRIPTION" value="Photo library used for development purposes" />
</plugin>
<plugin name="cordova-plugin-network-information" spec="^1.3.3" />
<plugin name="cordova-plugin-screen-orientation" spec="git+https://github.com/apache/cordova-plugin-screen-orientation.git" />
<plugin name="cordova-plugin-screen-orientation" spec="^2.0.1" />
<plugin name="cordova-plugin-splashscreen" spec="^4.0.3" />
<plugin name="cordova-plugin-statusbar" spec="^2.2.3" />
<plugin name="cordova-plugin-vibration" spec="^2.1.5" />
<plugin name="cordova-plugin-whitelist" spec="^1.3.2" />
<plugin name="cordova-plugin-x-socialsharing" spec="git+https://github.com/EddyVerbruggen/SocialSharing-PhoneGap-Plugin.git" />
<plugin name="cordova-plugin-x-socialsharing" spec="^5.2.1" />
<plugin name="phonegap-plugin-barcodescanner" spec="^6.0.8">
<variable name="CAMERA_USAGE_DESCRIPTION" value="Camera used for development purposes" />
</plugin>
<plugin name="phonegap-plugin-contentsync" spec="^1.4.0" />
<plugin name="phonegap-plugin-mobile-accessibility" spec="^1.0.5" />
<plugin name="phonegap-plugin-push" spec="^2.1.0" />
<plugin name="com.wikitude.phonegap.WikitudePlugin" spec="https://github.com/timkim/wikitude-cordova-plugin.git" />
</widget>
238 changes: 119 additions & 119 deletions package.json
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": {}
}
}
}

0 comments on commit d1b99d7

Please sign in to comment.