Skip to content

Commit e4c6c21

Browse files
committed
Update to Xcode 14.1 recommended project settings
1 parent 5c7609e commit e4c6c21

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

DemoApp/LayoutInspector.xcodeproj/project.pbxproj

+5-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
attributes = {
117117
BuildIndependentTargetsInParallel = 1;
118118
LastSwiftUpdateCheck = 1400;
119-
LastUpgradeCheck = 1400;
119+
LastUpgradeCheck = 1410;
120120
TargetAttributes = {
121121
5D2245EB28D8FDB400E84C7D = {
122122
CreatedOnToolsVersion = 14.0;
@@ -199,6 +199,7 @@
199199
CLANG_WARN_UNREACHABLE_CODE = YES;
200200
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
201201
COPY_PHASE_STRIP = NO;
202+
DEAD_CODE_STRIPPING = YES;
202203
DEBUG_INFORMATION_FORMAT = dwarf;
203204
ENABLE_STRICT_OBJC_MSGSEND = YES;
204205
ENABLE_TESTABILITY = YES;
@@ -257,6 +258,7 @@
257258
CLANG_WARN_UNREACHABLE_CODE = YES;
258259
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
259260
COPY_PHASE_STRIP = NO;
261+
DEAD_CODE_STRIPPING = YES;
260262
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
261263
ENABLE_NS_ASSERTIONS = NO;
262264
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -283,6 +285,7 @@
283285
CODE_SIGN_ENTITLEMENTS = LayoutInspector/LayoutInspector.entitlements;
284286
CODE_SIGN_STYLE = Automatic;
285287
CURRENT_PROJECT_VERSION = 1;
288+
DEAD_CODE_STRIPPING = YES;
286289
DEVELOPMENT_ASSET_PATHS = "\"LayoutInspector/Preview Content\"";
287290
DEVELOPMENT_TEAM = "";
288291
ENABLE_HARDENED_RUNTIME = YES;
@@ -321,6 +324,7 @@
321324
CODE_SIGN_ENTITLEMENTS = LayoutInspector/LayoutInspector.entitlements;
322325
CODE_SIGN_STYLE = Automatic;
323326
CURRENT_PROJECT_VERSION = 1;
327+
DEAD_CODE_STRIPPING = YES;
324328
DEVELOPMENT_ASSET_PATHS = "\"LayoutInspector/Preview Content\"";
325329
DEVELOPMENT_TEAM = "";
326330
ENABLE_HARDENED_RUNTIME = YES;

0 commit comments

Comments
 (0)