Skip to content

Commit 761b2f0

Browse files
committed
Initial Commit
1 parent 902068d commit 761b2f0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Clou.xcodeproj/project.pbxproj

+4
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@
201201
CLANG_WARN_UNREACHABLE_CODE = YES;
202202
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
203203
COPY_PHASE_STRIP = NO;
204+
DEAD_CODE_STRIPPING = YES;
204205
DEBUG_INFORMATION_FORMAT = dwarf;
205206
ENABLE_STRICT_OBJC_MSGSEND = YES;
206207
ENABLE_TESTABILITY = YES;
@@ -264,6 +265,7 @@
264265
CLANG_WARN_UNREACHABLE_CODE = YES;
265266
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
266267
COPY_PHASE_STRIP = NO;
268+
DEAD_CODE_STRIPPING = YES;
267269
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
268270
ENABLE_NS_ASSERTIONS = NO;
269271
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -294,6 +296,7 @@
294296
CODE_SIGN_STYLE = Automatic;
295297
COMBINE_HIDPI_IMAGES = YES;
296298
CURRENT_PROJECT_VERSION = 1;
299+
DEAD_CODE_STRIPPING = YES;
297300
DEVELOPMENT_ASSET_PATHS = "\"Clou/Preview Content\"";
298301
DEVELOPMENT_TEAM = QR6L8PK5X3;
299302
ENABLE_HARDENED_RUNTIME = YES;
@@ -323,6 +326,7 @@
323326
CODE_SIGN_STYLE = Automatic;
324327
COMBINE_HIDPI_IMAGES = YES;
325328
CURRENT_PROJECT_VERSION = 1;
329+
DEAD_CODE_STRIPPING = YES;
326330
DEVELOPMENT_ASSET_PATHS = "\"Clou/Preview Content\"";
327331
DEVELOPMENT_TEAM = QR6L8PK5X3;
328332
ENABLE_HARDENED_RUNTIME = YES;

Clou.xcodeproj/xcuserdata/lukas.xcuserdatad/xcschemes/xcschememanagement.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<key>Clou.xcscheme_^#shared#^_</key>
88
<dict>
99
<key>orderHint</key>
10-
<integer>0</integer>
10+
<integer>1</integer>
1111
</dict>
1212
<key>SQLite (Playground) 1.xcscheme</key>
1313
<dict>

0 commit comments

Comments
 (0)