Skip to content

Commit ec6122d

Browse files
committed
Update README
1 parent c2269aa commit ec6122d

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

apollo-ios-codegen/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
<p align="center">
1818
<a href="https://github.com/apple/swift">
19-
<img src="https://img.shields.io/badge/Swift-5.7-orange.svg" alt="Swift 5.7 supported">
19+
<img src="https://img.shields.io/badge/Swift-6.1-orange.svg" alt="Swift 6.1 supported">
2020
</a>
2121
<a href="https://swift.org/package-manager/">
2222
<img src="https://img.shields.io/badge/Swift_Package_Manager-compatible-orange?style=flat-square" alt="Swift Package Manager compatible">

apollo-ios/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
</div>
55
<h1 align="center">Apollo iOS</h1>
66

7-
**The industry-leading GraphQL client in Swift for iOS, macOS, watchOS, tvOS, and more.** Apollo iOS delivers powerful caching, robust code generation, and intuitive APIs to accelerate your app development.
7+
**The industry-leading GraphQL client in Swift for iOS, macOS, watchOS, tvOS, and visionOS.** Apollo iOS delivers powerful caching, robust code generation, and intuitive APIs to accelerate your app development.
88

99
➡️ [**Get Started with Apollo iOS →**](https://www.apollographql.com/docs/ios/get-started?utm_source=github&utm_medium=apollographql_apollo-client&utm_campaign=readme)
1010

@@ -18,11 +18,11 @@
1818
<img src="https://img.shields.io/badge/license-MIT-lightgrey.svg?maxAge=2592000" alt="MIT license">
1919
</a>
2020
<a href="Platforms">
21-
<img src="https://img.shields.io/badge/platforms-iOS%20%7C%20macOS%20%7C%20tvOS%20%7C%20watchOS-333333.svg" alt="Supported Platforms: iOS, macOS, tvOS, watchOS" />
21+
<img src="https://img.shields.io/badge/platforms-iOS%2015%2B%20%7C%20macOS%2012%2B%20%7C%20tvOS%2015%2B%20%7C%20watchOS%208%2B%20%7C%20visionOS%201%2B-333333.svg" alt="Supported Platforms: iOS 15+, macOS 12+, tvOS 15+, watchOS 8+, visionOS 1+" />
2222
</a><br><br>
2323

2424
<a href="https://github.com/apple/swift">
25-
<img src="https://img.shields.io/badge/Swift-5.7-orange.svg" alt="Swift 5.7 supported">
25+
<img src="https://img.shields.io/badge/Swift-6.1-orange.svg" alt="Swift 6.1 supported">
2626
</a>
2727
<a href="https://swift.org/package-manager/">
2828
<img src="https://img.shields.io/badge/Swift_Package_Manager-compatible-orange?style=flat-square" alt="Swift Package Manager compatible">
@@ -34,10 +34,10 @@
3434

3535
## ❓ Why Choose Apollo iOS?
3636

37-
✅ Intuitive caching - Intelligent in-memory or SQLite out of the box<br>
38-
✅ Highly configurable code generation - The days of hand-writing models for network responses are over!<br>
39-
✅ Opinionated - Leads users down the "pit of success" and encourages good practices by default<br>
40-
✅ Production-tested - Powers countless apps worldwide that serve millions of end users<br>
37+
**Intuitive caching** - Intelligent in-memory or SQLite out of the box<br>
38+
**Highly configurable code generation** - The days of hand-writing models for network responses are over!<br>
39+
**Opinionated** - Leads users down the "pit of success" and encourages good practices by default<br>
40+
**Production-tested** - Powers countless apps worldwide that serve millions of end users<br>
4141

4242
## 🚀 Quick Start
4343

@@ -47,7 +47,7 @@
4747
dependencies: [
4848
.package(
4949
url: "https://github.com/apollographql/apollo-ios.git",
50-
.upToNextMajor(from: "1.0.0")
50+
.upToNextMajor(from: "2.0.0")
5151
),
5252
],
5353
```

0 commit comments

Comments
 (0)