You can use the Swift Package Manager by declaring BRIck as a dependency in your Package.swift
file:
.package(url: "https://github.com/gorillka/BRIck", from: "4.0.0")
For more information, see the Swift Package Manager documentation.
Run the install-xcode.template.sh
shell script to copy the templates to the Xcode templates folder. Once you have successfully copied the templates, when adding a new file in Xcode, the BRIck group will show up.