Skip to content

Commit

Permalink
Merge pull request #109 from orchetect/dev
Browse files Browse the repository at this point in the history
README updated
  • Loading branch information
orchetect authored Jun 12, 2022
2 parents 3af2a69 + 937b069 commit 8b4d617
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Abstractions are built as optional extensions in their own repos.

- In a Swift Package, add it to the Package.swift dependencies:
```swift
.package(url: "https://github.com/orchetect/MIDIKit", from: "0.4.0")
.package(url: "https://github.com/orchetect/MIDIKit", from: "0.4.9")
```

2. Import the library:
Expand All @@ -40,6 +40,11 @@ Abstractions are built as optional extensions in their own repos.

See the MIDIKit [Wiki](https://github.com/orchetect/MIDIKit/wiki) which includes a [Getting Started](https://github.com/orchetect/MIDIKit/wiki/Getting-Started) guide, links to examples, and troubleshooting tips.

## System Compatibility

- Xcode 12.4 / macOS 10.15.7 are minimum requirements to compile
- When compiled, MIDIKit supports macOS 10.12+ and iOS 10.0+ (tvOS and watchOS are supported but not fully tested)

## Author

Coded by a bunch of 🐹 hamsters in a trenchcoat that calls itself [@orchetect](https://github.com/orchetect).
Expand Down

0 comments on commit 8b4d617

Please sign in to comment.