Skip to content

Commit b5e19bd

Browse files
committed
Upgrade project
1 parent d9a4e0e commit b5e19bd

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

SwiftCheck.xcodeproj/project.pbxproj

+8-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,12 @@
99
/* Begin PBXBuildFile section */
1010
8216BAB71B97775100A0D282 /* ComplexSpec.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8216BAB61B97775100A0D282 /* ComplexSpec.swift */; };
1111
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 */; };
1414
827749F81B65ABCC00A7965F /* Witness.swift in Sources */ = {isa = PBXBuildFile; fileRef = 827749F71B65ABCC00A7965F /* Witness.swift */; };
1515
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 */; };
1618
82DD8EEC1B4CC88C00B66551 /* Operators.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82DD8EEB1B4CC88C00B66551 /* Operators.swift */; };
1719
82DD8EED1B4CC88C00B66551 /* Operators.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82DD8EEB1B4CC88C00B66551 /* Operators.swift */; };
1820
841408BB1B1A85A900BA2B6C /* SwiftCheck.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 84DF75F81B0BD54600C912B0 /* SwiftCheck.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
@@ -98,6 +100,7 @@
98100
8216BAB61B97775100A0D282 /* ComplexSpec.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ComplexSpec.swift; sourceTree = "<group>"; };
99101
821B76CC1BC4449300AF97D6 /* FailureSpec.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FailureSpec.swift; sourceTree = "<group>"; };
100102
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>"; };
101104
82DD8EEB1B4CC88C00B66551 /* Operators.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Operators.swift; path = Carthage/Checkouts/Operadics/Operators.swift; sourceTree = SOURCE_ROOT; usesTabs = 1; };
102105
842015101AF5C91C00F1F3CD /* Lattice.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Lattice.swift; sourceTree = "<group>"; usesTabs = 1; };
103106
8445C4A91B16D37800280089 /* GenSpec.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GenSpec.swift; sourceTree = "<group>"; usesTabs = 1; };
@@ -224,6 +227,7 @@
224227
8445C4A91B16D37800280089 /* GenSpec.swift */,
225228
84EA2C381B2287200001FB3F /* PropertySpec.swift */,
226229
8480AB2C1A7B0A9700C6162D /* ModifierSpec.swift */,
230+
82A6679E1BFD299500EBCDFA /* ReplaySpec.swift */,
227231
8445C4AC1B17E48300280089 /* ShrinkSpec.swift */,
228232
844FCCC8198EFF9B00EB242A /* SimpleSpec.swift */,
229233
8216BAB61B97775100A0D282 /* ComplexSpec.swift */,
@@ -448,6 +452,7 @@
448452
8445C4A41B16897200280089 /* ModifierSpec.swift in Sources */,
449453
821B76CD1BC4449300AF97D6 /* FailureSpec.swift in Sources */,
450454
8445C4A51B16897200280089 /* BooleanIdentitySpec.swift in Sources */,
455+
82A6679F1BFD299500EBCDFA /* ReplaySpec.swift in Sources */,
451456
844FCCC9198EFF9B00EB242A /* SimpleSpec.swift in Sources */,
452457
);
453458
runOnlyForDeploymentPostprocessing = 0;
@@ -487,6 +492,7 @@
487492
84DF761F1B0BD58900C912B0 /* DiscardSpec.swift in Sources */,
488493
821B76CE1BC4449300AF97D6 /* FailureSpec.swift in Sources */,
489494
84DF76201B0BD58900C912B0 /* ModifierSpec.swift in Sources */,
495+
82A667A01BFD299500EBCDFA /* ReplaySpec.swift in Sources */,
490496
84DF76211B0BD58900C912B0 /* BooleanIdentitySpec.swift in Sources */,
491497
);
492498
runOnlyForDeploymentPostprocessing = 0;

0 commit comments

Comments
 (0)