{"id":16279815,"url":"https://github.com/cozzin/carthagefilelist","last_synced_at":"2026-04-30T10:04:53.733Z","repository":{"id":101128770,"uuid":"194488627","full_name":"cozzin/CarthageFileList","owner":"cozzin","description":"🛠 xcfilelist generator for Carthage","archived":false,"fork":false,"pushed_at":"2019-07-01T12:17:45.000Z","size":13857,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-08T17:52:45.362Z","etag":null,"topics":["carthage","shell-script","xcfilelist","xcode"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"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/cozzin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2019-06-30T07:36:22.000Z","updated_at":"2019-07-01T12:17:48.000Z","dependencies_parsed_at":"2023-05-24T17:00:16.014Z","dependency_job_id":null,"html_url":"https://github.com/cozzin/CarthageFileList","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cozzin/CarthageFileList","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cozzin%2FCarthageFileList","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cozzin%2FCarthageFileList/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cozzin%2FCarthageFileList/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cozzin%2FCarthageFileList/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cozzin","download_url":"https://codeload.github.com/cozzin/CarthageFileList/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cozzin%2FCarthageFileList/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32460789,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"online","status_checked_at":"2026-04-30T02:00:05.929Z","response_time":57,"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":["carthage","shell-script","xcfilelist","xcode"],"created_at":"2024-10-10T19:01:02.424Z","updated_at":"2026-04-30T10:04:53.705Z","avatar_url":"https://github.com/cozzin.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CarthageFileListMaker\n\n`.xcfilelist` file generator for Carthage\n\n## Motivation\n\nWe can use `xcfilelist` file for setting input \u0026 output files in Xcode script.(https://github.com/Carthage/Carthage#if-youre-building-for-ios-tvos-or-watchos) However, you should write `$(SRCROOT)/Carthage/Build/iOS` in every line. It's very annoying 😩, so I created an automation shell script. You can find `CarthageFileListMaker.sh` in `Carthage` Folder.\n\n## Before\n1. Edit `input.xcfilelist`\n```\n$(SRCROOT)/Carthage/Build/iOS/Alamofire.framework\n$(SRCROOT)/Carthage/Build/iOS/SnapKit.framework\n```\n\n2. Edit `output.xcfilelist`\n```\n$(BUILT_PRODUCTS_DIR)/$(FRAMEWORKS_FOLDER_PATH)/Alamofire.framework\n$(BUILT_PRODUCTS_DIR)/$(FRAMEWORKS_FOLDER_PATH)/SnapKit.framework\n```\n\n## Now\n1. Edit `FrameworkNames`\n```\nAlamofire\nSnapKit\n```\n\n2. Run `CarthageFileListMaker`\n```\n$ sh CarthageFileListMaker.sh\n```\n\n3. Boom 🎉 Here are `xcfilelist`s.\n```\n$ ls\ninput.xcfilelist\noutput.xcfilelist\nFrameworkNames\nCarthageFileListMaker.sh\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcozzin%2Fcarthagefilelist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcozzin%2Fcarthagefilelist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcozzin%2Fcarthagefilelist/lists"}