This repository was archived by the owner on Mar 23, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff 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"
2020end
Original file line number Diff line number Diff 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
3232Installation
You can’t perform that action at this time.
0 commit comments