Summary:
(cordova-node-)xcode 1.0.0 includes a fix for #13160 plus a few more
fixes. This should increase robustness in Xcode project handling
overall.

Fixes #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: https://github.com/facebook/react-native/pull/21766

Reviewed By: codytwinton

Differential Revision: D10384245

Pulled By: hramos

fbshipit-source-id: 488156be67cfc2d99ca81d7cb82747bab35984a7
This commit is contained in:
Ratchanan Srirattanamet 2018-10-17 12:10:49 -07:00 коммит произвёл Facebook Github Bot
Родитель 36507e4a3c
Коммит b9514995a2
2 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@ -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"
},

Просмотреть файл

@ -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"