Skip to content

Commit c4b5bcc

Browse files
Update build-and-troubleshooting.md for apple changes (#1891)
* Update build-and-troubleshooting.md for apple changes * Lint fix
1 parent 045c51c commit c4b5bcc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

injected/docs/build-and-troubleshooting.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@ This document provides platform-specific build instructions, troubleshooting ste
88

99
- **Check Xcode Version:**
1010
- [.xcode-version](https://github.com/duckduckgo/apple-browsers/tree/main/.xcode-version)
11-
- **Set up C-S-S or Autofill as a Local Dependency:**
11+
- **Set up C-S-S as a Local Dependency:**
12+
- Run `npm link` in your C-S-S check out.
13+
- Run `npm link @duckduckgo/content-scope-scripts` in your `apple-browsers` project.
14+
- Whenever files change run: `npm run build-content-scope-scripts`
15+
- **Set up Autofill as a Local Dependency:**
1216
- Drag the folder from Finder into the directory panel in Xcode.
1317
- **Privacy Config Files:**
1418
- Both apps bundle a privacy config file: [macos-config.json](https://github.com/duckduckgo/apple-browsers/blob/main/macOS/DuckDuckGo/ContentBlocker/macos-config.json) & [ios-config.json](https://github.com/duckduckgo/apple-browsers/blob/main/iOS/Core/ios-config.json).

0 commit comments

Comments
 (0)