Skip to content

Commit

Permalink
move extension runpath to @executable_path/../../Frameworks
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinzhow committed Jun 7, 2016
1 parent e9ed78b commit 320def9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Yep.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -5541,7 +5541,7 @@
HEADER_SEARCH_PATHS = "\"$(SDKROOT)/usr/include/libxml2\"";
INFOPLIST_FILE = YepShare/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../../Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "Catch-Inc.Yep.YepShare";
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
Expand All @@ -5563,7 +5563,7 @@
HEADER_SEARCH_PATHS = "\"$(SDKROOT)/usr/include/libxml2\"";
INFOPLIST_FILE = YepShare/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../../Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "Catch-Inc.Yep.YepShare";
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
Expand Down

0 comments on commit 320def9

Please sign in to comment.