File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -51,17 +51,17 @@ Run the following command at the **root of your repository**
5151
5252Zsh
5353` ` ` zsh
54- curl -L -o browserstack-a11y-scan-spm.sh " https://raw.githubusercontent.com/browserstack/AccessibilityDevTools/refs/heads/main/scripts/zsh/spm.sh" && chmod 0775 browserstack-a11y-scan-spm.sh
54+ curl -L -o browserstack-a11y-scan-spm.sh " https://raw.githubusercontent.com/browserstack/AccessibilityDevTools/refs/heads/main/scripts/zsh/spm.sh" && chmod 0775 browserstack-a11y-scan-spm-zsh .sh
5555` ` `
5656
5757Bash
5858` ` ` bash
59- curl -L -o browserstack-a11y-scan-spm.sh " https://raw.githubusercontent.com/browserstack/AccessibilityDevTools/refs/heads/main/scripts/bash/spm.sh" && chmod 0775 browserstack-a11y-scan-spm.sh
59+ curl -L -o browserstack-a11y-scan-spm.sh " https://raw.githubusercontent.com/browserstack/AccessibilityDevTools/refs/heads/main/scripts/bash/spm.sh" && chmod 0775 browserstack-a11y-scan-spm-bash .sh
6060` ` `
6161
6262Fish
6363` ` ` fish
64- curl -L -o browserstack-a11y-scan-spm.sh " https://raw.githubusercontent.com/browserstack/AccessibilityDevTools/refs/heads/main/scripts/fish/spm.sh" && chmod 0775 browserstack-a11y-scan-spm.sh
64+ curl -L -o browserstack-a11y-scan-spm.sh " https://raw.githubusercontent.com/browserstack/AccessibilityDevTools/refs/heads/main/scripts/fish/spm.sh" && chmod 0775 browserstack-a11y-scan-spm-fish .sh
6565` ` `
6666# ### Disable Sandboxing
6767- In Xcode, select first item (project root) in the left folder tree and go to Build Settings tab
You can’t perform that action at this time.
0 commit comments