diff options
Diffstat (limited to 'WebKitTools/DumpRenderTree/mac/Configurations/DebugRelease.xcconfig')
-rw-r--r-- | WebKitTools/DumpRenderTree/mac/Configurations/DebugRelease.xcconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/WebKitTools/DumpRenderTree/mac/Configurations/DebugRelease.xcconfig b/WebKitTools/DumpRenderTree/mac/Configurations/DebugRelease.xcconfig new file mode 100644 index 0000000..e17439e --- /dev/null +++ b/WebKitTools/DumpRenderTree/mac/Configurations/DebugRelease.xcconfig @@ -0,0 +1,5 @@ +#include "Base.xcconfig" +MACOSX_DEPLOYMENT_TARGET = $(MACOSX_DEPLOYMENT_TARGET_$(MAC_OS_X_VERSION_MAJOR)) +MACOSX_DEPLOYMENT_TARGET_ = 10.4 +MACOSX_DEPLOYMENT_TARGET_1040 = 10.4 +MACOSX_DEPLOYMENT_TARGET_1050 = 10.5 |