Skip to content

Commit

Permalink
chore(ios)!: set minimum xcode to 11.x
Browse files Browse the repository at this point in the history
Fixes TIMOB-28072
  • Loading branch information
sgtcoolguy committed Sep 8, 2020
1 parent 82e011a commit 2835e97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iphone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"minIosVersion": "10.0",
"minWatchosVersion": "2.0",
"vendorDependencies": {
"xcode": ">=9.0 <=12.x",
"xcode": ">=11.0 <=12.x",
"ios sdk": ">=10.0 <=14.x"
},
"repository": {
Expand Down

0 comments on commit 2835e97

Please sign in to comment.