This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class SpmPlayground < Formula | |
desc "Command line tool to create an Xcode project with a Playground and an SPM library ready for use in it" | |
homepage "https://github.com/finestructure/SPMPlayground" | |
url "https://github.com/finestructure/SPMPlayground/archive/0.4.0.tar.gz" | |
sha256 "774868a14a8bc5f5002979613543463fee7f381b7349b865e956a1a44fbf3940" | |
version '0.4.0' | |
depends_on :xcode => ["11.0", :build, :test] | |
def install |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class Xcutils < Formula | |
desc 'A collection of utilities that aid with the use of the Xcode CLI, packaged as a single SwiftPM Package.' | |
homepage 'https://github.com/JosephDuffy/xcutils' | |
url 'https://github.com/JosephDuffy/xcutils/archive/v0.1.2-rc2.tar.gz' | |
sha256 '82200150a8d6ce1e91f7258724716e52fb1c932e78bafb596d40e32388c39583' | |
license 'MIT' | |
version '0.1.2' | |
def install | |
system 'swift', 'build', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[buildPlans.IosevkaNano] | |
family = "Iosevka Nano" | |
spacing = "normal" | |
serifs = "sans" | |
noCvSs = true | |
exportGlyphNames = false | |
[buildPlans.IosevkaNano.variants] | |
inherits = "ss20" |
OlderNewer