From b9514995a26b4c3f6d555257740457dd4d6cfeae Mon Sep 17 00:00:00 2001 From: Ratchanan Srirattanamet Date: Wed, 17 Oct 2018 12:10:49 -0700 Subject: [PATCH] Bump xcode@1.0.0 (#21766) 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 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 6789931175..b2f1e9f6fb 100644 --- a/package.json +++ b/package.json @@ -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" }, diff --git a/yarn.lock b/yarn.lock index db71c276db..2d54b1fd6e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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"