Avoid enforcing XCode version is shared code.
This commit is contained in:
committed by
Ilya Matveev
parent
6a770bc12c
commit
6b6c5b82d2
@@ -68,8 +68,6 @@ fun Properties.keepOnlyDefaultProfiles() {
|
|||||||
|
|
||||||
// Force build to use only 'default' profile:
|
// Force build to use only 'default' profile:
|
||||||
this.setProperty(DEPENDENCY_PROFILES_KEY, "default")
|
this.setProperty(DEPENDENCY_PROFILES_KEY, "default")
|
||||||
// Force build to use fixed Xcode version:
|
|
||||||
this.setProperty("useFixedXcodeVersion", "10.1")
|
|
||||||
// TODO: it actually affects only resolution made in :dependencies,
|
// TODO: it actually affects only resolution made in :dependencies,
|
||||||
// that's why we assume that 'default' profile comes first (and check this above).
|
// that's why we assume that 'default' profile comes first (and check this above).
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user