Skip to content

Commit a3ac298

Browse files
committed
Xcode 12 project changes
Let him do as he pleases.
1 parent f759204 commit a3ac298

File tree

6 files changed

+15
-4
lines changed

6 files changed

+15
-4
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,5 @@ fastlane/test_output
7171
.DS_Store
7272
Package.resolved
7373
.docker.build
74+
.swiftpm
7475

DirectToSwiftUI.xcodeproj/project.pbxproj

+4-1
Original file line numberDiff line numberDiff line change
@@ -945,7 +945,7 @@
945945
E8F4DF332332510C0077B171 /* Project object */ = {
946946
isa = PBXProject;
947947
attributes = {
948-
LastUpgradeCheck = 1100;
948+
LastUpgradeCheck = 1200;
949949
ORGANIZATIONNAME = "ZeeZide GmbH";
950950
TargetAttributes = {
951951
E8F4DF3A2332510C0077B171 = {
@@ -1346,6 +1346,7 @@
13461346
buildSettings = {
13471347
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
13481348
CLANG_CXX_LIBRARY = "libc++";
1349+
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
13491350
COPY_PHASE_STRIP = NO;
13501351
ENABLE_TESTABILITY = YES;
13511352
GCC_DYNAMIC_NO_PIC = NO;
@@ -1366,10 +1367,12 @@
13661367
buildSettings = {
13671368
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
13681369
CLANG_CXX_LIBRARY = "libc++";
1370+
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
13691371
COPY_PHASE_STRIP = NO;
13701372
ENABLE_NS_ASSERTIONS = NO;
13711373
MTL_ENABLE_DEBUG_INFO = NO;
13721374
SDKROOT = "";
1375+
SWIFT_COMPILATION_MODE = wholemodule;
13731376
};
13741377
name = Release;
13751378
};

DirectToSwiftUI.xcodeproj/project.xcworkspace/contents.xcworkspacedata

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

DirectToSwiftUI.xcodeproj/xcshareddata/xcschemes/DirectToSwiftUI-Mac.xcscheme

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1100"
3+
LastUpgradeVersion = "1200"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

DirectToSwiftUI.xcodeproj/xcshareddata/xcschemes/DirectToSwiftUI-Mobile.xcscheme

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1100"
3+
LastUpgradeVersion = "1200"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

DirectToSwiftUI.xcodeproj/xcshareddata/xcschemes/DirectToSwiftUI-Watch.xcscheme

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1100"
3+
LastUpgradeVersion = "1200"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

0 commit comments

Comments
 (0)