An open API service indexing awesome lists of open source software.

https://github.com/keith/cctools

A mirror of Apple's cctools open source dump with buildable branches
https://github.com/keith/cctools

Last synced: 9 months ago
JSON representation

A mirror of Apple's cctools open source dump with buildable branches

Awesome Lists containing this project

README

          

# cctools

This repo is a mirror of cctools source dumps from opensource.apple.com.
This is useful for diffing changes between Xcode versions and building
various tools for debugging issues.

## Building

If you would like to build any of these tools yourself, which can be
useful for debugging various issues, you can use these branches:

- [buildable-16.0](https://github.com/keith/cctools/tree/buildable-16.0)
- [buildable-15.3](https://github.com/keith/cctools/tree/buildable-15.3)
- [buildable-15.0](https://github.com/keith/cctools/tree/buildable-15.0)
- [buildable-13.2.1](https://github.com/keith/cctools/tree/buildable-13.2.1)
- [buildable-12.0](https://github.com/keith/cctools/tree/buildable-12.0)

## Updating this repo

```sh
./update.sh URL_OF_TAR_GZ
```