|
9 | 9 | /* Begin PBXBuildFile section */
|
10 | 10 | 8216BAB71B97775100A0D282 /* ComplexSpec.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8216BAB61B97775100A0D282 /* ComplexSpec.swift */; };
|
11 | 11 | 8216BAB81B97775100A0D282 /* ComplexSpec.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8216BAB61B97775100A0D282 /* ComplexSpec.swift */; };
|
12 |
| - 821B76CD1BC4449300AF97D6 /* FailureSpec.swift in Sources */ = {isa = PBXBuildFile; fileRef = 821B76CC1BC4449300AF97D6 /* FailureSpec.swift */; settings = {ASSET_TAGS = (); }; }; |
13 |
| - 821B76CE1BC4449300AF97D6 /* FailureSpec.swift in Sources */ = {isa = PBXBuildFile; fileRef = 821B76CC1BC4449300AF97D6 /* FailureSpec.swift */; settings = {ASSET_TAGS = (); }; }; |
| 12 | + 821B76CD1BC4449300AF97D6 /* FailureSpec.swift in Sources */ = {isa = PBXBuildFile; fileRef = 821B76CC1BC4449300AF97D6 /* FailureSpec.swift */; }; |
| 13 | + 821B76CE1BC4449300AF97D6 /* FailureSpec.swift in Sources */ = {isa = PBXBuildFile; fileRef = 821B76CC1BC4449300AF97D6 /* FailureSpec.swift */; }; |
14 | 14 | 827749F81B65ABCC00A7965F /* Witness.swift in Sources */ = {isa = PBXBuildFile; fileRef = 827749F71B65ABCC00A7965F /* Witness.swift */; };
|
15 | 15 | 827749F91B65ABCC00A7965F /* Witness.swift in Sources */ = {isa = PBXBuildFile; fileRef = 827749F71B65ABCC00A7965F /* Witness.swift */; };
|
| 16 | + 82A6679F1BFD299500EBCDFA /* ReplaySpec.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82A6679E1BFD299500EBCDFA /* ReplaySpec.swift */; }; |
| 17 | + 82A667A01BFD299500EBCDFA /* ReplaySpec.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82A6679E1BFD299500EBCDFA /* ReplaySpec.swift */; }; |
16 | 18 | 82DD8EEC1B4CC88C00B66551 /* Operators.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82DD8EEB1B4CC88C00B66551 /* Operators.swift */; };
|
17 | 19 | 82DD8EED1B4CC88C00B66551 /* Operators.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82DD8EEB1B4CC88C00B66551 /* Operators.swift */; };
|
18 | 20 | 841408BB1B1A85A900BA2B6C /* SwiftCheck.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 84DF75F81B0BD54600C912B0 /* SwiftCheck.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
|
|
98 | 100 | 8216BAB61B97775100A0D282 /* ComplexSpec.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ComplexSpec.swift; sourceTree = "<group>"; };
|
99 | 101 | 821B76CC1BC4449300AF97D6 /* FailureSpec.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FailureSpec.swift; sourceTree = "<group>"; };
|
100 | 102 | 827749F71B65ABCC00A7965F /* Witness.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Witness.swift; sourceTree = "<group>"; usesTabs = 1; };
|
| 103 | + 82A6679E1BFD299500EBCDFA /* ReplaySpec.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ReplaySpec.swift; sourceTree = "<group>"; }; |
101 | 104 | 82DD8EEB1B4CC88C00B66551 /* Operators.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Operators.swift; path = Carthage/Checkouts/Operadics/Operators.swift; sourceTree = SOURCE_ROOT; usesTabs = 1; };
|
102 | 105 | 842015101AF5C91C00F1F3CD /* Lattice.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Lattice.swift; sourceTree = "<group>"; usesTabs = 1; };
|
103 | 106 | 8445C4A91B16D37800280089 /* GenSpec.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GenSpec.swift; sourceTree = "<group>"; usesTabs = 1; };
|
|
224 | 227 | 8445C4A91B16D37800280089 /* GenSpec.swift */,
|
225 | 228 | 84EA2C381B2287200001FB3F /* PropertySpec.swift */,
|
226 | 229 | 8480AB2C1A7B0A9700C6162D /* ModifierSpec.swift */,
|
| 230 | + 82A6679E1BFD299500EBCDFA /* ReplaySpec.swift */, |
227 | 231 | 8445C4AC1B17E48300280089 /* ShrinkSpec.swift */,
|
228 | 232 | 844FCCC8198EFF9B00EB242A /* SimpleSpec.swift */,
|
229 | 233 | 8216BAB61B97775100A0D282 /* ComplexSpec.swift */,
|
|
448 | 452 | 8445C4A41B16897200280089 /* ModifierSpec.swift in Sources */,
|
449 | 453 | 821B76CD1BC4449300AF97D6 /* FailureSpec.swift in Sources */,
|
450 | 454 | 8445C4A51B16897200280089 /* BooleanIdentitySpec.swift in Sources */,
|
| 455 | + 82A6679F1BFD299500EBCDFA /* ReplaySpec.swift in Sources */, |
451 | 456 | 844FCCC9198EFF9B00EB242A /* SimpleSpec.swift in Sources */,
|
452 | 457 | );
|
453 | 458 | runOnlyForDeploymentPostprocessing = 0;
|
|
487 | 492 | 84DF761F1B0BD58900C912B0 /* DiscardSpec.swift in Sources */,
|
488 | 493 | 821B76CE1BC4449300AF97D6 /* FailureSpec.swift in Sources */,
|
489 | 494 | 84DF76201B0BD58900C912B0 /* ModifierSpec.swift in Sources */,
|
| 495 | + 82A667A01BFD299500EBCDFA /* ReplaySpec.swift in Sources */, |
490 | 496 | 84DF76211B0BD58900C912B0 /* BooleanIdentitySpec.swift in Sources */,
|
491 | 497 | );
|
492 | 498 | runOnlyForDeploymentPostprocessing = 0;
|
|
0 commit comments