From 97fe27e86447d75453a2ce95fde7e2a98b074ea2 Mon Sep 17 00:00:00 2001 From: Jake Burgy Date: Wed, 21 Aug 2024 17:24:40 -0500 Subject: [PATCH] Add clarity to matching Watch BT address with keychain entry (#148) * Add clarity to matching Watch BT address with keychain entry * Correct casing of macOS Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --------- Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- apple.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apple.md b/apple.md index 40eeb6b..2a87c1d 100644 --- a/apple.md +++ b/apple.md @@ -48,13 +48,13 @@ This method can be used for any iOS/iPadOS/Watch OS device: - **Launch** the **Keychain Access** application. - In the left **sidebar**, click on **iCloud**. - In the upper right **search bar**, type `bluetooth`. -- A series of GUIDs will appear with the *application password* type. +- A series of entries will appear with the *application password* type. ![keychain-icloud](../images/keychain_icloud.png) - -- **Open** each **GUID** to find the one associated with your Apple Watch. The **Account** field should display your watch's GUID in the format: `Public: XX:XX:XX:XX:XX:XX`. +- On your **Apple Watch** device, go to **Settings > About**, scroll down to find the Bluetooth address, in the format: `XX:XX:XX:XX:XX:XX` +- **Open** each entry to find the one associated with your Apple Watch. The **Account** field should match the Bluetooth address of your watch, in the format: `Public: XX:XX:XX:XX:XX:XX`. - **Click** on **Show password**. -- **Type** your MacOS password **twice** and **copy** the contents. +**Type** your macOS password **twice** and **copy** the contents. ![keychain-password](../images/keychain_password.png)