|
50 | 50 | 84A53E081B1A9F2C00E8A107 /* SwiftCheck.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 84A53E011B1A9F1900E8A107 /* SwiftCheck.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; |
51 | 51 | 84EA2C591B23AE5D0001FB3F /* ChanSpec.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84F467811B1B9244002A4C4C /* ChanSpec.swift */; }; |
52 | 52 | 84EA2C5A1B23AE5F0001FB3F /* MVarSpec.swift in Sources */ = {isa = PBXBuildFile; fileRef = 841022531B1AA00D00E799A0 /* MVarSpec.swift */; }; |
| 53 | + 84EA2C5C1B240C4D0001FB3F /* SVarSpec.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84EA2C5B1B240C4D0001FB3F /* SVarSpec.swift */; }; |
| 54 | + 84EA2C5D1B240C4D0001FB3F /* SVarSpec.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84EA2C5B1B240C4D0001FB3F /* SVarSpec.swift */; }; |
53 | 55 | 84F467831B1B9244002A4C4C /* ChanSpec.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84F467811B1B9244002A4C4C /* ChanSpec.swift */; }; |
54 | 56 | /* End PBXBuildFile section */ |
55 | 57 |
|
|
205 | 207 | 84A53D441B1A8F1800E8A107 /* Concurrent-iOSTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Concurrent-iOSTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; }; |
206 | 208 | 84A53DC91B1A964300E8A107 /* Swiftz.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = Swiftz.xcodeproj; path = Carthage/Checkouts/Swiftz/Swiftz.xcodeproj; sourceTree = "<group>"; }; |
207 | 209 | 84A53DF51B1A9F1800E8A107 /* SwiftCheck.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = SwiftCheck.xcodeproj; path = Carthage/Checkouts/SwiftCheck/SwiftCheck.xcodeproj; sourceTree = SOURCE_ROOT; }; |
| 210 | + 84EA2C5B1B240C4D0001FB3F /* SVarSpec.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SVarSpec.swift; sourceTree = "<group>"; }; |
208 | 211 | 84F467811B1B9244002A4C4C /* ChanSpec.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ChanSpec.swift; sourceTree = "<group>"; }; |
209 | 212 | /* End PBXFileReference section */ |
210 | 213 |
|
|
301 | 304 | children = ( |
302 | 305 | 84F467811B1B9244002A4C4C /* ChanSpec.swift */, |
303 | 306 | 841022531B1AA00D00E799A0 /* MVarSpec.swift */, |
| 307 | + 84EA2C5B1B240C4D0001FB3F /* SVarSpec.swift */, |
304 | 308 | 8434F9CF19E9CE1D008D9909 /* PiCalculus.swift */, |
305 | 309 | 8434F99019E9CD76008D9909 /* Supporting Files */, |
306 | 310 | ); |
|
607 | 611 | isa = PBXSourcesBuildPhase; |
608 | 612 | buildActionMask = 2147483647; |
609 | 613 | files = ( |
| 614 | + 84EA2C5C1B240C4D0001FB3F /* SVarSpec.swift in Sources */, |
610 | 615 | 8434F9D019E9CE1D008D9909 /* PiCalculus.swift in Sources */, |
611 | 616 | 84EA2C5A1B23AE5F0001FB3F /* MVarSpec.swift in Sources */, |
612 | 617 | 84EA2C591B23AE5D0001FB3F /* ChanSpec.swift in Sources */, |
|
634 | 639 | isa = PBXSourcesBuildPhase; |
635 | 640 | buildActionMask = 2147483647; |
636 | 641 | files = ( |
| 642 | + 84EA2C5D1B240C4D0001FB3F /* SVarSpec.swift in Sources */, |
637 | 643 | 84F467831B1B9244002A4C4C /* ChanSpec.swift in Sources */, |
638 | 644 | 841022551B1AA00D00E799A0 /* MVarSpec.swift in Sources */, |
639 | 645 | 84A53D6F1B1A8FC400E8A107 /* PiCalculus.swift in Sources */, |
|
0 commit comments