All Projects → Carthage → Workflows

Carthage / Workflows

Licence: mit
Opinionated workflows built on top of Carthage

Programming Languages

shell
77523 projects

workflows

Opinionated workflows built on top of Carthage

carthage-developer-checkouts

Replaces Carthage checkouts with symlinks pointed inside the parent directory (..), useful for developing dependencies in coordination with the parent project, while avoiding the need for submodules.

carthage-verify

Verifies that the commitish values in the Cartfile.resolved file are in sync with the commitish values in the Carthage/Build/*.version files.

Can be added to an Xcode project as a "run script" build phase to prevent developers from building the project with carthage-built frameworks that are out of sync with the contents of the Cartfile.resolved. This occurs because the Carthage/Build folder is typically ignored in version control, and a developer may have a stale contents in their local checkout from the last time they ran a carthage bootstrap.

Similar in behavior to the CocoaPods Manifest.lock file.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].