Skip to content

Commit b951499

Browse files
peat-psuwitfacebook-github-bot
authored andcommitted
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: #21766 Reviewed By: codytwinton Differential Revision: D10384245 Pulled By: hramos fbshipit-source-id: 488156be67cfc2d99ca81d7cb82747bab35984a7
1 parent 36507e4 commit b951499

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@
199199
"shell-quote": "1.6.1",
200200
"stacktrace-parser": "^0.1.3",
201201
"ws": "^1.1.0",
202-
"xcode": "^0.9.1",
202+
"xcode": "^1.0.0",
203203
"xmldoc": "^0.4.0",
204204
"yargs": "^9.0.0"
205205
},

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -6727,10 +6727,10 @@ ws@^5.2.0:
67276727
dependencies:
67286728
async-limiter "~1.0.0"
67296729

6730-
xcode@^0.9.1:
6731-
version "0.9.3"
6732-
resolved "https://registry.yarnpkg.com/xcode/-/xcode-0.9.3.tgz#910a89c16aee6cc0b42ca805a6d0b4cf87211cf3"
6733-
integrity sha1-kQqJwWrubMC0LKgFptC0z4chHPM=
6730+
xcode@^1.0.0:
6731+
version "1.0.0"
6732+
resolved "https://registry.yarnpkg.com/xcode/-/xcode-1.0.0.tgz#e1f5b1443245ded38c180796df1a10fdeda084ec"
6733+
integrity sha1-4fWxRDJF3tOMGAeW3xoQ/e2ghOw=
67346734
dependencies:
67356735
pegjs "^0.10.0"
67366736
simple-plist "^0.2.1"

0 commit comments

Comments
 (0)