Skip to content

Commit

Permalink
Merge branch 'master' of github.com:bloomtime/CinderGestures
Browse files Browse the repository at this point in the history
  • Loading branch information
notlion committed Mar 19, 2011
2 parents cc8f118 + 6cd1660 commit 9aed5d1
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,9 @@
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = armv7;
CINDER_PATH = ../../../../../cinder;
CINDER_PATH = "$(CINDER_PATH_$(USER))";
CINDER_PATH_ryan = ../../../../../cinder;
CINDER_PATH_tom = /Users/tom/Documents/Code/Cinder/Cinder;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
GCC_C_LANGUAGE_STANDARD = c99;
GCC_PREPROCESSOR_DEFINITIONS = DEBUG;
Expand All @@ -317,7 +319,9 @@
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = armv7;
CINDER_PATH = ../../../../../cinder;
CINDER_PATH = "$(CINDER_PATH_$(USER))";
CINDER_PATH_ryan = ../../../../../cinder;
CINDER_PATH_tom = /Users/tom/Documents/Code/Cinder/Cinder;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
GCC_C_LANGUAGE_STANDARD = c99;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
Expand Down

0 comments on commit 9aed5d1

Please sign in to comment.