Skip to content

Commit f2fd182

Browse files
feat: drop support for Xcode < 10
As AppStore now requires new published apps to be build with Xcode 10 or later, set this as requirement for building applications.
1 parent b144430 commit f2fd182

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

npm-shrinkwrap.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"mkdirp": "0.5.1",
5858
"mute-stream": "0.0.5",
5959
"nativescript-dev-xcode": "0.2.0",
60-
"nativescript-doctor": "1.9.2",
60+
"nativescript-doctor": "1.10.0",
6161
"nativescript-preview-sdk": "0.3.4",
6262
"open": "0.0.5",
6363
"ora": "2.0.0",

0 commit comments

Comments
 (0)