{"id":19688425,"url":"https://github.com/reloni/carthage_cache","last_synced_at":"2026-06-09T18:31:54.382Z","repository":{"id":241226509,"uuid":"120082349","full_name":"reloni/carthage_cache","owner":"reloni","description":null,"archived":false,"fork":false,"pushed_at":"2018-01-21T15:56:29.000Z","size":53,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-27T09:57:17.267Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/reloni.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-02-03T10:45:57.000Z","updated_at":"2025-02-23T09:03:15.000Z","dependencies_parsed_at":"2024-05-23T04:40:34.484Z","dependency_job_id":null,"html_url":"https://github.com/reloni/carthage_cache","commit_stats":null,"previous_names":["reloni/carthage_cache"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/reloni/carthage_cache","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reloni%2Fcarthage_cache","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reloni%2Fcarthage_cache/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reloni%2Fcarthage_cache/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reloni%2Fcarthage_cache/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reloni","download_url":"https://codeload.github.com/reloni/carthage_cache/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reloni%2Fcarthage_cache/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34121021,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-09T02:00:06.510Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-11T18:37:55.728Z","updated_at":"2026-06-09T18:31:54.364Z","avatar_url":"https://github.com/reloni.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Carthage Cache [![Build Status](https://travis-ci.org/buildben/carthage_cache.svg?branch=master)](https://travis-ci.org/buildben/carthage_cache) [![codebeat badge](https://codebeat.co/badges/76ffb560-17e2-4f98-a0bc-3ce9c4314028)](https://codebeat.co/projects/github-com-buildben-carthage_cache-master)\n\nCommunity content-driven *Carthage* cache for dynamic \u0026 static binaries of your frameworks. \nEach one has specifically built for your Xcode \u0026 Swift versions to speed up your day.\n\n## Install\nThere're two ways: using precompiled binary or building from sources.\n\n### Download binary (CI/CD recommended)\nPaste that at a Terminal prompt:\n```bash\nwget https://static.buildben.io/carthage/client -O /usr/local/bin/bb_carthage_cache | chmod +x /usr/local/bin/bb_carthage_cache \n```\nThis script will download compiled binary and place it in your path.\n\n### Build from source\n**Requirements:** Go 1.8, OSX 10.10+\n1. Download source code to **$GOPATH**/src/buildben/carthage_cache/client\n2. In the source folder:\n```bash\nGOOS=darwin GOARCH=amd64 go build -o /usr/local/bin/bb_carthage_cache cmd/carthage_cache.go | chmod +x /usr/local/bin/bb_carthage_cache \n```\n3. Done. Now you can use it as any other tool. \n\n## Usage\n\n### Dynamic linking\nRun in your Cartfile.resolved location:\n```bash\nbb_carthage_cache\n```\nor if you want osx version:\n```bash\nbb_carthage_cache -platform mac\n```\nThis command will download and extract binaries to Carthage/Build path:\n![image](https://habrastorage.org/webt/hf/q-/jc/hfq-jcgzllyp4s8mhdfgsdavn6a.png)\n\nOr build and upload to the cloud if nobody used this combination of framework \u0026 Xcode versions previously.\n\n### Static linking\nAlmost the same. Run in your Cartfile.resolved location:\n```bash\nbb_carthage_cache -static\n```\nand for osx:\n```bash\nbb_carthage_cache -platform mac -static\n```\n\n**Warning!**\n- Be sure to remove copy-frameworks step from your build steps when using static linking. Otherwise it will double your dependencies size.\n- Static linking drops all resources from frameworks, keep that in mind. Dynamic \u0026 static linking together is not supported (yet)\n\n## Support\nThere're a few limitations still:\n- Cartfile.resolved won't be updated when you add a framework to your Cartfile. You must do it manually (yet)\n- Realm static library is built without bitcode and dsym for compression purposes\n- Realm static library presence is limited to Xcode ```9.1```, ```9.2``` and ```3.0.1``` or later version of Realm itself.\n\nIf you find yourself stuck upon an obstacle feel free to open an issue in any comfortable format. I check it almost every day. \n\n## Uninstall\nMaybe you would open an issue first? \nBut if you strongly decided to purge that evil from your property... then:\n```bash\nsudo rm -f /usr/local/bin/bb_carthage_cache\n```\nThat's it. Bye-bye.\n\n## Motivation\nLeave a star if you find it useful. It hugely motivates to go on with the development. \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freloni%2Fcarthage_cache","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freloni%2Fcarthage_cache","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freloni%2Fcarthage_cache/lists"}