Avoid enforcing XCode version is shared code.

This commit is contained in:
Nikolay Igotti
2019-03-27 18:41:02 +03:00
committed by Ilya Matveev
parent 6a770bc12c
commit 6b6c5b82d2
@@ -68,8 +68,6 @@ 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", "10.1")
// TODO: it actually affects only resolution made in :dependencies,
// that's why we assume that 'default' profile comes first (and check this above).
}