Skip to content

Commit

Permalink
Update to Xcode 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mogemimi committed Oct 12, 2016
1 parent 5432dc5 commit 3a8f279
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
os: osx
osx_image: xcode7.3
osx_image: xcode8.0
language: cpp

compiler:
Expand Down
3 changes: 3 additions & 0 deletions build/dependencies/giflib.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@
isa = PBXProject;
attributes = {
BuildIndependentTargetsInParallel = YES;
LastUpgradeCheck = 0800;
};
buildConfigurationList = E59F0CB691A189BFBA39BD7C /* Build configuration list for PBXProject "giflib" */;
compatibilityVersion = "Xcode 3.2";
Expand Down Expand Up @@ -179,7 +180,9 @@
FF0B05B12C3BB5EA9C57D943 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ENABLE_TESTABILITY = YES;
INTERMEDIATE_DIR = "$(PROJECT_DERIVED_FILE_DIR)/$(CONFIGURATION)";
ONLY_ACTIVE_ARCH = YES;
SHARED_INTERMEDIATE_DIR = "$(SYMROOT)/DerivedSources/$(CONFIGURATION)";
};
name = Debug;
Expand Down
6 changes: 5 additions & 1 deletion build/pomdog.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1686,7 +1686,7 @@
isa = PBXProject;
attributes = {
BuildIndependentTargetsInParallel = YES;
LastUpgradeCheck = 0720;
LastUpgradeCheck = 0800;
};
buildConfigurationList = 3E414A3B37E2137D3124712D /* Build configuration list for PBXProject "pomdog" */;
compatibilityVersion = "Xcode 6.3";
Expand Down Expand Up @@ -2083,8 +2083,10 @@
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
Expand Down Expand Up @@ -2150,8 +2152,10 @@
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
DEBUG_INFORMATION_FORMAT = dwarf;
Expand Down

0 comments on commit 3a8f279

Please sign in to comment.