Skip to content

Commit

Permalink
Change install path to make archiving easier
Browse files Browse the repository at this point in the history
  • Loading branch information
arunvelsriram committed May 7, 2019
1 parent dc856d3 commit c054996
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions save-my-ears.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_STYLE = Automatic;
INSTALL_PATH = /;
PRODUCT_NAME = "$(TARGET_NAME)-debug";
};
name = Debug;
Expand All @@ -260,6 +261,7 @@
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_STYLE = Automatic;
INSTALL_PATH = /;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;
Expand Down

0 comments on commit c054996

Please sign in to comment.