Add support for custom Xcode location (#1273)

This commit is contained in:
SvyatoslavScherbina
2018-01-30 15:04:29 +03:00
committed by GitHub
parent 19cc8c6bee
commit c09fd4d355
10 changed files with 181 additions and 39 deletions
+2
View File
@@ -34,6 +34,8 @@ ext {
// Force build to use only 'default' profile:
konanProperties.setProperty(DEPENDENCY_PROFILES_KEY, "default")
// Force build to use fixed Xcode version:
konanProperties.setProperty("useFixedXcodeVersion", "9.2")
// TODO: it actually affects only resolution made in :dependencies,
// that's why we assume that 'default' profile comes first (and check this above).