Skip to content

Commit

Permalink
Updated Xcode project for v7
Browse files Browse the repository at this point in the history
  • Loading branch information
Wouter van Oortmerssen committed Oct 28, 2015
1 parent d236dea commit 40b0351
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions build/Xcode/FlatBuffers.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@
isa = PBXProject;
attributes = {
BuildIndependentTargetsInParallel = YES;
LastUpgradeCheck = 0510;
LastUpgradeCheck = 0700;
};
buildConfigurationList = 6428BEB363AA4E03A282AA8C /* Build configuration list for PBXProject "FlatBuffers" */;
compatibilityVersion = "Xcode 3.2";
Expand Down Expand Up @@ -291,7 +291,7 @@
buildSettings = {
CONFIGURATION_BUILD_DIR = .;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk;
SDKROOT = macosx;
SYMROOT = build;
};
name = RelWithDebInfo;
Expand Down Expand Up @@ -807,8 +807,9 @@
isa = XCBuildConfiguration;
buildSettings = {
CONFIGURATION_BUILD_DIR = .;
ENABLE_TESTABILITY = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk;
SDKROOT = macosx;
SYMROOT = build;
};
name = Debug;
Expand All @@ -818,7 +819,7 @@
buildSettings = {
CONFIGURATION_BUILD_DIR = .;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk;
SDKROOT = macosx;
SYMROOT = build;
};
name = Release;
Expand Down Expand Up @@ -978,7 +979,7 @@
buildSettings = {
CONFIGURATION_BUILD_DIR = .;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk;
SDKROOT = macosx;
SYMROOT = build;
};
name = MinSizeRel;
Expand Down

0 comments on commit 40b0351

Please sign in to comment.