Skip to content

Commit

Permalink
8251858: Update to Xcode 11.3.1
Browse files Browse the repository at this point in the history
Reviewed-by: jvos, arapte
  • Loading branch information
kevinrushforth committed Aug 29, 2020
1 parent 88c0f97 commit 87ad57f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit 87ad57f

Please sign in to comment.