|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | 10 | 84152B7D1A818C9E006387D5 /* SVar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84152B7C1A818C9E006387D5 /* SVar.swift */; }; |
| 11 | + 84152C0A1A819F0B006387D5 /* STM.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84152C021A819F0B006387D5 /* STM.swift */; }; |
| 12 | + 84152C0B1A819F0B006387D5 /* TBQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84152C031A819F0B006387D5 /* TBQueue.swift */; }; |
| 13 | + 84152C0C1A819F0B006387D5 /* TChan.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84152C041A819F0B006387D5 /* TChan.swift */; }; |
| 14 | + 84152C0D1A819F0B006387D5 /* TMVar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84152C051A819F0B006387D5 /* TMVar.swift */; }; |
| 15 | + 84152C0E1A819F0B006387D5 /* TQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84152C061A819F0B006387D5 /* TQueue.swift */; }; |
| 16 | + 84152C0F1A819F0B006387D5 /* Transactions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84152C071A819F0B006387D5 /* Transactions.swift */; }; |
| 17 | + 84152C101A819F0B006387D5 /* TSem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84152C081A819F0B006387D5 /* TSem.swift */; }; |
| 18 | + 84152C111A819F0B006387D5 /* TVar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84152C091A819F0B006387D5 /* TVar.swift */; }; |
11 | 19 | 8434F9FF19E9CE5F008D9909 /* ConcurrentTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8434F9FC19E9CE5F008D9909 /* ConcurrentTests.swift */; }; |
12 | 20 | 8434FA0119E9CE5F008D9909 /* PiCalculus.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8434F9FE19E9CE5F008D9909 /* PiCalculus.swift */; }; |
13 | 21 | 8434FA2219E9CE92008D9909 /* Concurrent.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8434FA0719E9CE73008D9909 /* Concurrent.framework */; }; |
|
22 | 30 | 8434FA4019E9CE9F008D9909 /* IVar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8434FA2C19E9CE9F008D9909 /* IVar.swift */; }; |
23 | 31 | 8434FA4119E9CE9F008D9909 /* MVar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8434FA2D19E9CE9F008D9909 /* MVar.swift */; }; |
24 | 32 | 8434FA4219E9CE9F008D9909 /* QSem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8434FA2E19E9CE9F008D9909 /* QSem.swift */; }; |
25 | | - 847520551A7EBA3F00975C8B /* Swiftx.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 847520501A7EBA3200975C8B /* Swiftx.framework */; }; |
26 | 33 | 8475205C1A7EC55F00975C8B /* Exception.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8475205B1A7EC55F00975C8B /* Exception.swift */; }; |
27 | | - 8475205D1A7EDD2D00975C8B /* Swiftx.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 847520501A7EBA3200975C8B /* Swiftx.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; |
28 | 34 | 849AA3AE1A0984FD00472F08 /* Concurrent.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 8434FA0719E9CE73008D9909 /* Concurrent.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; |
| 35 | + 84FE01E41A87EF3D006D3EEA /* Swiftz.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84FE01DF1A87EF03006D3EEA /* Swiftz.framework */; }; |
| 36 | + 84FE01EC1A881FF2006D3EEA /* STMSpec.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84FE01EA1A881FED006D3EEA /* STMSpec.swift */; }; |
29 | 37 | /* End PBXBuildFile section */ |
30 | 38 |
|
31 | 39 | /* Begin PBXContainerItemProxy section */ |
|
36 | 44 | remoteGlobalIDString = 8434FA0619E9CE73008D9909; |
37 | 45 | remoteInfo = Concurrent; |
38 | 46 | }; |
39 | | - 8475204F1A7EBA3200975C8B /* PBXContainerItemProxy */ = { |
| 47 | + 84FE01DE1A87EF03006D3EEA /* PBXContainerItemProxy */ = { |
40 | 48 | isa = PBXContainerItemProxy; |
41 | | - containerPortal = 8475204A1A7EBA3200975C8B /* Swiftx-iOS.xcodeproj */; |
| 49 | + containerPortal = 84FE01D91A87EF03006D3EEA /* Swiftz-iOS.xcodeproj */; |
42 | 50 | proxyType = 2; |
43 | | - remoteGlobalIDString = 84A88D101A70BE0D003D53CF; |
44 | | - remoteInfo = Swiftx; |
| 51 | + remoteGlobalIDString = 84A88D981A70C280003D53CF; |
| 52 | + remoteInfo = Swiftz; |
45 | 53 | }; |
46 | | - 847520511A7EBA3200975C8B /* PBXContainerItemProxy */ = { |
| 54 | + 84FE01E01A87EF03006D3EEA /* PBXContainerItemProxy */ = { |
47 | 55 | isa = PBXContainerItemProxy; |
48 | | - containerPortal = 8475204A1A7EBA3200975C8B /* Swiftx-iOS.xcodeproj */; |
| 56 | + containerPortal = 84FE01D91A87EF03006D3EEA /* Swiftz-iOS.xcodeproj */; |
49 | 57 | proxyType = 2; |
50 | | - remoteGlobalIDString = 84A88CBA1A70BD82003D53CF; |
51 | | - remoteInfo = "Swiftx-iOSTests"; |
| 58 | + remoteGlobalIDString = 84A88D5C1A70C23D003D53CF; |
| 59 | + remoteInfo = "Swiftz-iOSTests"; |
52 | 60 | }; |
53 | | - 847520531A7EBA3A00975C8B /* PBXContainerItemProxy */ = { |
| 61 | + 84FE01E21A87EF3A006D3EEA /* PBXContainerItemProxy */ = { |
54 | 62 | isa = PBXContainerItemProxy; |
55 | | - containerPortal = 8475204A1A7EBA3200975C8B /* Swiftx-iOS.xcodeproj */; |
| 63 | + containerPortal = 84FE01D91A87EF03006D3EEA /* Swiftz-iOS.xcodeproj */; |
56 | 64 | proxyType = 1; |
57 | | - remoteGlobalIDString = 84A88D0F1A70BE0D003D53CF; |
58 | | - remoteInfo = Swiftx; |
| 65 | + remoteGlobalIDString = 84A88D971A70C280003D53CF; |
| 66 | + remoteInfo = Swiftz; |
59 | 67 | }; |
60 | 68 | /* End PBXContainerItemProxy section */ |
61 | 69 |
|
|
66 | 74 | dstPath = ""; |
67 | 75 | dstSubfolderSpec = 10; |
68 | 76 | files = ( |
69 | | - 8475205D1A7EDD2D00975C8B /* Swiftx.framework in CopyFiles */, |
70 | 77 | 849AA3AE1A0984FD00472F08 /* Concurrent.framework in CopyFiles */, |
71 | 78 | ); |
72 | 79 | runOnlyForDeploymentPostprocessing = 0; |
|
75 | 82 |
|
76 | 83 | /* Begin PBXFileReference section */ |
77 | 84 | 84152B7C1A818C9E006387D5 /* SVar.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SVar.swift; sourceTree = "<group>"; }; |
| 85 | + 84152C021A819F0B006387D5 /* STM.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = STM.swift; sourceTree = "<group>"; }; |
| 86 | + 84152C031A819F0B006387D5 /* TBQueue.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TBQueue.swift; sourceTree = "<group>"; }; |
| 87 | + 84152C041A819F0B006387D5 /* TChan.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TChan.swift; sourceTree = "<group>"; }; |
| 88 | + 84152C051A819F0B006387D5 /* TMVar.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TMVar.swift; sourceTree = "<group>"; }; |
| 89 | + 84152C061A819F0B006387D5 /* TQueue.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TQueue.swift; sourceTree = "<group>"; }; |
| 90 | + 84152C071A819F0B006387D5 /* Transactions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Transactions.swift; sourceTree = "<group>"; }; |
| 91 | + 84152C081A819F0B006387D5 /* TSem.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TSem.swift; sourceTree = "<group>"; }; |
| 92 | + 84152C091A819F0B006387D5 /* TVar.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TVar.swift; sourceTree = "<group>"; }; |
78 | 93 | 8434F9EA19E9CE41008D9909 /* Concurrent-iOSTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Concurrent-iOSTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; }; |
79 | 94 | 8434F9FC19E9CE5F008D9909 /* ConcurrentTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConcurrentTests.swift; sourceTree = "<group>"; }; |
80 | 95 | 8434F9FD19E9CE5F008D9909 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
|
92 | 107 | 8434FA2C19E9CE9F008D9909 /* IVar.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IVar.swift; sourceTree = "<group>"; }; |
93 | 108 | 8434FA2D19E9CE9F008D9909 /* MVar.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MVar.swift; sourceTree = "<group>"; }; |
94 | 109 | 8434FA2E19E9CE9F008D9909 /* QSem.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = QSem.swift; sourceTree = "<group>"; }; |
95 | | - 8475204A1A7EBA3200975C8B /* Swiftx-iOS.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "Swiftx-iOS.xcodeproj"; path = "Carthage/Checkouts/Swiftx/Swiftx-iOS.xcodeproj"; sourceTree = "<group>"; }; |
96 | 110 | 8475205B1A7EC55F00975C8B /* Exception.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Exception.swift; sourceTree = "<group>"; }; |
| 111 | + 84FE01D91A87EF03006D3EEA /* Swiftz-iOS.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "Swiftz-iOS.xcodeproj"; path = "Carthage/Checkouts/Swiftz/Swiftz-iOS.xcodeproj"; sourceTree = "<group>"; }; |
| 112 | + 84FE01EA1A881FED006D3EEA /* STMSpec.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = STMSpec.swift; sourceTree = "<group>"; }; |
97 | 113 | /* End PBXFileReference section */ |
98 | 114 |
|
99 | 115 | /* Begin PBXFrameworksBuildPhase section */ |
|
109 | 125 | isa = PBXFrameworksBuildPhase; |
110 | 126 | buildActionMask = 2147483647; |
111 | 127 | files = ( |
112 | | - 847520551A7EBA3F00975C8B /* Swiftx.framework in Frameworks */, |
| 128 | + 84FE01E41A87EF3D006D3EEA /* Swiftz.framework in Frameworks */, |
113 | 129 | ); |
114 | 130 | runOnlyForDeploymentPostprocessing = 0; |
115 | 131 | }; |
116 | 132 | /* End PBXFrameworksBuildPhase section */ |
117 | 133 |
|
118 | 134 | /* Begin PBXGroup section */ |
| 135 | + 84152C131A819F0E006387D5 /* STM */ = { |
| 136 | + isa = PBXGroup; |
| 137 | + children = ( |
| 138 | + 84152C021A819F0B006387D5 /* STM.swift */, |
| 139 | + 84152C031A819F0B006387D5 /* TBQueue.swift */, |
| 140 | + 84152C041A819F0B006387D5 /* TChan.swift */, |
| 141 | + 84152C051A819F0B006387D5 /* TMVar.swift */, |
| 142 | + 84152C061A819F0B006387D5 /* TQueue.swift */, |
| 143 | + 84152C071A819F0B006387D5 /* Transactions.swift */, |
| 144 | + 84152C081A819F0B006387D5 /* TSem.swift */, |
| 145 | + 84152C091A819F0B006387D5 /* TVar.swift */, |
| 146 | + ); |
| 147 | + name = STM; |
| 148 | + sourceTree = "<group>"; |
| 149 | + }; |
119 | 150 | 8434F9D519E9CE41008D9909 = { |
120 | 151 | isa = PBXGroup; |
121 | 152 | children = ( |
122 | | - 8475204A1A7EBA3200975C8B /* Swiftx-iOS.xcodeproj */, |
| 153 | + 84FE01D91A87EF03006D3EEA /* Swiftz-iOS.xcodeproj */, |
123 | 154 | 8434FA0819E9CE73008D9909 /* Concurrent */, |
124 | 155 | 8434F9FB19E9CE5F008D9909 /* ConcurrentTests */, |
125 | 156 | 8434F9E019E9CE41008D9909 /* Products */, |
|
139 | 170 | isa = PBXGroup; |
140 | 171 | children = ( |
141 | 172 | 8434F9FC19E9CE5F008D9909 /* ConcurrentTests.swift */, |
| 173 | + 84FE01EA1A881FED006D3EEA /* STMSpec.swift */, |
142 | 174 | 8434F9FE19E9CE5F008D9909 /* PiCalculus.swift */, |
143 | 175 | 8434F9FD19E9CE5F008D9909 /* Info.plist */, |
144 | 176 | ); |
|
158 | 190 | 8434FA2D19E9CE9F008D9909 /* MVar.swift */, |
159 | 191 | 84152B7C1A818C9E006387D5 /* SVar.swift */, |
160 | 192 | 8434FA2E19E9CE9F008D9909 /* QSem.swift */, |
| 193 | + 84152C131A819F0E006387D5 /* STM */, |
161 | 194 | 8434FA0919E9CE73008D9909 /* Supporting Files */, |
162 | 195 | ); |
163 | 196 | path = Concurrent; |
|
174 | 207 | name = "Supporting Files"; |
175 | 208 | sourceTree = "<group>"; |
176 | 209 | }; |
177 | | - 8475204B1A7EBA3200975C8B /* Products */ = { |
| 210 | + 84FE01DA1A87EF03006D3EEA /* Products */ = { |
178 | 211 | isa = PBXGroup; |
179 | 212 | children = ( |
180 | | - 847520501A7EBA3200975C8B /* Swiftx.framework */, |
181 | | - 847520521A7EBA3200975C8B /* Swiftx-iOSTests.xctest */, |
| 213 | + 84FE01DF1A87EF03006D3EEA /* Swiftz.framework */, |
| 214 | + 84FE01E11A87EF03006D3EEA /* Swiftz-iOSTests.xctest */, |
182 | 215 | ); |
183 | 216 | name = Products; |
184 | 217 | sourceTree = "<group>"; |
|
230 | 263 | buildRules = ( |
231 | 264 | ); |
232 | 265 | dependencies = ( |
233 | | - 847520541A7EBA3A00975C8B /* PBXTargetDependency */, |
| 266 | + 84FE01E31A87EF3A006D3EEA /* PBXTargetDependency */, |
234 | 267 | ); |
235 | 268 | name = Concurrent; |
236 | 269 | productName = Concurrent; |
|
266 | 299 | projectDirPath = ""; |
267 | 300 | projectReferences = ( |
268 | 301 | { |
269 | | - ProductGroup = 8475204B1A7EBA3200975C8B /* Products */; |
270 | | - ProjectRef = 8475204A1A7EBA3200975C8B /* Swiftx-iOS.xcodeproj */; |
| 302 | + ProductGroup = 84FE01DA1A87EF03006D3EEA /* Products */; |
| 303 | + ProjectRef = 84FE01D91A87EF03006D3EEA /* Swiftz-iOS.xcodeproj */; |
271 | 304 | }, |
272 | 305 | ); |
273 | 306 | projectRoot = ""; |
|
279 | 312 | /* End PBXProject section */ |
280 | 313 |
|
281 | 314 | /* Begin PBXReferenceProxy section */ |
282 | | - 847520501A7EBA3200975C8B /* Swiftx.framework */ = { |
| 315 | + 84FE01DF1A87EF03006D3EEA /* Swiftz.framework */ = { |
283 | 316 | isa = PBXReferenceProxy; |
284 | 317 | fileType = wrapper.framework; |
285 | | - path = Swiftx.framework; |
286 | | - remoteRef = 8475204F1A7EBA3200975C8B /* PBXContainerItemProxy */; |
| 318 | + path = Swiftz.framework; |
| 319 | + remoteRef = 84FE01DE1A87EF03006D3EEA /* PBXContainerItemProxy */; |
287 | 320 | sourceTree = BUILT_PRODUCTS_DIR; |
288 | 321 | }; |
289 | | - 847520521A7EBA3200975C8B /* Swiftx-iOSTests.xctest */ = { |
| 322 | + 84FE01E11A87EF03006D3EEA /* Swiftz-iOSTests.xctest */ = { |
290 | 323 | isa = PBXReferenceProxy; |
291 | 324 | fileType = wrapper.cfbundle; |
292 | | - path = "Swiftx-iOSTests.xctest"; |
293 | | - remoteRef = 847520511A7EBA3200975C8B /* PBXContainerItemProxy */; |
| 325 | + path = "Swiftz-iOSTests.xctest"; |
| 326 | + remoteRef = 84FE01E01A87EF03006D3EEA /* PBXContainerItemProxy */; |
294 | 327 | sourceTree = BUILT_PRODUCTS_DIR; |
295 | 328 | }; |
296 | 329 | /* End PBXReferenceProxy section */ |
|
319 | 352 | files = ( |
320 | 353 | 8434FA0119E9CE5F008D9909 /* PiCalculus.swift in Sources */, |
321 | 354 | 8434F9FF19E9CE5F008D9909 /* ConcurrentTests.swift in Sources */, |
| 355 | + 84FE01EC1A881FF2006D3EEA /* STMSpec.swift in Sources */, |
322 | 356 | ); |
323 | 357 | runOnlyForDeploymentPostprocessing = 0; |
324 | 358 | }; |
|
330 | 364 | 8434FA3F19E9CE9F008D9909 /* IChan.swift in Sources */, |
331 | 365 | 8434FA3A19E9CE9F008D9909 /* CONCRealWorld.m in Sources */, |
332 | 366 | 8475205C1A7EC55F00975C8B /* Exception.swift in Sources */, |
| 367 | + 84152C0E1A819F0B006387D5 /* TQueue.swift in Sources */, |
333 | 368 | 8434FA4119E9CE9F008D9909 /* MVar.swift in Sources */, |
| 369 | + 84152C101A819F0B006387D5 /* TSem.swift in Sources */, |
| 370 | + 84152C0F1A819F0B006387D5 /* Transactions.swift in Sources */, |
| 371 | + 84152C0C1A819F0B006387D5 /* TChan.swift in Sources */, |
| 372 | + 84152C0D1A819F0B006387D5 /* TMVar.swift in Sources */, |
334 | 373 | 8434FA3D19E9CE9F008D9909 /* Concurrent.swift in Sources */, |
335 | 374 | 8434FA3E19E9CE9F008D9909 /* Future.swift in Sources */, |
336 | 375 | 8434FA4019E9CE9F008D9909 /* IVar.swift in Sources */, |
| 376 | + 84152C0A1A819F0B006387D5 /* STM.swift in Sources */, |
| 377 | + 84152C111A819F0B006387D5 /* TVar.swift in Sources */, |
337 | 378 | 8434FA3819E9CE9F008D9909 /* Chan.swift in Sources */, |
338 | 379 | 84152B7D1A818C9E006387D5 /* SVar.swift in Sources */, |
| 380 | + 84152C0B1A819F0B006387D5 /* TBQueue.swift in Sources */, |
339 | 381 | ); |
340 | 382 | runOnlyForDeploymentPostprocessing = 0; |
341 | 383 | }; |
|
347 | 389 | target = 8434FA0619E9CE73008D9909 /* Concurrent */; |
348 | 390 | targetProxy = 8434FA2019E9CE8F008D9909 /* PBXContainerItemProxy */; |
349 | 391 | }; |
350 | | - 847520541A7EBA3A00975C8B /* PBXTargetDependency */ = { |
| 392 | + 84FE01E31A87EF3A006D3EEA /* PBXTargetDependency */ = { |
351 | 393 | isa = PBXTargetDependency; |
352 | | - name = Swiftx; |
353 | | - targetProxy = 847520531A7EBA3A00975C8B /* PBXContainerItemProxy */; |
| 394 | + name = Swiftz; |
| 395 | + targetProxy = 84FE01E21A87EF3A006D3EEA /* PBXContainerItemProxy */; |
354 | 396 | }; |
355 | 397 | /* End PBXTargetDependency section */ |
356 | 398 |
|
|
0 commit comments