Move to XCode 9.4, add CoreML and ClassKit. (#1637)

* Move to XCode 9.4, add CoreML and ClassKit.

* Add assertSame and assertNotSame to stdlib.

* Fix SDK properties.
This commit is contained in:
Nikolay Igotti
2018-05-31 23:21:17 +03:00
committed by GitHub
parent f3115a100a
commit b8fa1bcdd3
7 changed files with 68 additions and 13 deletions
@@ -67,7 +67,7 @@ fun Properties.keepOnlyDefaultProfiles() {
// Force build to use only 'default' profile:
this.setProperty(DEPENDENCY_PROFILES_KEY, "default")
// Force build to use fixed Xcode version:
this.setProperty("useFixedXcodeVersion", "9.3.1")
this.setProperty("useFixedXcodeVersion", "9.4")
// TODO: it actually affects only resolution made in :dependencies,
// that's why we assume that 'default' profile comes first (and check this above).
}