|
4 | 4 | </div> |
5 | 5 | <h1 align="center">Apollo iOS</h1> |
6 | 6 |
|
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. |
8 | 8 |
|
9 | 9 | ➡️ [**Get Started with Apollo iOS →**](https://www.apollographql.com/docs/ios/get-started?utm_source=github&utm_medium=apollographql_apollo-client&utm_campaign=readme) |
10 | 10 |
|
|
18 | 18 | <img src="https://img.shields.io/badge/license-MIT-lightgrey.svg?maxAge=2592000" alt="MIT license"> |
19 | 19 | </a> |
20 | 20 | <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+" /> |
22 | 22 | </a><br><br> |
23 | 23 |
|
24 | 24 | <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"> |
26 | 26 | </a> |
27 | 27 | <a href="https://swift.org/package-manager/"> |
28 | 28 | <img src="https://img.shields.io/badge/Swift_Package_Manager-compatible-orange?style=flat-square" alt="Swift Package Manager compatible"> |
|
34 | 34 |
|
35 | 35 | ## ❓ Why Choose Apollo iOS? |
36 | 36 |
|
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> |
41 | 41 |
|
42 | 42 | ## 🚀 Quick Start |
43 | 43 |
|
|
47 | 47 | dependencies: [ |
48 | 48 | .package( |
49 | 49 | url: "https://github.com/apollographql/apollo-ios.git", |
50 | | - .upToNextMajor(from: "1.0.0") |
| 50 | + .upToNextMajor(from: "2.0.0") |
51 | 51 | ), |
52 | 52 | ], |
53 | 53 | ``` |
|
0 commit comments