File tree Expand file tree Collapse file tree 1 file changed +6
-11
lines changed
Expand file tree Collapse file tree 1 file changed +6
-11
lines changed Original file line number Diff line number Diff line change 1- [ ![ Build Status] ( https://badgen.net/travis/thumbtack/ star )] ( https://travis-ci .com/thumbtack /star )
2- [ ![ SPM Latest Version] ( https://img.shields.io/github/v/release/thumbtack /star?label=SPM )] ( https://swiftpackageindex.com/thumbtack /star )
3- [ ![ License] ( https://img.shields.io/github/license/thumbtack /star?color=important )] ( https://github.com/thumbtack /star/blob/main/LICENSE )
1+ [ ![ Build Status] ( https://badgen.net/github/checks/kevinmbeaulieu/ star )] ( https://github .com/kevinmbeaulieu /star/actions/workflows/ci.yml?query=branch%3Amain )
2+ [ ![ SPM Latest Version] ( https://img.shields.io/github/v/release/kevinmbeaulieu /star?label=SPM )] ( https://swiftpackageindex.com/kevinmbeaulieu /star )
3+ [ ![ License] ( https://img.shields.io/github/license/kevinmbeaulieu /star?color=important )] ( https://github.com/kevinmbeaulieu /star/blob/main/LICENSE )
44
55# Swift Type Adoption Reporter (STAR)
66
@@ -98,9 +98,9 @@ let package = Package(
9898If you have ideas to make STAR more useful, open an issue or submit a pull request! See below for instructions on building/testing locally.
9999
100100```
101- $ git clone git@github.com/thumbtack /star.git
101+ $ git clone git@github.com/kevinmbeaulieu /star.git
102102$ cd star
103- $ open -a Xcode .
103+ $ xed .
104104```
105105
106106### To build & run locally:
@@ -118,10 +118,5 @@ $ swift test
118118```
119119
120120#### With Xcode:
121- 1 . Create Xcode project:
122-
123- ```
124- $ swift package generate-xcodeproj
125- ```
126- 2. Open `SwiftTypeAdoptionReporter.xcodeproj`
121+ 1 . Open project in Xcode with ` xed . `
1271223 . In Xcode, ** Product -> Test**
You can’t perform that action at this time.
0 commit comments