Skip to content

Commit

Permalink
Upgrade the minimum supported OS X version to 10.11
Browse files Browse the repository at this point in the history
  • Loading branch information
mogemimi committed Mar 30, 2016
1 parent a21fe5d commit 438e234
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions build/PomdogTest.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@
../dependencies/iutest/include,
);
LIBRARY_SEARCH_PATHS = "$(SDKROOT)/System/Library/Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.9;
MACOSX_DEPLOYMENT_TARGET = 10.11;
ONLY_ACTIVE_ARCH = YES;
OTHER_CFLAGS = "-g";
PRODUCT_NAME = PomdogUnitTest;
Expand All @@ -656,7 +656,7 @@
../dependencies/iutest/include,
);
LIBRARY_SEARCH_PATHS = "$(SDKROOT)/System/Library/Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.9;
MACOSX_DEPLOYMENT_TARGET = 10.11;
PRODUCT_NAME = PomdogUnitTest;
};
name = Release;
Expand Down Expand Up @@ -751,7 +751,7 @@
../dependencies/iutest/include,
);
LIBRARY_SEARCH_PATHS = "$(SDKROOT)/System/Library/Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.9;
MACOSX_DEPLOYMENT_TARGET = 10.11;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;
Expand All @@ -770,7 +770,7 @@
../dependencies/iutest/include,
);
LIBRARY_SEARCH_PATHS = "$(SDKROOT)/System/Library/Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.9;
MACOSX_DEPLOYMENT_TARGET = 10.11;
ONLY_ACTIVE_ARCH = YES;
OTHER_CFLAGS = "-g";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down
2 changes: 1 addition & 1 deletion build/experimental.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@
'conditions': [
['OS == "mac"', {
'xcode_settings': {
'MACOSX_DEPLOYMENT_TARGET': '10.9',
'MACOSX_DEPLOYMENT_TARGET': '10.11',
},
}],
['OS == "ios"', {
Expand Down
2 changes: 1 addition & 1 deletion build/pomdog.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,7 @@
}],
['OS == "mac"', {
'xcode_settings': {
'MACOSX_DEPLOYMENT_TARGET': '10.9',
'MACOSX_DEPLOYMENT_TARGET': '10.11',
},
}],
['OS == "ios"', {
Expand Down
8 changes: 4 additions & 4 deletions build/pomdog.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1690,7 +1690,7 @@
GCC_INLINES_ARE_PRIVATE_EXTERN = YES;
GCC_PREPROCESSOR_DEFINITIONS = "NDEBUG=1";
GCC_SYMBOLS_PRIVATE_EXTERN = YES;
MACOSX_DEPLOYMENT_TARGET = 10.9;
MACOSX_DEPLOYMENT_TARGET = 10.11;
PRODUCT_NAME = pomdog;
SKIP_INSTALL = YES;
};
Expand All @@ -1712,7 +1712,7 @@
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
LIBRARY_SEARCH_PATHS = "$(SDKROOT)/System/Library/Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.9;
MACOSX_DEPLOYMENT_TARGET = 10.11;
ONLY_ACTIVE_ARCH = YES;
PRODUCT_BUNDLE_IDENTIFIER = net.enginetrouble.pomdog;
PRODUCT_NAME = Pomdog;
Expand All @@ -1730,7 +1730,7 @@
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = "DEBUG=1";
GCC_SYMBOLS_PRIVATE_EXTERN = YES;
MACOSX_DEPLOYMENT_TARGET = 10.9;
MACOSX_DEPLOYMENT_TARGET = 10.11;
ONLY_ACTIVE_ARCH = YES;
PRODUCT_NAME = pomdog;
SKIP_INSTALL = YES;
Expand Down Expand Up @@ -1795,7 +1795,7 @@
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
LIBRARY_SEARCH_PATHS = "$(SDKROOT)/System/Library/Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.9;
MACOSX_DEPLOYMENT_TARGET = 10.11;
PRODUCT_BUNDLE_IDENTIFIER = net.enginetrouble.pomdog;
PRODUCT_NAME = Pomdog;
SKIP_INSTALL = YES;
Expand Down
2 changes: 1 addition & 1 deletion examples/Pong/Pong.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
'xcode_settings': {
'GCC_VERSION': 'com.apple.compilers.llvm.clang.1_0',
'CLANG_CXX_LANGUAGE_STANDARD': 'c++14',
'MACOSX_DEPLOYMENT_TARGET': '10.9',
'MACOSX_DEPLOYMENT_TARGET': '10.11',
'CLANG_CXX_LIBRARY': 'libc++',
},
'include_dirs': [
Expand Down
2 changes: 1 addition & 1 deletion examples/QuickStart/QuickStart.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
}],
['OS == "mac"', {
'xcode_settings': {
'MACOSX_DEPLOYMENT_TARGET': '10.9',
'MACOSX_DEPLOYMENT_TARGET': '10.11',
},
'link_settings': {
'libraries': [
Expand Down
2 changes: 1 addition & 1 deletion test/FrameworkTest/unittest.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
'xcode_settings': {
'GCC_VERSION': 'com.apple.compilers.llvm.clang.1_0',
'CLANG_CXX_LANGUAGE_STANDARD': 'c++14',
'MACOSX_DEPLOYMENT_TARGET': '10.9',
'MACOSX_DEPLOYMENT_TARGET': '10.11',
'CLANG_CXX_LIBRARY': 'libc++',
# Warnings (Clang):
'CLANG_WARN_BOOL_CONVERSION': 'YES',
Expand Down
2 changes: 1 addition & 1 deletion test/TestApp/TestApp.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
'xcode_settings': {
'GCC_VERSION': 'com.apple.compilers.llvm.clang.1_0',
'CLANG_CXX_LANGUAGE_STANDARD': 'c++14',
'MACOSX_DEPLOYMENT_TARGET': '10.9', # OS X Deployment Target: 10.9
'MACOSX_DEPLOYMENT_TARGET': '10.11', # OS X Deployment Target: 10.11
'CLANG_CXX_LIBRARY': 'libc++', # libc++ requires OS X 10.7 or later
#'SKIP_INSTALL': 'NO',
# Warnings:
Expand Down

0 comments on commit 438e234

Please sign in to comment.