Skip to content

Commit

Permalink
package.json: upgrade xcode to 1.0.0
Browse files Browse the repository at this point in the history
(cordova-node-)xcode 1.0.0 includes a fix for facebook#13160 plus a few more
fixes. This should increase robustness in Xcode project handling
overall.

Fixes facebook#13160.
  • Loading branch information
peat-psuwit committed Oct 13, 2018
1 parent 5e7c774 commit 4e7e6b5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
"shell-quote": "1.6.1",
"stacktrace-parser": "^0.1.3",
"ws": "^1.1.0",
"xcode": "^0.9.1",
"xcode": "^1.0.0",
"xmldoc": "^0.4.0",
"yargs": "^9.0.0"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6727,10 +6727,10 @@ ws@^5.2.0:
dependencies:
async-limiter "~1.0.0"

xcode@^0.9.1:
version "0.9.3"
resolved "https://registry.yarnpkg.com/xcode/-/xcode-0.9.3.tgz#910a89c16aee6cc0b42ca805a6d0b4cf87211cf3"
integrity sha1-kQqJwWrubMC0LKgFptC0z4chHPM=
xcode@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/xcode/-/xcode-1.0.0.tgz#e1f5b1443245ded38c180796df1a10fdeda084ec"
integrity sha1-4fWxRDJF3tOMGAeW3xoQ/e2ghOw=
dependencies:
pegjs "^0.10.0"
simple-plist "^0.2.1"
Expand Down

0 comments on commit 4e7e6b5

Please sign in to comment.