diff --git a/docs/getting-started/clients/browser/index.md b/docs/getting-started/clients/browser/index.md index a1f986b9..5f33934e 100644 --- a/docs/getting-started/clients/browser/index.md +++ b/docs/getting-started/clients/browser/index.md @@ -197,12 +197,8 @@ The easiest way to develop the extension is to build and debug it using Xcode. npm run build:watch:safari ``` -2. Edit `build/manifest.json`. Move the `nativeMessaging` permission from the `optional_permissions` - section into the `permissions` section -3. Edit `build/popup/index.html`, replace `` to - ``. -4. Open `src/safari/desktop.xcodeproj` in Xcode -5. Run the "desktop" target. +2. Open `src/safari/desktop.xcodeproj` in Xcode +3. Run the "desktop" target. :::note