Skip to content

Commit

Permalink
Merge pull request #1484 from danielgindi/refix-project-settings
Browse files Browse the repository at this point in the history
Don't override project settings in targets
  • Loading branch information
pmairoldi authored Sep 19, 2016
2 parents 9330063 + a02bd3f commit 42a9877
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Charts.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1282,7 +1282,6 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.dcg.Charts;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
};
name = Debug;
Expand All @@ -1301,7 +1300,6 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.dcg.Charts;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
};
name = Release;
Expand Down

0 comments on commit 42a9877

Please sign in to comment.