diff --git a/.gitignore b/.gitignore index 330d167..958da7a 100644 --- a/.gitignore +++ b/.gitignore @@ -88,3 +88,7 @@ fastlane/test_output # https://github.com/johnno1962/injectionforxcode iOSInjectionProject/ + + +# Will added this +/.swiftpm diff --git a/RELEASE.md b/RELEASE.md index 6a3ff5f..03988e8 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -7,17 +7,19 @@ 2. Create binaries 1. ```sh - xcodebuild + swift build -c release ``` 2. ```sh - build/Release/CoreLocationCLI -h + ./.build/arm64-apple-macosx/debug/CoreLocationCLI --help ``` 3. Zip it using Finder 3. Copy that binary into the GitHub release -4. Push to Homebrew cask +4. Push to Homebrew, see details [here](https://github.com/Homebrew/homebrew-cask/blob/master/CONTRIBUTING.md#updating-a-cask) - 1. The PR can be autogenerated using the `cask-repair` script; see details [here](https://github.com/Homebrew/homebrew-cask/blob/master/CONTRIBUTING.md#updating-a-cask) + 1. ```sh + brew bump-cask-pr --version 4.0.0 CoreLocationCLI + ```