Skip to content

Commit

Permalink
Adding codegen deprecation message (#3243)
Browse files Browse the repository at this point in the history
  • Loading branch information
BobaFetters authored Sep 29, 2023
1 parent c1ff0fc commit 56e94ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/ApolloCodegenLib/ApolloCodegen.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import OrderedCollections
#if os(macOS)

/// A class to facilitate running code generation
@available(*, deprecated, message: "Starting with the 1.6.0 release, the code generation library will be its own SPM package which you will need to add as a dependency. For more details see here: https://github.com/apollographql/apollo-ios/issues/3240")
public class ApolloCodegen {

// MARK: Public
Expand Down

0 comments on commit 56e94ba

Please sign in to comment.