├── .gitignore ├── LICENSE ├── README.md ├── carthage-developer-checkouts ├── carthage-developer-uncheckouts └── carthage-verify /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Carthage/workflows/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Carthage/workflows/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Carthage/workflows/HEAD/README.md -------------------------------------------------------------------------------- /carthage-developer-checkouts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Carthage/workflows/HEAD/carthage-developer-checkouts -------------------------------------------------------------------------------- /carthage-developer-uncheckouts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Carthage/workflows/HEAD/carthage-developer-uncheckouts -------------------------------------------------------------------------------- /carthage-verify: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Carthage/workflows/HEAD/carthage-verify --------------------------------------------------------------------------------