Skip to content

Commit

Permalink
updated Xcode build settings to compile against cinder 0.8.5 dev (apa…
Browse files Browse the repository at this point in the history
…rt from FBXKit)
  • Loading branch information
marcuswendt committed Apr 23, 2013
1 parent 5b04106 commit bbcd9af
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions xcode/FieldKit.xcodeproj/project.pbxproj
Expand Up @@ -1435,8 +1435,10 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = i386;
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
CINDER_PATH = ../../cinder;
CLANG_CXX_LANGUAGE_STANDARD = "c++0x";
CLANG_CXX_LIBRARY = "libc++";
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
Expand All @@ -1454,8 +1456,10 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = i386;
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
CINDER_PATH = ../../cinder;
CLANG_CXX_LANGUAGE_STANDARD = "c++0x";
CLANG_CXX_LIBRARY = "libc++";
GCC_MODEL_TUNING = G5;
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
Expand Down

0 comments on commit bbcd9af

Please sign in to comment.