Skip to content

Commit

Permalink
Update readme 💡
Browse files Browse the repository at this point in the history
  • Loading branch information
chicio committed Nov 10, 2018
1 parent 5f57598 commit 4292f3f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Expand Up @@ -51,9 +51,10 @@ and then run pod install (or pod update).

ID3TagEditor is also available as Swift Package for the Swift Package Manager. To use it simply add it to your dependecies in the Swift `Package.swift`.
After that you can build your project with the command `swift build`, and eventually run you project (if it is an executable type) with the command `swift run`.
If you want you can also run tests using `swift test`.
*IMPORTANT: at the moment some tests are excluded from `swift test` because the test api is missing (eg. `XCTestExpectation`) or
because the Bundle of resources in the test target doesn't work as expected.
If you want you can also run tests using `swift test`.

*IMPORTANT: at the moment some tests are excluded from `swift test` because some test api are missing (eg. `XCTestExpectation`) or
because the Bundle of resources in the test target doesn't work as expected.*

```
// swift-tools-version:4.2
Expand Down

0 comments on commit 4292f3f

Please sign in to comment.