Skip to content

Commit

Permalink
Move Runpath changes to the project to affect all targets
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanj committed Jul 4, 2013
1 parent 3b0af68 commit 20f3885
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions GitX.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -788,8 +788,8 @@
isa = PBXGroup;
children = (
4A4EF0AF142CBAD5001B8CDF /* ObjectiveGit.framework */,
4A4EF0B3142CBAD5001B8CDF /* libObjectiveGit-iOS.a */,
4ADAA9C21602ADB8007A0E6F /* ObjectiveGitTests.octest */,
4A4EF0B3142CBAD5001B8CDF /* libObjectiveGit-iOS.a */,
);
name = Products;
sourceTree = "<group>";
Expand Down Expand Up @@ -1779,7 +1779,6 @@
INFOPLIST_FILE = Resources/Info.plist;
INFOPLIST_OTHER_PREPROCESSOR_FLAGS = "-traditional";
INSTALL_PATH = /Applications;
LD_RUNPATH_SEARCH_PATHS = "@loader_path/../Frameworks";
OTHER_CFLAGS = "-Werror=incompatible-pointer-types";
PRODUCT_NAME = GitX;
VERSIONING_SYSTEM = "apple-generic";
Expand All @@ -1799,7 +1798,6 @@
INFOPLIST_FILE = Resources/Info.plist;
INFOPLIST_OTHER_PREPROCESSOR_FLAGS = "-traditional";
INSTALL_PATH = /Applications;
LD_RUNPATH_SEARCH_PATHS = "@loader_path/../Frameworks";
OTHER_CFLAGS = "-Werror=incompatible-pointer-types";
PRODUCT_NAME = GitX;
STRIP_INSTALLED_PRODUCT = YES;
Expand All @@ -1821,6 +1819,7 @@
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
HEADER_SEARCH_PATHS = "\"$(PROJECT_DIR)/objective-git/libgit2/include\"";
LD_RUNPATH_SEARCH_PATHS = "@loader_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.7;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = macosx;
Expand All @@ -1839,6 +1838,7 @@
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
HEADER_SEARCH_PATHS = "\"$(PROJECT_DIR)/objective-git/libgit2/include\"";
LD_RUNPATH_SEARCH_PATHS = "@loader_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.7;
SDKROOT = macosx;
VALID_ARCHS = x86_64;
Expand Down

0 comments on commit 20f3885

Please sign in to comment.