Albert So

Results 7 comments of Albert So

Same error on 9 beta 6 `/Applications/Xcode-9.app: rejected (unsealed contents present in the bundle root) `

How about something like this? ``` --- :bucket_name: my-carthage-cache :prune_on_publish: false :aws_s3_client_options: :region: us-west-2 :access_key_id: KEY123 :secret_access_key: SECRET123 :repository_map: :Charts: git "[email protected]:danielgindi/ios-charts.git" :Realm: github "realm/realm-cocoa" :RealmSwift: github "realm/realm-cocoa" ```

Hi @Dschee , Thanks for pointing out [Carthage/Carthage#1489](https://github.com/Carthage/Carthage/pull/1489). Avoiding rebuilding frameworks unnecessarily will definitely help speed up developer work flows. For my organization, large dependency setups and the time it...

Here's a proposal of the changes I'd like to implement: - Configuration - granular_caching will be OFF by default. - Turn on by - Adding a `–granular_cache` command line option...

No problem @guidomb! Here are some of my thoughts: > Could you explain how the `prune` command would work if `granular_caching` is disabled? I took at look at the code...

Hi @guidomb , Do you have any preferences on how I submit the PR(s) for this feature? It's going to be pretty large. I could submit the changes in chunks...

Just a heads up that I'm pretty much done implementing this feature in house. If things change, and we end up wanting to look at the changes, I'd be happy...