Skip to content

Commit 6b5ab2b

Browse files
authored
Update README to remove obsolete sections
Removed instructions for using software H.264 codec and details about the release workflow.
1 parent 4f813ce commit 6b5ab2b

1 file changed

Lines changed: 0 additions & 18 deletions

File tree

README.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,6 @@ xcode-canvas-web serve --port 4310
4444

4545
Then open [http://127.0.0.1:4310](http://127.0.0.1:4310).
4646

47-
The default stream encoder is hardware HEVC. If macOS screen recording makes the stream sluggish, run the server with software H.264 so the live stream does not compete with the screen recorder's hardware encoder:
48-
49-
```sh
50-
xcode-canvas-web serve --port 4310 --video-codec h264-software
51-
```
52-
5347
The Rust server exposes HTTP on the requested port and WebTransport on `port + 1`.
5448
The browser bootstrap comes from `GET /api/health`, which returns the WebTransport URL template,
5549
certificate hash, and packet version needed by the client.
@@ -97,18 +91,6 @@ server prefers connected NativeScript inspectors for hierarchy requests and
9791
falls back to the Swift TCP inspector or AXe when no matching app inspector is
9892
available.
9993

100-
Dynamic UIKit mutation is exposed through
101-
`POST /api/simulators/:udid/inspector/request` with methods such as
102-
`View.getProperties` and `View.setProperty`. This endpoint is intentionally a
103-
debug/tooling API for now; the browser UI can add a focused property editor on
104-
top of it once the safe editable-property surface settles.
105-
106-
## Releases
107-
108-
Push a `vX.Y.Z` tag, or publish a GitHub release for that tag, to run the release workflow on `macos-latest`.
109-
The tag has to match `package.json`. The workflow builds the CLI, uploads the macOS archives and npm tarball
110-
to the GitHub release, and publishes the package to npm when `NPM_TOKEN` is configured in repository secrets.
111-
11294
## VS Code
11395

11496
Package the local VS Code extension:

0 commit comments

Comments
 (0)