Skip to content

Commit

Permalink
another settings change to get the headers working.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Ochs committed May 2, 2013
1 parent fe881ca commit 09485b1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions BCBlurView.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,9 @@
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "BCBlurView/BCBlurView-Prefix.pch";
OTHER_LDFLAGS = "-ObjC";
PRIVATE_HEADERS_FOLDER_PATH = ../../Headers/BCBlurView/Private;
PRODUCT_NAME = "$(TARGET_NAME)";
PUBLIC_HEADERS_FOLDER_PATH = ../../Headers/BCBlurView;
SKIP_INSTALL = YES;
};
name = Debug;
Expand All @@ -535,7 +537,9 @@
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "BCBlurView/BCBlurView-Prefix.pch";
OTHER_LDFLAGS = "-ObjC";
PRIVATE_HEADERS_FOLDER_PATH = ../../Headers/BCBlurView/Private;
PRODUCT_NAME = "$(TARGET_NAME)";
PUBLIC_HEADERS_FOLDER_PATH = ../../Headers/BCBlurView;
SKIP_INSTALL = YES;
};
name = Release;
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ To use BCBlurView you need to link the following frameworks:

## Install

Add the BCBlurView project to your project and set the header search path to the path that contains the BCBlurView project folder.
Add the BCBlurView project to your project.
Set the header search path to "$(BUILT_PRODUCTS_DIR)/../../Headers". (Including the quotes!)
Add BCBlurView as a target dependency and in the linker phase.
Make sure to set the -ObjC linker flag in your build settings.
See BCBlurViewDemo target for a reference, if you have problems, linking the library.
Expand Down

0 comments on commit 09485b1

Please sign in to comment.