Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

8251858: Update to Xcode 11.3.1 #291

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jfx.gradle.version.min=5.3
# Toolchains
jfx.build.linux.gcc.version=gcc9.2.0-OL6.4+1.0
jfx.build.windows.msvc.version=VS2019-16.5.3+1.0
jfx.build.macosx.xcode.version=Xcode10.1-MacOSX10.14+1.0
jfx.build.macosx.xcode.version=Xcode11.3.1-MacOSX10.15+1.0

# Build tools
jfx.build.cmake.version=3.13.3
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/mac.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ MAC.libDest = "lib"
* In extreme cases you can provide your own properties in your home dir to
* override these settings or pass them on the command line.
*/
def prefSdkVersion = "10.11"
def prefSdkVersion = "10.15"
def defaultSdkPath = "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX${prefSdkVersion}.sdk";

// Set the minimum API version that we require (developers do not need to override this)
Expand Down