Skip to content

Commit

Permalink
Merge pull request #76 from einarnot/fix_device_build
Browse files Browse the repository at this point in the history
Removed unnecessary Library_search_path
  • Loading branch information
henrinormak authored Sep 21, 2018
2 parents e14538d + c3ce0be commit 08c211e
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions Heimdall.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -644,10 +644,7 @@
INSTALL_PATH = "@executable_path/../Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
/usr/lib/system,
);
LIBRARY_SEARCH_PATHS = "$(inherited)";
PRODUCT_BUNDLE_IDENTIFIER = "com.hnormak.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = Heimdall;
SKIP_INSTALL = YES;
Expand All @@ -670,10 +667,7 @@
INSTALL_PATH = "@executable_path/../Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
/usr/lib/system,
);
LIBRARY_SEARCH_PATHS = "$(inherited)";
PRODUCT_BUNDLE_IDENTIFIER = "com.hnormak.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = Heimdall;
SKIP_INSTALL = YES;
Expand Down

0 comments on commit 08c211e

Please sign in to comment.