diff --git a/.gitignore b/.gitignore index 52a7389..891ee39 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ .DS_Store Project.xcodeproj set-simulator-location +.swiftpm/ diff --git a/Package.swift b/Package.swift index e0f0bdc..6c20beb 100644 --- a/Package.swift +++ b/Package.swift @@ -3,6 +3,14 @@ import PackageDescription let package = Package( name: "set-simulator-location", + products: [ + .executable( + name: "set-simulator-location", + targets: [ + "set-simulator-location" + ] + ) + ], targets: [ .target( name: "set-simulator-location", diff --git a/README.md b/README.md index 1323864..02f4a81 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,12 @@ With [`homebrew`](http://brew.sh/): $ brew install lyft/formulae/set-simulator-location ``` +With [`Mint`](https://github.com/yonaskolb/Mint): + +```sh +$ mint install lyft/set-simulator-location +``` + With a precompiled release: 1. Download the latest release from