Skip to content

Commit 88ab8cc

Browse files
committed
wip
1 parent a979980 commit 88ab8cc

File tree

3 files changed

+18
-12
lines changed

3 files changed

+18
-12
lines changed

ComposableArchitecture.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ComposableArchitecture.xcworkspace/xcshareddata/xcschemes/ComposableArchitecture.xcscheme

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,20 @@
2020
ReferencedContainer = "container:">
2121
</BuildableReference>
2222
</BuildActionEntry>
23+
<BuildActionEntry
24+
buildForTesting = "YES"
25+
buildForRunning = "NO"
26+
buildForProfiling = "NO"
27+
buildForArchiving = "NO"
28+
buildForAnalyzing = "NO">
29+
<BuildableReference
30+
BuildableIdentifier = "primary"
31+
BlueprintIdentifier = "ComposableArchitectureMacrosTests"
32+
BuildableName = "ComposableArchitectureMacrosTests"
33+
BlueprintName = "ComposableArchitectureMacrosTests"
34+
ReferencedContainer = "container:">
35+
</BuildableReference>
36+
</BuildActionEntry>
2337
</BuildActionEntries>
2438
</BuildAction>
2539
<TestAction
@@ -39,16 +53,6 @@
3953
ReferencedContainer = "container:">
4054
</BuildableReference>
4155
</TestableReference>
42-
<TestableReference
43-
skipped = "NO">
44-
<BuildableReference
45-
BuildableIdentifier = "primary"
46-
BlueprintIdentifier = "ComposableArchitectureMacrosTests"
47-
BuildableName = "ComposableArchitectureMacrosTests"
48-
BlueprintName = "ComposableArchitectureMacrosTests"
49-
ReferencedContainer = "container:">
50-
</BuildableReference>
51-
</TestableReference>
5256
</Testables>
5357
</TestAction>
5458
<LaunchAction

[email protected]

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ let package = Package(
2121
.package(url: "https://github.com/apple/swift-collections", from: "1.1.0"),
2222
.package(url: "https://github.com/pointfreeco/combine-schedulers", from: "1.0.2"),
2323
.package(url: "https://github.com/pointfreeco/swift-case-paths", from: "1.5.4"),
24+
// .package(url: "https://github.com/pointfreeco/swift-concurrency-extras", from: "1.0.0"),
2425
.package(url: "https://github.com/pointfreeco/swift-concurrency-extras", branch: "change-mega-yield"),
26+
// .package(path: "../swift-concurrency-extras"),
2527
.package(url: "https://github.com/pointfreeco/swift-custom-dump", from: "1.3.2"),
2628
.package(url: "https://github.com/pointfreeco/swift-dependencies", from: "1.4.0"),
2729
.package(url: "https://github.com/pointfreeco/swift-identified-collections", from: "1.1.0"),

0 commit comments

Comments
 (0)