Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating SHA for latest supported beta release #21753

Merged
merged 2 commits into from
Aug 9, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions docs/guides/darwin.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,8 @@ Note: These steps are supported on:
Each developer preview release is compatible with a certain SHA from this
repository.

- iOS/iPadOS/tvOS 15.6 Developer Preview:
[`cfc35951be66a664a6efdadea56d1b8ea6e63e96`](https://github.com/project-chip/connectedhomeip/commits/cfc35951be66a664a6efdadea56d1b8ea6e63e96)
- iOS/iPadOS/tvOS 16.0 Developer Preview:
[`cfc35951be66a664a6efdadea56d1b8ea6e63e96`](https://github.com/project-chip/connectedhomeip/commits/cfc35951be66a664a6efdadea56d1b8ea6e63e96)
[`aa9457e6b94b735076dff6297176183bf9780177`](https://github.com/project-chip/connectedhomeip/commits/aa9457e6b94b735076dff6297176183bf9780177)

## Profile Installation

Expand Down Expand Up @@ -97,8 +95,8 @@ To enable developer mode, please follow the instructions
1. Clone the [Matter repo](https://github.com/project-chip/connectedhomeip.git)
2. Checkout the specific commit hash (from [above](#source-compatibility)) for
maximum compatibility with your installed release:
- Example command for SHA `cfc35951be66a664a6efdadea56d1b8ea6e63e96`:
`$ git checkout cfc35951be66a664a6efdadea56d1b8ea6e63e96`
- Example command for SHA `aa9457e6b94b735076dff6297176183bf9780177`:
`$ git checkout aa9457e6b94b735076dff6297176183bf9780177`

In order to work with iOS/iPadOS/tvOS 15.6 or greater, device types as defined
in the Matter Device Library spec are used to determine accessory categories.
Expand Down