Skip to content

Commit

Permalink
fix(ios): correct minimum xcode version
Browse files Browse the repository at this point in the history
  • Loading branch information
ewanharris committed Aug 5, 2019
1 parent a08aa2e commit b41be25
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": "9.0",
"minWatchosVersion": "2.0",
"vendorDependencies": {
"xcode": ">=9.0 <=11.x",
"xcode": ">=8.0 <=11.x",
"ios sdk": ">=9.0 <=13.x"
},
"repository": {
Expand Down

0 comments on commit b41be25

Please sign in to comment.