Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
loutskiy authored and loutskiy committed Aug 23, 2018
1 parent fcf7803 commit 611d3d0
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions Installer.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -461,10 +461,7 @@
COMBINE_HIDPI_IMAGES = YES;
DEVELOPMENT_TEAM = 8YBKQD6YZD;
INFOPLIST_FILE = Installer/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
);
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = ru.mikhaillutskii.Installer;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -486,10 +483,7 @@
COMBINE_HIDPI_IMAGES = YES;
DEVELOPMENT_TEAM = 8YBKQD6YZD;
INFOPLIST_FILE = Installer/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
);
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = ru.mikhaillutskii.Installer;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down

0 comments on commit 611d3d0

Please sign in to comment.