./gradle.properties.template

Print this page
rev 8319 : RT-34388: [Mac] Update build system to properly support Xcode 5 and later

*** 262,274 **** #HUDSON_JOB_NAME = not_hudson #HUDSON_BUILD_NUMBER = 0000 #PROMOTED_BUILD_NUMBER = 00 #PRODUCT_NAME = OpenJFX ! # Variables used when building on the Mac. These should need to be rarely, if ever set. The ! # default value for MACOSX_SDK_PATH is based on the MACOSX_MIN_VERSION, so if you wanted to ! # build with 10.8 instead of 10.7 you could just specify MACOSX_MIN_VERSION and the other ! # settings should not need to be specified. # MACOSX_MIN_VERSION = 10.7 # MACOSX_SDK_PATH = /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk - # MACOSX_JDK_FRAMEWORK = /System/Library/Frameworks/JavaVM.framework --- 262,272 ---- #HUDSON_JOB_NAME = not_hudson #HUDSON_BUILD_NUMBER = 0000 #PROMOTED_BUILD_NUMBER = 00 #PRODUCT_NAME = OpenJFX ! # Variables used when building on the Mac. These should need to be rarely, if ever set. ! # In particular, there should be no reason to set the MACOSX_MIN_VERSION even if you are ! # building with a 10.8 or 10.9 SDK # MACOSX_MIN_VERSION = 10.7 # MACOSX_SDK_PATH = /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk