We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1a1179 commit bff41c2Copy full SHA for bff41c2
buildSrc/mac.gradle
@@ -55,8 +55,7 @@ def defaultSdkPath = "/Applications/Xcode.app/Contents/Developer/Platforms/MacOS
55
56
// Set the minimum API version that we require (developers do not need to override this)
57
// Note that this is not necessarily the same as the preferred SDK version
58
-def isAarch64 = TARGET_ARCH == "aarch64" || TARGET_ARCH == "arm64";
59
-def macOSMinVersion = isAarch64 ? "11.0" : "10.12";
+def macOSMinVersion = "11.0";
60
defineProperty("MACOSX_MIN_VERSION", macOSMinVersion);
61
62
def macOSMinVersionArr = macOSMinVersion.split("\\.")
0 commit comments