Skip to content

Commit

Permalink
fix proj settings
Browse files Browse the repository at this point in the history
  • Loading branch information
jessesquires authored and Jesse Squires committed Oct 17, 2015
1 parent cdc8924 commit 13407ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions JSQCoreDataKit/JSQCoreDataKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "";
DYLIB_INSTALL_NAME_BASE = "@rpath";
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
GCC_GENERATE_TEST_COVERAGE_FILES = NO;
GCC_TREAT_WARNINGS_AS_ERRORS = YES;
Expand All @@ -472,7 +472,7 @@
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "";
DYLIB_INSTALL_NAME_BASE = "@rpath";
ENABLE_TESTABILITY = NO;
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
GCC_GENERATE_TEST_COVERAGE_FILES = NO;
Expand Down

0 comments on commit 13407ca

Please sign in to comment.