|
62 | 62 | 1F1B5AD51963E13900CA8BF9 /* BeAKindOfTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F1B5AD31963E13900CA8BF9 /* BeAKindOfTest.swift */; }; |
63 | 63 | 1F299EAB19627B2D002641AF /* BeEmptyTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F299EAA19627B2D002641AF /* BeEmptyTest.swift */; }; |
64 | 64 | 1F299EAC19627B2D002641AF /* BeEmptyTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F299EAA19627B2D002641AF /* BeEmptyTest.swift */; }; |
65 | | - 1F43728A1A1B343800EB80F8 /* Functional.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1FD8CD251968AB07008ED995 /* Functional.swift */; }; |
66 | | - 1F43728B1A1B343900EB80F8 /* Functional.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1FD8CD251968AB07008ED995 /* Functional.swift */; }; |
67 | 65 | 1F43728C1A1B343C00EB80F8 /* SourceLocation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1FD8CD271968AB07008ED995 /* SourceLocation.swift */; }; |
68 | 66 | 1F43728D1A1B343D00EB80F8 /* SourceLocation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1FD8CD271968AB07008ED995 /* SourceLocation.swift */; }; |
69 | 67 | 1F43728E1A1B343F00EB80F8 /* Stringers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1FD8CD281968AB07008ED995 /* Stringers.swift */; }; |
|
142 | 140 | 1F5DF1871BDCA0F500C3A531 /* Match.swift in Sources */ = {isa = PBXBuildFile; fileRef = DDB4D5EC19FE43C200E9D9FE /* Match.swift */; }; |
143 | 141 | 1F5DF1891BDCA0F500C3A531 /* RaisesException.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1FD8CD1E1968AB07008ED995 /* RaisesException.swift */; }; |
144 | 142 | 1F5DF18A1BDCA0F500C3A531 /* ThrowError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 29EA59651B551EE6002D767E /* ThrowError.swift */; }; |
145 | | - 1F5DF18B1BDCA0F500C3A531 /* Functional.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1FD8CD251968AB07008ED995 /* Functional.swift */; }; |
146 | 143 | 1F5DF18C1BDCA0F500C3A531 /* Await.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1FD8CD261968AB07008ED995 /* Await.swift */; }; |
147 | 144 | 1F5DF18D1BDCA0F500C3A531 /* SourceLocation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1FD8CD271968AB07008ED995 /* SourceLocation.swift */; }; |
148 | 145 | 1F5DF18E1BDCA0F500C3A531 /* Stringers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1FD8CD281968AB07008ED995 /* Stringers.swift */; }; |
|
588 | 585 | 1FD8CD1C1968AB07008ED995 /* Equal.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = Equal.swift; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; }; |
589 | 586 | 1FD8CD1D1968AB07008ED995 /* MatcherProtocols.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MatcherProtocols.swift; sourceTree = "<group>"; }; |
590 | 587 | 1FD8CD1E1968AB07008ED995 /* RaisesException.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = RaisesException.swift; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; }; |
591 | | - 1FD8CD251968AB07008ED995 /* Functional.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Functional.swift; sourceTree = "<group>"; }; |
592 | 588 | 1FD8CD261968AB07008ED995 /* Await.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Await.swift; sourceTree = "<group>"; }; |
593 | 589 | 1FD8CD271968AB07008ED995 /* SourceLocation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SourceLocation.swift; sourceTree = "<group>"; }; |
594 | 590 | 1FD8CD281968AB07008ED995 /* Stringers.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Stringers.swift; sourceTree = "<group>"; }; |
|
893 | 889 | 1FD8CD241968AB07008ED995 /* Utils */ = { |
894 | 890 | isa = PBXGroup; |
895 | 891 | children = ( |
896 | | - 1FD8CD251968AB07008ED995 /* Functional.swift */, |
897 | 892 | 1FD8CD261968AB07008ED995 /* Await.swift */, |
898 | 893 | 1FD8CD271968AB07008ED995 /* SourceLocation.swift */, |
899 | 894 | 1FD8CD281968AB07008ED995 /* Stringers.swift */, |
|
1335 | 1330 | 1F43728D1A1B343D00EB80F8 /* SourceLocation.swift in Sources */, |
1336 | 1331 | 1FD8CD4E1968AB07008ED995 /* BeLessThanOrEqual.swift in Sources */, |
1337 | 1332 | 1FDBD8671AF8A4FF0089F27B /* AssertionDispatcher.swift in Sources */, |
1338 | | - 1F43728A1A1B343800EB80F8 /* Functional.swift in Sources */, |
1339 | 1333 | AE4BA9AD1C88DDB500B73906 /* Errors.swift in Sources */, |
1340 | 1334 | 1FD8CD3C1968AB07008ED995 /* BeAnInstanceOf.swift in Sources */, |
1341 | 1335 | 7A6AB2C51E7F628900A2F694 /* ToSucceed.swift in Sources */, |
|
1523 | 1517 | 1F5DF1721BDCA0F500C3A531 /* Expectation.swift in Sources */, |
1524 | 1518 | 7B5358C01C38479700A23FAA /* SatisfyAnyOf.swift in Sources */, |
1525 | 1519 | 7B13BA0C1DD361D300C9098C /* ContainElementSatisfying.swift in Sources */, |
1526 | | - 1F5DF18B1BDCA0F500C3A531 /* Functional.swift in Sources */, |
1527 | 1520 | 1F5DF1871BDCA0F500C3A531 /* Match.swift in Sources */, |
1528 | 1521 | ); |
1529 | 1522 | runOnlyForDeploymentPostprocessing = 0; |
|
1615 | 1608 | 1FD8CD4F1968AB07008ED995 /* BeLessThanOrEqual.swift in Sources */, |
1616 | 1609 | 1F1871E71CA8A18400A34BF2 /* Async.swift in Sources */, |
1617 | 1610 | 1FDBD8681AF8A4FF0089F27B /* AssertionDispatcher.swift in Sources */, |
1618 | | - 1F43728B1A1B343900EB80F8 /* Functional.swift in Sources */, |
1619 | 1611 | AE4BA9AE1C88DDB500B73906 /* Errors.swift in Sources */, |
1620 | 1612 | 1FD8CD3D1968AB07008ED995 /* BeAnInstanceOf.swift in Sources */, |
1621 | 1613 | 1FD8CD511968AB07008ED995 /* BeLogical.swift in Sources */, |
|
1853 | 1845 | SDKROOT = macosx; |
1854 | 1846 | SWIFT_OPTIMIZATION_LEVEL = "-Onone"; |
1855 | 1847 | SWIFT_SWIFT3_OBJC_INFERENCE = Off; |
1856 | | - SWIFT_VERSION = 4.2; |
| 1848 | + SWIFT_VERSION = 5.0; |
1857 | 1849 | VERSIONING_SYSTEM = "apple-generic"; |
1858 | 1850 | VERSION_INFO_PREFIX = ""; |
1859 | 1851 | }; |
|
1910 | 1902 | SDKROOT = macosx; |
1911 | 1903 | SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; |
1912 | 1904 | SWIFT_SWIFT3_OBJC_INFERENCE = Off; |
1913 | | - SWIFT_VERSION = 4.2; |
| 1905 | + SWIFT_VERSION = 5.0; |
1914 | 1906 | VALIDATE_PRODUCT = YES; |
1915 | 1907 | VERSIONING_SYSTEM = "apple-generic"; |
1916 | 1908 | VERSION_INFO_PREFIX = ""; |
|
0 commit comments