| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| apollo-ios-cli.tar.gz | 2026-05-08 | 3.0 MB | |
| 1.25.6 source code.tar.gz | 2026-05-08 | 3.1 MB | |
| 1.25.6 source code.zip | 2026-05-08 | 3.2 MB | |
| README.md | 2026-05-08 | 651 Bytes | |
| Totals: 4 Items | 9.3 MB | 0 | |
Fixed
- Fix
\r\nin GraphQL descriptions generating invalid Swift comments (#965): GraphQL field descriptions containing\r\n(Windows CRLF) line endings caused codegen to emit invalid Swift — only the first line received the///doc comment prefix and subsequent lines were emitted as uncommented text, breaking compilation. Backport of #961. Fixes #3553. Thank you to @iPhoneNoobDeveloper for the contribution.