Skip to content

Commit

Permalink
add header search path to demo project to match new header locations
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Ochs committed May 2, 2013
1 parent 09485b1 commit 420f701
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions BCBlurView.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -580,6 +580,7 @@
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "BCBlurViewDemo/BCBlurViewDemo-Prefix.pch";
HEADER_SEARCH_PATHS = "\"$(BUILT_PRODUCTS_DIR)/../../Headers\"";
INFOPLIST_FILE = "BCBlurViewDemo/BCBlurViewDemo-Info.plist";
OTHER_LDFLAGS = "-ObjC";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -593,6 +594,7 @@
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "BCBlurViewDemo/BCBlurViewDemo-Prefix.pch";
HEADER_SEARCH_PATHS = "\"$(BUILT_PRODUCTS_DIR)/../../Headers\"";
INFOPLIST_FILE = "BCBlurViewDemo/BCBlurViewDemo-Info.plist";
OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
OTHER_LDFLAGS = "-ObjC";
Expand Down

0 comments on commit 420f701

Please sign in to comment.