You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Fixes
Fixed - apollo-ios-cli code generation on CocoaPods installation: All required resources for the CLI are now bundled correctly. This was an issue in CocoaPods installations where the generate command of apollo-ios-cli would result in a fatal error. #2548Thank you to @ilockett for reporting the issue.
Fixed - Xcode integration for Swift Package Plugins: The SwiftPM plugins now support XcodePluginContext from Xcode 14 and accepts the additional command line options that Xcode sends. #2554Thank you to @SilverTab for reporting the issue.
Fixed - Escaping input param names: Input parameter names recognized as reserved words are now escaped to prevent build errors. #2561Thank you to @puls for the contribution.
Fixed - Multiline deprecation messages: Deprecation messages that span multiple lines would previously result in build errors. #2579Thank you to @TizianoCoroneo for the contribution.
Changes
Changed - Warnings for deprecated enums: Deprecated enum cases are no longer annotated with the Swift @available attribute. They will now have comments indicating their deprecated status. #2579