We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52c076c commit 6fe427fCopy full SHA for 6fe427f
buildSrc/mac.gradle
@@ -56,7 +56,7 @@ def defaultSdkPath = "/Applications/Xcode.app/Contents/Developer/Platforms/MacOS
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 = isAarch64 ? "11.0" : "10.10";
60
defineProperty("MACOSX_MIN_VERSION", macOSMinVersion);
61
62
// Create $buildDir/mac_tools.properties file and load props from it
0 commit comments