Skip to content

Commit

Permalink
Add README
Browse files Browse the repository at this point in the history
  • Loading branch information
keeshux committed Apr 14, 2024
1 parent 6fa26e5 commit b2e314a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import PackageDescription
let package = Package(
name: "wg-go-apple",
platforms: [
.macOS(.v12),
.iOS(.v15),
.macOS(.v12),
.tvOS(.v17)
],
products: [
Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
![iOS 15+](https://img.shields.io/badge/iOS-15+-green.svg)
![macOS 12+](https://img.shields.io/badge/macOS-12+-green.svg)
![tvOS 17+](https://img.shields.io/badge/tvOS-17+-green.svg)

# wg-go

This Swift package provides a binary version of wg-go, built with the scripts of [the official WireGuard repository][repo-wg-go].

[repo-wg-go]: https://github.com/WireGuard/wireguard-apple/tree/master/Sources/WireGuardKitGo

0 comments on commit b2e314a

Please sign in to comment.