| Age | Commit message (Collapse) | Author |
|
The release was patched to address https://github.com/tomaz/appledoc/issues/395.
Closes #22471.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
|
|
|
|
|
|
The `brew audit` check complains about the older /tarball/ URL scheme. Update
formulae to use the new /archive/ URL and update the SHA to match.
Closes #18813.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
|
|
|
|
Closes #16582.
|
|
Closes #15137.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Compile-in default template location
Allows most folks to avoid linking to the Templates, but still
allows them to override the default templates in any documented
manner.
Closes #14693.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
Anything that calls `xcodebuild` needs a full install of XCode.app. Two
formulae ommitted from this patch:
- `fuse4x_kext`: Everything that depends on the kernel extension can be
compiled by the CLT. Therefore, this formula is bottled and XCode is only
needed to produce the bottles.
- `graphviz`: XCode is only used to create GraphViz.app which is not used by
any of the things which depend on `graphviz`. Creating the app should be
made into an option.
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Create a basic install of the appledoc developer tool.
https://github.com/tomaz/appledoc/blob/master/Readme.markdown
Closes #9584.
Signed-off-by: Tim Shadel <github@timshadel.com>
Signed-off-by: Max Howell <max@methylblue.com>
I added a test and added to the caveats.
|