apollographql / apollo-ios

📱  A strongly-typed, caching GraphQL client for iOS, written in Swift.
https://www.apollographql.com/docs/ios/
MIT License
3.87k stars 717 forks source link

Cococapods installation should use download script to fetch CLI instead of using embedded binary #3343

Open calvincestari opened 7 months ago

calvincestari commented 7 months ago

This is related to a previous release where removing the CLI binary was rolled back to enable getting the release out. Our intention was to have all install methods, including CocoaPods, download the CLI from GitHub. This work is to complete that or identify why we should instead keep the embedded binary for all install methods.

Related to https://github.com/apollographql/apollo-ios/issues/3333.