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
- Host: GitHub
- URL: https://github.com/keith/cctools
- Owner: keith
- License: other
- Created: 2021-04-28T02:52:05.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-05-04T17:08:46.000Z (about 2 years ago)
- Last Synced: 2025-01-09T03:23:10.997Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 4.47 MB
- Stars: 11
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```