Skip to content

Commit

Permalink
Remove cruft from example projects
Browse files Browse the repository at this point in the history
  • Loading branch information
jonreid committed Nov 24, 2012
1 parent b92e83c commit 398f78f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions Examples/MacExample/MacExample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -201,10 +201,8 @@
"\"$(SRCROOT)/../..\"",
"\"$(SRCROOT)/../../OCHamcrest-1.9\"",
);
FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1 = "\"$(SRCROOT)/../..\"";
GCC_DYNAMIC_NO_PIC = NO;
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
GCC_MODEL_TUNING = G5;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
INFOPLIST_FILE = "Example-Info.plist";
Expand All @@ -228,16 +226,13 @@
"\"$(SRCROOT)/../..\"",
"\"$(SRCROOT)/../../OCHamcrest-1.9\"",
);
FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1 = "\"$(SRCROOT)/../..\"";
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
GCC_MODEL_TUNING = G5;
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
INFOPLIST_FILE = "Example-Info.plist";
INSTALL_PATH = "$(USER_LIBRARY_DIR)/Bundles";
PRODUCT_NAME = Example;
SDKROOT = macosx;
WRAPPER_EXTENSION = octest;
ZERO_LINK = NO;
};
name = Release;
};
Expand Down
1 change: 0 additions & 1 deletion Examples/iOSExample/iOSExample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@
INFOPLIST_FILE = "Example-Info.plist";
PRODUCT_NAME = Example;
WRAPPER_EXTENSION = octest;
ZERO_LINK = NO;
};
name = Release;
};
Expand Down

0 comments on commit 398f78f

Please sign in to comment.