Skip to content

Commit edd6e7f

Browse files
authored
Update README.md
1 parent aa3410f commit edd6e7f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,15 @@ Alternatively, you can use a prebuilt binary release of the tool distributed und
4848

4949
### Using Swift Package Manager
5050

51-
Add `.package(url: "[email protected]:mikeger/XcodeSelectiveTesting", .upToNextMajor(from: "0.10.2"))` to your `Package.swift`'s `dependencies` section.
51+
Add `.package(url: "[email protected]:mikeger/XcodeSelectiveTesting", .upToNextMajor(from: "0.10.4"))` to your `Package.swift`'s `dependencies` section.
5252

5353
Use SPM to run the command: `swift run xcode-selective-test`.
5454

5555
Alternatively, you can use a prebuilt binary release of the tool distributed under [releases](https://github.com/mikeger/XcodeSelectiveTesting/releases) section.
5656

5757
### Using [Mint](https://github.com/yonaskolb/Mint)
5858

59-
`mint install mikeger/[email protected].2`
59+
`mint install mikeger/[email protected].4`
6060

6161
### Manually
6262

@@ -83,7 +83,7 @@ NB: This command assumes you have [jq](https://jqlang.github.io/jq/) tool instal
8383

8484
Alternatively, you can use CLI to achieve the same result:
8585

86-
1. Run `mint run mikeger/[email protected].2 YourWorkspace.xcworkspace --test-plan YourTestPlan.xctestplan`
86+
1. Run `mint run mikeger/[email protected].4 YourWorkspace.xcworkspace --test-plan YourTestPlan.xctestplan`
8787
2. Run tests normally, XcodeSelectiveTesting would modify your test plan according to the local changes
8888

8989
### Use case: Xcode-based project, execute tests on the CI, no test plan
@@ -96,7 +96,7 @@ Alternatively, you can use CLI to achieve the same result:
9696
### Use case: Xcode-based project, execute tests on the CI, with test plan
9797

9898
1. Add code to install the tool
99-
2. Add a CI step before you execute your tests: `mint run mikeger/[email protected].2 YourWorkspace.xcworkspace --test-plan YourTestPlan.xctestplan --base-branch $PR_BASE_BRANCH`
99+
2. Add a CI step before you execute your tests: `mint run mikeger/[email protected].4 YourWorkspace.xcworkspace --test-plan YourTestPlan.xctestplan --base-branch $PR_BASE_BRANCH`
100100
3. Execute your tests
101101

102102
## How does this work?

0 commit comments

Comments
 (0)