File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
6464curl -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
6872Repeat these steps for each target in your project
6973
@@ -143,6 +147,10 @@ Fish
143147curl -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
147155Repeat these steps for each target in your project
148156
You can’t perform that action at this time.
0 commit comments