Skip to content

Commit

Permalink
remove unneeded instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jprusik committed Nov 25, 2024
1 parent 520396a commit 4a2afc1
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions docs/getting-started/clients/browser/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<html class="__BROWSER__">` to
`<html class="browser_safari">`.
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

Expand Down

0 comments on commit 4a2afc1

Please sign in to comment.