-
Notifications
You must be signed in to change notification settings - Fork 26
Description
Hi @guidomb,
cc: @mokagio , @Dschee
I'd like to restart the discussion that was in issue #12 .
My organization has multiple projects which share dependencies including in house dependencies. When we publish a new release of an in house dependency, we would like to publish it to the cache for all other projects to use. We would need to enhance carthage_cache to also support publishing and downloading frameworks individually.
I'd like to propose that we follow option #1 as discussed here: #12 (comment)
As for the issue about not having a way to go from a built framework back to a Cartfile.resolved entry (#12 (comment)), I'm thinking we can include an optional repository mapping in .carthage_cache.yml. This is similar to how Rome solves this problem.
If we have the go ahead to implement this enhancement, I'll volunteer to do most of the implementation.
Your thoughts?