{"id":31865469,"url":"https://github.com/testableapple/xcsize","last_synced_at":"2025-10-14T21:01:56.801Z","repository":{"id":318710861,"uuid":"1072456538","full_name":"testableapple/xcsize","owner":"testableapple","description":null,"archived":false,"fork":false,"pushed_at":"2025-10-09T11:20:57.000Z","size":13,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-10T13:10:40.621Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/testableapple.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-08T18:39:13.000Z","updated_at":"2025-10-09T11:20:31.000Z","dependencies_parsed_at":"2025-10-10T13:10:42.536Z","dependency_job_id":"58ba90cb-6fff-4c2b-b319-0dc26c92e0c7","html_url":"https://github.com/testableapple/xcsize","commit_stats":null,"previous_names":["testableapple/xcsize"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/testableapple/xcsize","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/testableapple%2Fxcsize","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/testableapple%2Fxcsize/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/testableapple%2Fxcsize/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/testableapple%2Fxcsize/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/testableapple","download_url":"https://codeload.github.com/testableapple/xcsize/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/testableapple%2Fxcsize/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279009968,"owners_count":26084671,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-12T02:00:06.719Z","response_time":53,"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":"2025-10-12T19:56:50.457Z","updated_at":"2025-10-13T20:01:48.058Z","avatar_url":"https://github.com/testableapple.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# XCSize\n\nA Ruby gem to profile iOS and macOS app and framework sizes from linkmap files, providing detailed breakdowns and insights.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'xcsize'\n```\n\nAnd then execute:\n\n```bash\n$ bundle install\n```\n\nOr install it yourself as:\n\n```bash\n$ gem install xcsize\n```\n\n## Usage\n\n### Profile a single linkmap\n\n```bash\nxcsize profile --linkmap path/to/your/linkmap.txt\n```\n\nOptions:\n- `--linkmap STRING` - Linkmap file path\n- `--threshold BYTES` - Minimum size threshold in bytes (default: 0)\n\n### Compare two linkmaps\n\n```bash\nxcsize compare --old-linkmap old_linkmap.txt --new-linkmap new_linkmap.txt\n```\n\nOptions:\n- `--old-linkmap STRING` - Old linkmap file path\n- `--new-linkmap STRING` - New linkmap file path\n- `--threshold BYTES` - Minimum size threshold in bytes (default: 0)\n\n## [fastlane](https://github.com/fastlane/fastlane) integration\n\nTo get started with [xcsize fastlane plugin](https://github.com/testableapple/fastlane-plugin-xcsize), add it to your project by running:\n\n```bash\nfastlane add_plugin xcsize\n```\n\n### Usage\n\n```ruby\nlane :test do\n  xcsize(linkmap: 'path/to/your/linkmap.txt')\n\n  xcsize_diff(old_linkmap: 'path/to/your/old_linkmap.txt', new_linkmap: 'path/to/your/new_linkmap.txt')\nend\n```\n\n## License\n\nThis project is licensed under the terms of the MIT license. See the [LICENSE](LICENSE) file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftestableapple%2Fxcsize","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftestableapple%2Fxcsize","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftestableapple%2Fxcsize/lists"}