Jonathan Chang c602090624
Merge pull request #9123 from jonchang/xcode-12.2
xcode: update for Xcode 12.2
2020-11-13 16:55:25 +11:00
..
2020-11-10 23:28:31 +11:00
2020-10-10 14:59:39 +02:00
2020-11-12 17:06:47 +00:00
2020-11-10 23:28:31 +11:00
2020-11-12 17:06:47 +00:00
2020-11-11 08:52:55 +01:00
2020-11-11 08:52:55 +01:00
2020-11-10 23:28:31 +11:00
2020-11-12 17:06:47 +00:00
2020-10-11 00:30:09 +02:00
2020-11-06 00:16:35 -05:00
2020-11-12 17:06:47 +00:00
2020-10-12 09:23:49 +01:00
2020-10-10 14:59:39 +02:00
2020-10-10 14:59:39 +02:00
2020-10-10 14:59:39 +02:00
2020-10-10 14:59:39 +02:00
2020-10-10 14:59:39 +02:00
2020-11-11 08:52:55 +01:00
2020-10-10 14:59:39 +02:00
2020-10-10 14:59:39 +02:00
2020-10-10 14:59:39 +02:00
2020-11-12 17:06:47 +00:00
2020-10-10 14:59:39 +02:00
2020-10-09 16:45:13 +02:00
2020-11-12 17:06:47 +00:00
2020-11-12 17:06:47 +00:00
2020-10-10 14:59:39 +02:00
2020-10-10 14:59:39 +02:00
2020-10-10 14:59:39 +02:00
2020-11-05 23:50:55 -05:00
2020-10-10 14:59:39 +02:00
2020-10-10 14:59:39 +02:00
2020-10-10 14:59:39 +02:00
2020-10-19 22:10:21 +02:00
2020-10-10 14:59:39 +02:00
2020-11-05 23:50:55 -05:00
2020-10-10 14:59:39 +02:00
2020-10-10 14:59:39 +02:00
2020-11-12 17:06:47 +00:00
2020-10-10 14:59:39 +02:00
2020-11-04 18:53:03 -05:00
2020-11-05 00:53:12 -05:00

Homebrew's Formula API

This is the public API for Homebrew.

The main class you should look at is the {Formula} class (and classes linked from there). That's the class that's used to create Homebrew formulae (i.e. package descriptions). Assume anything else you stumble upon is private.

You may also find the Formula Cookbook and Ruby Style Guide helpful in creating formulae.

Good luck!