Skip to content

Commit

Permalink
Remove CCEffectNode signing.
Browse files Browse the repository at this point in the history
  • Loading branch information
rkachowski committed Apr 12, 2015
1 parent 7f4ce76 commit 68d7643
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions SpriteBuilder/SpriteBuilder.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -9545,6 +9545,7 @@
928B2B34198703B700C0F0BD /* Testing */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_IDENTITY = "";
COPY_PHASE_STRIP = NO;
HEADER_SEARCH_PATHS = (
"libs/cocos2d-iphone/cocos2d/**",
Expand All @@ -9567,6 +9568,7 @@
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ENABLE_OBJC_ARC = YES;
CODE_SIGN_IDENTITY = "";
COPY_PHASE_STRIP = NO;
GCC_DYNAMIC_NO_PIC = NO;
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
Expand Down Expand Up @@ -9597,6 +9599,7 @@
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ENABLE_OBJC_ARC = YES;
CODE_SIGN_IDENTITY = "";
COPY_PHASE_STRIP = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
Expand Down

0 comments on commit 68d7643

Please sign in to comment.