Skip to content
This repository was archived by the owner on Mar 23, 2025. It is now read-only.

Commit 906f6b6

Browse files
authored
Merge pull request #166 from manicmaniac/support-apollo-0.21.x
Support Apollo 0.21.x
2 parents 20b27b8 + 3480aea commit 906f6b6

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/workflow.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
apollo: ["0.20.0", "0.19.0", "0.18.1"]
11+
apollo: ["0.21.0", "0.19.0", "0.18.1"]
1212
sdk: ["iphonesimulator", "macosx"]
1313
include:
14-
- apollo: "0.20.0"
14+
- apollo: "0.21.0"
1515
sdk: "iphonesimulator"
1616
xcode: "11.1"
1717
swift: "5.1"
1818
destination: "platform=iOS Simulator,OS=13.1,name=iPhone 11"
19-
- apollo: "0.20.0"
19+
- apollo: "0.21.0"
2020
sdk: "macosx"
2121
xcode: "11.1"
2222
swift: "5.1"

ApolloDeveloperKit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ Pod::Spec.new do |spec|
1616
spec.source = { :git => "https://github.com/manicmaniac/ApolloDeveloperKit.git", :tag => "#{spec.version}" }
1717
spec.source_files = "Sources/Classes/**/*.swift"
1818
spec.resource = "Sources/Assets"
19-
spec.dependency "Apollo", ">= 0.9.1", "< 0.21.0"
19+
spec.dependency "Apollo", ">= 0.9.1", "< 0.22.0"
2020
end

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Prerequisites
2626

2727
- Xcode `>= 10.1`
2828
- Google Chrome
29-
- [Apollo iOS](https://github.com/apollographql/apollo-ios) `>= 0.9.1`, `< 0.21.0`
29+
- [Apollo iOS](https://github.com/apollographql/apollo-ios) `>= 0.9.1`, `< 0.22.0`
3030
- [Apollo Client Devtools](https://github.com/apollographql/apollo-client-devtools)
3131

3232
Installation

0 commit comments

Comments
 (0)