Skip to content

Commit

Permalink
Bump xcode@1.0.0 (facebook#21766)
Browse files Browse the repository at this point in the history
Summary:
(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.

-------------------------

Thank you for sending the PR! We appreciate you spending the time to work on these changes.
Help us understand your motivation by explaining why you decided to make this change.

If this PR fixes an issue, type "Fixes #issueNumber" to automatically close the issue when the PR is merged.

_Pull requests that expand test coverage are more likely to get reviewed. Add a test case whenever possible!_
Pull Request resolved: facebook#21766

Reviewed By: codytwinton

Differential Revision: D10384245

Pulled By: hramos

fbshipit-source-id: 488156be67cfc2d99ca81d7cb82747bab35984a7
  • Loading branch information
peat-psuwit authored and facebook-github-bot committed Oct 17, 2018
1 parent 18b31e1 commit f97f4d2
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 f97f4d2

Please sign in to comment.