Skip to content

Commit c2269aa

Browse files
committed
Remove last Cocoapods references from Docs
1 parent 22c4ba1 commit c2269aa

File tree

4 files changed

+0
-80
lines changed

4 files changed

+0
-80
lines changed

docs/shared/cli-install/pods.mdx

Lines changed: 0 additions & 9 deletions
This file was deleted.

docs/shared/pods-installation-panel.mdx

Lines changed: 0 additions & 42 deletions
This file was deleted.

docs/shared/setup-codegen/combined.mdx

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import SPMInstallCLI from "../cli-install/spm.mdx"
22
import SPMXcodeInstallCLI from "../cli-install/spm-xcode.mdx"
3-
import PodsInstallCLI from "../cli-install/pods.mdx"
43
import SetupCodegenPanel from "./single-panel.mdx"
54

65
<a name="spm-setup-codegen" />
@@ -12,10 +11,6 @@ import SetupCodegenPanel from "./single-panel.mdx"
1211
title: "SPM with Xcode Project",
1312
cliPath: "./apollo-ios-cli",
1413
moduleTypeOption: "`.swiftPackageManager`",
15-
}, {
16-
title: "Cocoapods",
17-
cliPath: "./Pods/Apollo/apollo-ios-cli",
18-
moduleTypeOption: "`.other`",
1914
}]} as="installType">
2015
<a name={`spm-${installType.title.toLowerCase().replace(/ /g, "-")}`} />
2116

@@ -57,18 +52,6 @@ import SetupCodegenPanel from "./single-panel.mdx"
5752
> **Note:** Because the `apollo-ios-cli` in your project root is only a symbolic link, it only works if the compiled CLI executable exists. This is generally located in your Xcode Derived Data or the `.build` folder. If these are cleared, you can rerun the Install CLI plugin to rebuild the CLI executable.
5853
</If>
5954
60-
<If condition={installType.title === "Cocoapods"}>
61-
If you use Cocoapods, Apollo iOS compiles the Codegen CLI into an executable shell application during `pod install` (located in `Pods/Apollo/apollo-ios-cli`).
62-
63-
After installing the Apollo iOS pod, you can run the Codegen CLI from the directory of your `Podfile`:
64-
65-
```bash
66-
./Pods/Apollo/apollo-ios-cli ${Command Name} -${Command Arguments}
67-
```
68-
69-
> **Note:** If you are using `:path` in your Podfile to link to a local copy of Apollo iOS, the CLI will not be automatically available. You will need to manually build the Codegen CLI. See the [CLI installation guide](/ios/code-generation/codegen-cli#installation) for directions on how to do that.
70-
</If>
71-
7255
</ExpansionPanelListItem>
7356

7457
<ExpansionPanelListItem>

docs/shared/sqlite-cocoapods-panel.mdx

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)