Carthage/workflows

Name: workflows

Owner: Carthage

Description: Opinionated workflows built on top of Carthage

Created: 2015-05-15 04:30:13.0

Updated: 2018-03-13 15:02:14.0

Pushed: 2017-12-19 04:19:47.0

Homepage: null

Size: 4

Language: Shell

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

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.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.