From 13407ca1ad2ebd4971044c2a5ebdb21f9c8387a4 Mon Sep 17 00:00:00 2001 From: Jesse Squires Date: Fri, 16 Oct 2015 23:07:53 -0700 Subject: [PATCH] fix proj settings --- JSQCoreDataKit/JSQCoreDataKit.xcodeproj/project.pbxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/JSQCoreDataKit/JSQCoreDataKit.xcodeproj/project.pbxproj b/JSQCoreDataKit/JSQCoreDataKit.xcodeproj/project.pbxproj index 9ff5f52e..052d2597 100644 --- a/JSQCoreDataKit/JSQCoreDataKit.xcodeproj/project.pbxproj +++ b/JSQCoreDataKit/JSQCoreDataKit.xcodeproj/project.pbxproj @@ -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; @@ -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;