Skip to content

Commit 76929c4

Browse files
fix: udpate README
1 parent ec248bc commit 76929c4

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,14 @@ Enables the Bitrise Build Cache Add-On for Xcode.
66

77
- Configures the build using the Build Cache CLI so Bitrise Remote Build Cache is used.
88
- Ensures all subsequent Xcode builds in the workflow will read from the remote cache and push new entries.
9-
- Adds an alias to `~/.zshrc` and `~/.bashrc`, making the CLI available in all subsequent steps.
9+
- Adds a PATH entry to make the CLI available in all subsequent steps.
1010
- From this point on, all calls to `xcodebuild` are wrapped so the underlying Xcode command has compilation caching enabled.
11+
- The wrapper script in in `~/.bitrise-xcelerate/bin` and it's added as `xcodebuild` to the path in `~/.zshrc` and `~/.bashrc`,
12+
- The PATH is also exported through `envman` so it's available in subsequent steps.
1113
- Saves analytical data (command, duration, cache information, environment) to Bitrise. The data is available on the Build cache page: https://app.bitrise.io/build-cache
1214

1315
## Notes
1416

15-
- The alias persists only for subsequent steps in the current workflow run.
17+
- Xcode 26 Beta 4 is required to use the remote cache.
18+
- The wrapper in the PATH persists only for subsequent steps in the current workflow run.
1619
- Ensure your workflow uses `xcodebuild` (or compatible tooling) to benefit from the remote cache.

0 commit comments

Comments
 (0)