Skip to content

Commit

Permalink
Added Framework Search Paths to ExampleModel project (jessesquires#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Ackerman committed Oct 25, 2016
1 parent d316912 commit 0f18a23
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Example/ExampleModel/ExampleModel.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,7 @@
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../../../../Build/iOS";
GCC_GENERATE_TEST_COVERAGE_FILES = NO;
INFOPLIST_FILE = ExampleModel/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
Expand All @@ -370,6 +371,7 @@
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../../../../Build/iOS";
INFOPLIST_FILE = ExampleModel/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
Expand All @@ -390,6 +392,7 @@
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../../../../Build/Mac";
FRAMEWORK_VERSION = A;
INFOPLIST_FILE = "$(SRCROOT)/ExampleModel/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
Expand All @@ -413,6 +416,7 @@
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../../../../Build/Mac";
FRAMEWORK_VERSION = A;
INFOPLIST_FILE = "$(SRCROOT)/ExampleModel/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
Expand Down

0 comments on commit 0f18a23

Please # to comment.