Skip to content

Commit 00573d2

Browse files
Update content
Update content
1 parent 7077b9a commit 00573d2

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# AccessibilityDevTools
2-
A Swift Package Manager (SPM) command plugin and CLI tool that scans your iOS Swift codebase for accessibility issues using BrowserStack’s Accessibility DevTools rule engine.
2+
A Swift Package Manager (SPM) command plugin that scans your iOS Swift codebase for accessibility issues using BrowserStack’s Accessibility DevTools rule engine.
33

4-
AccessibilityDevTools enables static accessibility linting directly inside Xcode, via SwiftPM, or using the standalone BrowserStack CLI, helping teams catch WCAG violations early—before UI tests, QA, or production.
4+
AccessibilityDevTools enables static accessibility linting directly inside Xcode via SwiftPM, helping teams catch WCAG violations early—before UI tests, QA, or production.
55

66
---
77
## 🚀 Key Capabilities
@@ -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
@@ -44,10 +44,10 @@ AccessibilityDevTools enables static accessibility linting directly inside Xcode
4444
---
4545
## Installation
4646
### 1. Projects created with XCode
47-
> Note: XCode projects don’t have a Package.swift file. However, the script will manage this for you. If you prefer not to do this or face any issues, you can use our CLI for linting instead.
47+
> Note: XCode projects don’t have a `Package.swift` file. However, the script will manage this for you. If you prefer not to do this or face any issues, you can use our CLI for linting instead.
4848

4949
#### Clone Script
50-
Run the following command at the <span style="color:red">root of your repository</span>
50+
Run the following command at the **root of your repository**
5151

5252
Zsh
5353
```zsh
@@ -71,7 +71,7 @@ Repeat these steps for each target in your project
7171
2. Click + to create a new build phase. Name the newly created build phase to a name such as **BrowserStack Accessibility Linter**.
7272
![Build Phase](./resources/build-phase.png "Build Phase")
7373
3. Drag this newly created build phase above **Compile Sources** step
74-
4. Delete any existing code in the newly created build step and add the following code.
74+
4. Delete any existing code in the newly created build step and add the following code
7575
5. Add this script:
7676
```
7777
./browserstack-a11y-scan-spm.sh --include **/*.swift --non-strict
@@ -113,7 +113,7 @@ let package = Package(
113113
```
114114

115115
#### Clone Script
116-
Run the following command in the <span style="color:red;">root of your repository</span>
116+
Run the following command at the **root of your repository**
117117

118118
Zsh
119119
```zsh
@@ -134,7 +134,7 @@ curl -L -o browserstack-a11y-scan-spm.sh "https://raw.githubusercontent.com/brow
134134
Repeat these steps for each target in your project
135135

136136
1. Select a target from the targets left sidebar and go to Build Phases tab
137-
2. Click + to create a new build phase. Name the newly created build phase to a name such as **BrowserStack Accessibility Linter**
137+
2. Click + to create a new build phase. Name the newly created build phase to a name such as **BrowserStack Accessibility Linter**.
138138
![Build Phase](./resources/build-phase.png "Build Phase")
139139
3. Drag this newly created build phase above **Compile Sources** step
140140
4. Delete any existing code in the newly created build step and add the following code.

0 commit comments

Comments
 (0)