Skip to content

Commit

Permalink
Merge pull request #55 from winebarrel/enable_DEAD_CODE_STRIPPING
Browse files Browse the repository at this point in the history
chore: Enable DEAD_CODE_STRIPPING
  • Loading branch information
winebarrel authored Nov 3, 2024
2 parents 9ae9dcc + a41ae1d commit cc42979
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion PagerCall.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
attributes = {
BuildIndependentTargetsInParallel = 1;
LastSwiftUpdateCheck = 1600;
LastUpgradeCheck = 1600;
LastUpgradeCheck = 1610;
TargetAttributes = {
AD143A842CAAE0C900D0BEBA = {
CreatedOnToolsVersion = 16.0;
Expand Down Expand Up @@ -199,6 +199,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
DEAD_CODE_STRIPPING = YES;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
Expand Down Expand Up @@ -262,6 +263,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
DEAD_CODE_STRIPPING = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand Down Expand Up @@ -292,6 +294,7 @@
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 2;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_ASSET_PATHS = "";
DEVELOPMENT_TEAM = 97A8B2WE2P;
ENABLE_HARDENED_RUNTIME = YES;
Expand Down Expand Up @@ -322,6 +325,7 @@
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 2;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_ASSET_PATHS = "";
DEVELOPMENT_TEAM = 97A8B2WE2P;
ENABLE_HARDENED_RUNTIME = YES;
Expand Down

0 comments on commit cc42979

Please sign in to comment.