-
-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
Set plist dependency to use fork which fixes bug causing #136 and #90. Set xcode to @1.0.0 which is published from the new apache/cordova repo.
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"name": "cordova-custom-config", | ||
"cordova_name": "cordova-custom-config", | ||
"description": "Cordova/Phonegap plugin to update platform configuration files based on preferences and config-file data defined in config.xml.", | ||
|
@@ -31,8 +31,8 @@ | |
"dependencies": { | ||
"lodash": "^4.3.0", | ||
"elementtree": "^0.1.6", | ||
"plist": "^2.1.0", | ||
"xcode": "^0.9.3", | ||
"plist": "xiangpingmeng/plist.js", | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
dpa99c
Author
Owner
|
||
"xcode": "^1.0.0", | ||
"colors": "^1.1.2", | ||
"shelljs": "^0.7.0", | ||
"tostr": "^0.1.0" | ||
|
Hi, on my Project we are behind a corporate proxy and we canot use this version because of the dependency to https://github.com/xiangpingmeng/plist.js
Do you have an idea of when you'll fix that ?
Thanks