Skip to content

Releases: the-swift-collective/swift-package-collection-generator

v1.0.0

31 Oct 12:11
d3cdfec
Compare
Choose a tag to compare

Prebuilt binaries are provided for the arm64 macOS platform below.

macOS Installation

  1. Download and unzip the archive from the section below.
  2. Then run the following in your terminal to install (assuming you downloaded and extracted them in ~/Downloads):
    sudo cp ~/Downloads/macos-arm64-swift-package-collection-generator/package-collection-generate /usr/local/bin/
    sudo cp ~/Downloads/macos-arm64-swift-package-collection-generator/package-collection-diff /usr/local/bin/
    sudo cp ~/Downloads/macos-arm64-swift-package-collection-generator/package-collection-sign /usr/local/bin/
    sudo cp ~/Downloads/macos-arm64-swift-package-collection-generator/package-collection-validate /usr/local/bin/
  3. Feel free to cleanup this directory after installing, by dragging it to the trash or running the following in your terminal:
    rm -r ~/Downloads/macos-arm64-swift-package-collection-generator