Skip to content

Commit d80740e

Browse files
committed
wip
1 parent 4c08664 commit d80740e

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

Package.resolved

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"originHash" : "778da7aef4f0587a19b2297268a048db173e30eb906624329821c661cbf52522",
23
"pins" : [
34
{
45
"identity" : "combine-schedulers",
@@ -149,8 +150,8 @@
149150
"kind" : "remoteSourceControl",
150151
"location" : "https://github.com/swiftlang/swift-syntax",
151152
"state" : {
152-
"revision" : "515f79b522918f83483068d99c68daeb5116342d",
153-
"version" : "600.0.0-prerelease-2024-09-04"
153+
"revision" : "0687f71944021d616d34d922343dcef086855920",
154+
"version" : "600.0.1"
154155
}
155156
},
156157
{
@@ -163,5 +164,5 @@
163164
}
164165
}
165166
],
166-
"version" : 2
167+
"version" : 3
167168
}

README.md

-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
# The Composable Architecture
22

3-
[![CI](https://github.com/pointfreeco/swift-composable-architecture/workflows/CI/badge.svg)](https://github.com/pointfreeco/swift-composable-architecture/actions?query=workflow%3ACI)
4-
[![Slack](https://img.shields.io/badge/slack-chat-informational.svg?label=Slack&logo=slack)](https://www.pointfree.co/slack-invite)
5-
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fpointfreeco%2Fswift-composable-architecture%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/pointfreeco/swift-composable-architecture)
6-
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fpointfreeco%2Fswift-composable-architecture%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/pointfreeco/swift-composable-architecture)
7-
83
The Composable Architecture (TCA, for short) is a library for building applications in a consistent
94
and understandable way, with composition, testing, and ergonomics in mind. It can be used in
105
SwiftUI, UIKit, and more, and on any Apple platform (iOS, macOS, visionOS, tvOS, and watchOS).

0 commit comments

Comments
 (0)