Skip to content

Commit a6bf1ba

Browse files
authored
Merge pull request #30 from broomburgo/swift_4
Update to Swift 4
2 parents dbf82ee + 21d8024 commit a6bf1ba

File tree

13 files changed

+143
-57
lines changed

13 files changed

+143
-57
lines changed

Abstract.xcodeproj/project.pbxproj

Lines changed: 76 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,6 @@
9696
380A4B311F1BF83B002D70E0 /* SemiringTests.generated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 380A4B301F1BF83B002D70E0 /* SemiringTests.generated.swift */; };
9797
380A4B321F1BF83B002D70E0 /* SemiringTests.generated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 380A4B301F1BF83B002D70E0 /* SemiringTests.generated.swift */; };
9898
380A4B331F1BF83B002D70E0 /* SemiringTests.generated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 380A4B301F1BF83B002D70E0 /* SemiringTests.generated.swift */; };
99-
38273AD51F248569000AB0C8 /* CustomArbitraryTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38273AD41F248569000AB0C8 /* CustomArbitraryTypes.swift */; };
100-
38273AD61F248569000AB0C8 /* CustomArbitraryTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38273AD41F248569000AB0C8 /* CustomArbitraryTypes.swift */; };
101-
38273AD71F248569000AB0C8 /* CustomArbitraryTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38273AD41F248569000AB0C8 /* CustomArbitraryTypes.swift */; };
102-
38273AD91F2485FB000AB0C8 /* Arbitrary.generated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38273AD81F2485FB000AB0C8 /* Arbitrary.generated.swift */; };
103-
38273ADA1F2485FB000AB0C8 /* Arbitrary.generated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38273AD81F2485FB000AB0C8 /* Arbitrary.generated.swift */; };
104-
38273ADB1F2485FB000AB0C8 /* Arbitrary.generated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38273AD81F2485FB000AB0C8 /* Arbitrary.generated.swift */; };
10599
38A14E4F1F2A2D9C00A2900C /* Abstract.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0950FF011EFC5C7900513DF7 /* Abstract.framework */; };
106100
38A14E501F2A2DAB00A2900C /* SwiftCheck.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 0951F2421F09690200EA362C /* SwiftCheck.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
107101
38A14E521F2A2DC300A2900C /* SwiftCheck.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 0951F2441F09690200EA362C /* SwiftCheck.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
@@ -177,11 +171,11 @@
177171
380A4B241F1BF5AC002D70E0 /* CommutativeMonoidTests.generated.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CommutativeMonoidTests.generated.swift; sourceTree = "<group>"; };
178172
380A4B291F1BF66B002D70E0 /* BoundedSemilatticeTests.generated.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BoundedSemilatticeTests.generated.swift; sourceTree = "<group>"; };
179173
380A4B301F1BF83B002D70E0 /* SemiringTests.generated.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SemiringTests.generated.swift; sourceTree = "<group>"; };
180-
38273AD41F248569000AB0C8 /* CustomArbitraryTypes.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CustomArbitraryTypes.swift; sourceTree = "<group>"; };
181-
38273AD81F2485FB000AB0C8 /* Arbitrary.generated.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Arbitrary.generated.swift; sourceTree = "<group>"; };
182174
3853BF9D1EF11D7400791099 /* Wrapper.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Wrapper.swift; sourceTree = "<group>"; };
183175
3853BF9F1EF1294400791099 /* Semiring.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Semiring.swift; sourceTree = "<group>"; };
184176
38757E101F4D85AB0059AD71 /* Templates */ = {isa = PBXFileReference; lastKnownFileType = folder; path = Templates; sourceTree = "<group>"; };
177+
387A1DBF1F7909A000928A8C /* Arbitrary.generated.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Arbitrary.generated.swift; sourceTree = "<group>"; };
178+
387A1DC01F7909A000928A8C /* CustomArbitraryTypes.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CustomArbitraryTypes.swift; sourceTree = "<group>"; };
185179
38943A681EEC25AE00F587AD /* HomomorphismTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HomomorphismTests.swift; sourceTree = "<group>"; };
186180
38943A761EEC31DA00F587AD /* Adapters.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Adapters.swift; sourceTree = "<group>"; };
187181
38943A781EEC4EFF00F587AD /* Monoid.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Monoid.swift; sourceTree = "<group>"; };
@@ -280,11 +274,11 @@
280274
path = Abstract;
281275
sourceTree = "<group>";
282276
};
283-
38273AD31F248569000AB0C8 /* Utility */ = {
277+
387A1DBE1F7909A000928A8C /* Utility */ = {
284278
isa = PBXGroup;
285279
children = (
286-
38273AD81F2485FB000AB0C8 /* Arbitrary.generated.swift */,
287-
38273AD41F248569000AB0C8 /* CustomArbitraryTypes.swift */,
280+
387A1DBF1F7909A000928A8C /* Arbitrary.generated.swift */,
281+
387A1DC01F7909A000928A8C /* CustomArbitraryTypes.swift */,
288282
);
289283
path = Utility;
290284
sourceTree = "<group>";
@@ -339,14 +333,14 @@
339333
children = (
340334
38D737C11EE9A711000BAF0C /* LinuxMain.swift */,
341335
38D737BF1EE9A711000BAF0C /* AbstractTests */,
342-
38273AD31F248569000AB0C8 /* Utility */,
343336
);
344337
path = Tests;
345338
sourceTree = "<group>";
346339
};
347340
38D737BF1EE9A711000BAF0C /* AbstractTests */ = {
348341
isa = PBXGroup;
349342
children = (
343+
387A1DBE1F7909A000928A8C /* Utility */,
350344
380A4B291F1BF66B002D70E0 /* BoundedSemilatticeTests.generated.swift */,
351345
380A4B241F1BF5AC002D70E0 /* CommutativeMonoidTests.generated.swift */,
352346
38943A681EEC25AE00F587AD /* HomomorphismTests.swift */,
@@ -540,29 +534,36 @@
540534
isa = PBXProject;
541535
attributes = {
542536
LastSwiftUpdateCheck = 0900;
543-
LastUpgradeCheck = 0830;
537+
LastUpgradeCheck = 0900;
544538
ORGANIZATIONNAME = TypeLift;
545539
TargetAttributes = {
546540
0950FEEB1EFC5C7900513DF7 = {
547541
DevelopmentTeam = Y4U5GF9JQQ;
542+
LastSwiftMigration = 0900;
548543
};
549544
0950FF031EFC5C8100513DF7 = {
550545
DevelopmentTeam = 5MTJLVM7R2;
546+
LastSwiftMigration = 0900;
551547
};
552548
0950FF191F09480A00513DF7 = {
553549
CreatedOnToolsVersion = 9.0;
550+
LastSwiftMigration = 0900;
554551
};
555552
0950FF211F09480A00513DF7 = {
556553
CreatedOnToolsVersion = 9.0;
554+
LastSwiftMigration = 0900;
557555
};
558556
0950FF451F094A0100513DF7 = {
559557
CreatedOnToolsVersion = 9.0;
558+
LastSwiftMigration = 0900;
560559
};
561560
0950FF601F094A6600513DF7 = {
562561
CreatedOnToolsVersion = 9.0;
562+
LastSwiftMigration = 0900;
563563
};
564564
0950FF681F094A6600513DF7 = {
565565
CreatedOnToolsVersion = 9.0;
566+
LastSwiftMigration = 0900;
566567
};
567568
};
568569
};
@@ -670,8 +671,6 @@
670671
isa = PBXSourcesBuildPhase;
671672
buildActionMask = 2147483647;
672673
files = (
673-
38273AD61F248569000AB0C8 /* CustomArbitraryTypes.swift in Sources */,
674-
38273ADA1F2485FB000AB0C8 /* Arbitrary.generated.swift in Sources */,
675674
380A4B321F1BF83B002D70E0 /* SemiringTests.generated.swift in Sources */,
676675
380A4B211F1BE383002D70E0 /* MonoidTests.generated.swift in Sources */,
677676
380A4B1B1F1B775F002D70E0 /* WrapperTests.generated.swift in Sources */,
@@ -709,8 +708,6 @@
709708
isa = PBXSourcesBuildPhase;
710709
buildActionMask = 2147483647;
711710
files = (
712-
38273AD71F248569000AB0C8 /* CustomArbitraryTypes.swift in Sources */,
713-
38273ADB1F2485FB000AB0C8 /* Arbitrary.generated.swift in Sources */,
714711
380A4B331F1BF83B002D70E0 /* SemiringTests.generated.swift in Sources */,
715712
380A4B221F1BE383002D70E0 /* MonoidTests.generated.swift in Sources */,
716713
380A4B1C1F1B775F002D70E0 /* WrapperTests.generated.swift in Sources */,
@@ -770,8 +767,6 @@
770767
isa = PBXSourcesBuildPhase;
771768
buildActionMask = 2147483647;
772769
files = (
773-
38273AD51F248569000AB0C8 /* CustomArbitraryTypes.swift in Sources */,
774-
38273AD91F2485FB000AB0C8 /* Arbitrary.generated.swift in Sources */,
775770
380A4B311F1BF83B002D70E0 /* SemiringTests.generated.swift in Sources */,
776771
380A4B201F1BE383002D70E0 /* MonoidTests.generated.swift in Sources */,
777772
380A4B1A1F1B775F002D70E0 /* WrapperTests.generated.swift in Sources */,
@@ -860,7 +855,7 @@
860855
SKIP_INSTALL = YES;
861856
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
862857
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
863-
SWIFT_VERSION = 3.0;
858+
SWIFT_VERSION = 4.0;
864859
TARGETED_DEVICE_FAMILY = "1,2";
865860
VERSIONING_SYSTEM = "apple-generic";
866861
VERSION_INFO_PREFIX = "";
@@ -920,7 +915,7 @@
920915
SDKROOT = iphoneos;
921916
SKIP_INSTALL = YES;
922917
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
923-
SWIFT_VERSION = 3.0;
918+
SWIFT_VERSION = 4.0;
924919
TARGETED_DEVICE_FAMILY = "1,2";
925920
VALIDATE_PRODUCT = YES;
926921
VERSIONING_SYSTEM = "apple-generic";
@@ -984,7 +979,7 @@
984979
SDKROOT = iphoneos;
985980
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
986981
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
987-
SWIFT_VERSION = 3.0;
982+
SWIFT_VERSION = 4.0;
988983
};
989984
name = Debug;
990985
};
@@ -1036,7 +1031,7 @@
10361031
PRODUCT_NAME = "$(TARGET_NAME)";
10371032
SDKROOT = iphoneos;
10381033
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
1039-
SWIFT_VERSION = 3.0;
1034+
SWIFT_VERSION = 4.0;
10401035
VALIDATE_PRODUCT = YES;
10411036
};
10421037
name = Release;
@@ -1110,7 +1105,7 @@
11101105
SKIP_INSTALL = YES;
11111106
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
11121107
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
1113-
SWIFT_VERSION = 3.0;
1108+
SWIFT_VERSION = 4.0;
11141109
TARGETED_DEVICE_FAMILY = 3;
11151110
VERSIONING_SYSTEM = "apple-generic";
11161111
VERSION_INFO_PREFIX = "";
@@ -1178,7 +1173,7 @@
11781173
SDKROOT = appletvos;
11791174
SKIP_INSTALL = YES;
11801175
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
1181-
SWIFT_VERSION = 3.0;
1176+
SWIFT_VERSION = 4.0;
11821177
TARGETED_DEVICE_FAMILY = 3;
11831178
VALIDATE_PRODUCT = YES;
11841179
VERSIONING_SYSTEM = "apple-generic";
@@ -1245,7 +1240,7 @@
12451240
SDKROOT = appletvos;
12461241
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
12471242
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
1248-
SWIFT_VERSION = 3.0;
1243+
SWIFT_VERSION = 4.0;
12491244
TARGETED_DEVICE_FAMILY = 3;
12501245
};
12511246
name = Debug;
@@ -1301,7 +1296,7 @@
13011296
PRODUCT_NAME = "$(TARGET_NAME)";
13021297
SDKROOT = appletvos;
13031298
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
1304-
SWIFT_VERSION = 3.0;
1299+
SWIFT_VERSION = 4.0;
13051300
TARGETED_DEVICE_FAMILY = 3;
13061301
VALIDATE_PRODUCT = YES;
13071302
};
@@ -1376,7 +1371,7 @@
13761371
SKIP_INSTALL = YES;
13771372
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
13781373
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
1379-
SWIFT_VERSION = 3.0;
1374+
SWIFT_VERSION = 4.0;
13801375
TARGETED_DEVICE_FAMILY = 4;
13811376
VERSIONING_SYSTEM = "apple-generic";
13821377
VERSION_INFO_PREFIX = "";
@@ -1444,7 +1439,7 @@
14441439
SDKROOT = watchos;
14451440
SKIP_INSTALL = YES;
14461441
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
1447-
SWIFT_VERSION = 3.0;
1442+
SWIFT_VERSION = 4.0;
14481443
TARGETED_DEVICE_FAMILY = 4;
14491444
VALIDATE_PRODUCT = YES;
14501445
VERSIONING_SYSTEM = "apple-generic";
@@ -1522,7 +1517,7 @@
15221517
SKIP_INSTALL = YES;
15231518
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
15241519
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
1525-
SWIFT_VERSION = 3.0;
1520+
SWIFT_VERSION = 4.0;
15261521
VERSIONING_SYSTEM = "apple-generic";
15271522
VERSION_INFO_PREFIX = "";
15281523
};
@@ -1590,7 +1585,7 @@
15901585
SDKROOT = macosx;
15911586
SKIP_INSTALL = YES;
15921587
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
1593-
SWIFT_VERSION = 3.0;
1588+
SWIFT_VERSION = 4.0;
15941589
VERSIONING_SYSTEM = "apple-generic";
15951590
VERSION_INFO_PREFIX = "";
15961591
};
@@ -1657,7 +1652,7 @@
16571652
SDKROOT = macosx;
16581653
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
16591654
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
1660-
SWIFT_VERSION = 3.0;
1655+
SWIFT_VERSION = 4.0;
16611656
};
16621657
name = Debug;
16631658
};
@@ -1714,15 +1709,40 @@
17141709
PRODUCT_NAME = "$(TARGET_NAME)";
17151710
SDKROOT = macosx;
17161711
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
1717-
SWIFT_VERSION = 3.0;
1712+
SWIFT_VERSION = 4.0;
17181713
};
17191714
name = Release;
17201715
};
17211716
38D737B91EE9A6BA000BAF0C /* Debug */ = {
17221717
isa = XCBuildConfiguration;
17231718
buildSettings = {
1719+
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
1720+
CLANG_WARN_BOOL_CONVERSION = YES;
1721+
CLANG_WARN_COMMA = YES;
1722+
CLANG_WARN_CONSTANT_CONVERSION = YES;
1723+
CLANG_WARN_EMPTY_BODY = YES;
1724+
CLANG_WARN_ENUM_CONVERSION = YES;
1725+
CLANG_WARN_INFINITE_RECURSION = YES;
1726+
CLANG_WARN_INT_CONVERSION = YES;
1727+
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
1728+
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
1729+
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
1730+
CLANG_WARN_STRICT_PROTOTYPES = YES;
1731+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
1732+
CLANG_WARN_UNREACHABLE_CODE = YES;
1733+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
1734+
ENABLE_STRICT_OBJC_MSGSEND = YES;
1735+
ENABLE_TESTABILITY = YES;
1736+
GCC_NO_COMMON_BLOCKS = YES;
1737+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
1738+
GCC_WARN_ABOUT_RETURN_TYPE = YES;
1739+
GCC_WARN_UNDECLARED_SELECTOR = YES;
1740+
GCC_WARN_UNINITIALIZED_AUTOS = YES;
1741+
GCC_WARN_UNUSED_FUNCTION = YES;
1742+
GCC_WARN_UNUSED_VARIABLE = YES;
17241743
IPHONEOS_DEPLOYMENT_TARGET = 8.3;
17251744
MACOSX_DEPLOYMENT_TARGET = 10.10;
1745+
ONLY_ACTIVE_ARCH = YES;
17261746
TVOS_DEPLOYMENT_TARGET = 9.0;
17271747
WATCHOS_DEPLOYMENT_TARGET = 2.0;
17281748
};
@@ -1731,6 +1751,29 @@
17311751
38D737BA1EE9A6BA000BAF0C /* Release */ = {
17321752
isa = XCBuildConfiguration;
17331753
buildSettings = {
1754+
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
1755+
CLANG_WARN_BOOL_CONVERSION = YES;
1756+
CLANG_WARN_COMMA = YES;
1757+
CLANG_WARN_CONSTANT_CONVERSION = YES;
1758+
CLANG_WARN_EMPTY_BODY = YES;
1759+
CLANG_WARN_ENUM_CONVERSION = YES;
1760+
CLANG_WARN_INFINITE_RECURSION = YES;
1761+
CLANG_WARN_INT_CONVERSION = YES;
1762+
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
1763+
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
1764+
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
1765+
CLANG_WARN_STRICT_PROTOTYPES = YES;
1766+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
1767+
CLANG_WARN_UNREACHABLE_CODE = YES;
1768+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
1769+
ENABLE_STRICT_OBJC_MSGSEND = YES;
1770+
GCC_NO_COMMON_BLOCKS = YES;
1771+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
1772+
GCC_WARN_ABOUT_RETURN_TYPE = YES;
1773+
GCC_WARN_UNDECLARED_SELECTOR = YES;
1774+
GCC_WARN_UNINITIALIZED_AUTOS = YES;
1775+
GCC_WARN_UNUSED_FUNCTION = YES;
1776+
GCC_WARN_UNUSED_VARIABLE = YES;
17341777
IPHONEOS_DEPLOYMENT_TARGET = 8.3;
17351778
MACOSX_DEPLOYMENT_TARGET = 10.10;
17361779
TVOS_DEPLOYMENT_TARGET = 9.0;

Abstract.xcodeproj/xcshareddata/xcschemes/Abstract-iOS.xcscheme

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0830"
3+
LastUpgradeVersion = "0900"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -26,6 +26,7 @@
2626
buildConfiguration = "Debug"
2727
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
2828
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29+
language = ""
2930
shouldUseLaunchSchemeArgsEnv = "YES"
3031
codeCoverageEnabled = "YES">
3132
<Testables>
@@ -56,6 +57,7 @@
5657
buildConfiguration = "Debug"
5758
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
5859
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
60+
language = ""
5961
launchStyle = "0"
6062
useCustomWorkingDirectory = "NO"
6163
ignoresPersistentStateOnLaunch = "NO"

Abstract.xcodeproj/xcshareddata/xcschemes/Abstract-tvOS.xcscheme

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0830"
3+
LastUpgradeVersion = "0900"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -26,6 +26,7 @@
2626
buildConfiguration = "Debug"
2727
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
2828
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29+
language = ""
2930
shouldUseLaunchSchemeArgsEnv = "YES"
3031
codeCoverageEnabled = "YES">
3132
<Testables>
@@ -56,6 +57,7 @@
5657
buildConfiguration = "Debug"
5758
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
5859
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
60+
language = ""
5961
launchStyle = "0"
6062
useCustomWorkingDirectory = "NO"
6163
ignoresPersistentStateOnLaunch = "NO"

Abstract.xcodeproj/xcshareddata/xcschemes/Abstract-watchOS.xcscheme

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0830"
3+
LastUpgradeVersion = "0900"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -26,6 +26,7 @@
2626
buildConfiguration = "Debug"
2727
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
2828
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29+
language = ""
2930
shouldUseLaunchSchemeArgsEnv = "YES"
3031
codeCoverageEnabled = "YES">
3132
<Testables>
@@ -37,6 +38,7 @@
3738
buildConfiguration = "Debug"
3839
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
3940
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
41+
language = ""
4042
launchStyle = "0"
4143
useCustomWorkingDirectory = "NO"
4244
ignoresPersistentStateOnLaunch = "NO"

0 commit comments

Comments
 (0)