Skip to content

Commit

Permalink
Enabled DEAD_CODE_STRIPPING (#1887)
Browse files Browse the repository at this point in the history
  • Loading branch information
NachoSoto authored Sep 6, 2022
1 parent e63782e commit e8495ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions RevenueCat.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2869,6 +2869,7 @@
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
CODE_SIGN_STYLE = Automatic;
DEAD_CODE_STRIPPING = YES;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = 8SXR2327BM;
DYLIB_COMPATIBILITY_VERSION = 1;
Expand Down Expand Up @@ -2908,6 +2909,7 @@
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Manual;
DEAD_CODE_STRIPPING = YES;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = "";
DYLIB_COMPATIBILITY_VERSION = 1;
Expand Down

0 comments on commit e8495ab

Please sign in to comment.