Skip to content

Commit

Permalink
Update documentation for embeddedInTarget module type notes
Browse files Browse the repository at this point in the history
  • Loading branch information
calvincestari committed Nov 17, 2022
1 parent 82717b2 commit 7a73efd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/shared/pods-setup-codegen-panel.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The Codegen CLI uses a JSON file to configure the code generation engine. Use th
```

* `${MySchemaName}` should be the name you want for the namespace of your generated schema files.
* `other` is the module type to use when your dependency manager for Apollo iOS is CocoaPods.
* `embeddedInTarget` or `other` are both suitable module types to use when your dependency manager for Apollo iOS is CocoaPods.

This will create an `apollo-codegen-config.json` file with the default values.

Expand Down
2 changes: 1 addition & 1 deletion docs/shared/spm-setup-codegen-panel.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The Codegen CLI uses a JSON file to configure the code generation engine. Use th
```

* `${MySchemaName}` should be the name you want for the namespace of your generated schema files.
* `swiftPackageManager` is the module type to use when your dependency manager for Apollo iOS is Swift Package Manager.
* `embeddedInTarget` or `swiftPackageManager` are both suitable module types to use when your dependency manager for Apollo iOS is Swift Package Manager.

This will create an `apollo-codegen-config.json` file with the default values.

Expand Down

0 comments on commit 7a73efd

Please sign in to comment.