Skip to content

Commit 22211be

Browse files
committed
Added sandboxing documentation and reverted support proj types order
1 parent 7f0e6a9 commit 22211be

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ AccessibilityDevTools enables static accessibility linting directly inside Xcode
1212

1313
---
1414
## Supported projects types
15-
1. Projects created with Swift package manager
16-
2. Projects created with XCode
15+
1. Projects created with XCode
16+
2. Projects created with Swift package manager
1717

1818
---
1919
## Authentication
@@ -64,6 +64,10 @@ Fish
6464
curl -L -o browserstack-a11y-scan-spm-fish.sh "https://raw.githubusercontent.com/browserstack/AccessibilityDevTools/refs/heads/main/scripts/fish/spm.sh" && chmod 0775 browserstack-a11y-scan-spm-fish.sh
6565
```
6666

67+
#### Disable Sandboxing
68+
1. In Xcode project, select first item (project root) in the left folder tree and go to Build Settings tab
69+
2. Search for sandbox > Set user script sandboxing to “NO”
70+
6771
#### Add a Build Phase
6872
Repeat these steps for each target in your project
6973

@@ -143,6 +147,10 @@ Fish
143147
curl -L -o browserstack-a11y-scan-spm-fish.sh "https://raw.githubusercontent.com/browserstack/AccessibilityDevTools/refs/heads/main/scripts/fish/spm.sh" && chmod 0775 browserstack-a11y-scan-spm-fish.sh
144148
```
145149

150+
#### Disable Sandboxing
151+
1. In Xcode project, select first item (project root) in the left folder tree and go to Build Settings tab
152+
2. Search for sandbox > Set user script sandboxing to “NO”
153+
146154
#### Add a Build Phase
147155
Repeat these steps for each target in your project
148156

0 commit comments

Comments
 (0)