Add support for custom Xcode location (#1273)
This commit is contained in:
committed by
GitHub
parent
19cc8c6bee
commit
c09fd4d355
@@ -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).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user