{"id":17851591,"url":"https://github.com/bielikb/fastlane-plugin-create_xcframework","last_synced_at":"2025-04-12T09:33:31.849Z","repository":{"id":45218876,"uuid":"275335663","full_name":"bielikb/fastlane-plugin-create_xcframework","owner":"bielikb","description":"Fastlane plugin that creates xcframework for given list of destinations 🚀","archived":false,"fork":false,"pushed_at":"2024-10-09T11:53:22.000Z","size":41,"stargazers_count":76,"open_issues_count":6,"forks_count":14,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-03T10:11:23.474Z","etag":null,"topics":["fastlane","fat","framework","module","plugin","stability","swift","xcframework","xcode"],"latest_commit_sha":null,"homepage":"","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/bielikb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2020-06-27T09:02:41.000Z","updated_at":"2025-02-27T07:10:53.000Z","dependencies_parsed_at":"2024-12-08T22:03:25.084Z","dependency_job_id":"fcb09e1c-b912-4177-b722-28b0ac49b0ff","html_url":"https://github.com/bielikb/fastlane-plugin-create_xcframework","commit_stats":{"total_commits":17,"total_committers":7,"mean_commits":"2.4285714285714284","dds":0.5882352941176471,"last_synced_commit":"93ab56ddf7ede089f91f1e61f34984503a9d1557"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bielikb%2Ffastlane-plugin-create_xcframework","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bielikb%2Ffastlane-plugin-create_xcframework/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bielikb%2Ffastlane-plugin-create_xcframework/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bielikb%2Ffastlane-plugin-create_xcframework/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bielikb","download_url":"https://codeload.github.com/bielikb/fastlane-plugin-create_xcframework/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248546302,"owners_count":21122287,"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","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":["fastlane","fat","framework","module","plugin","stability","swift","xcframework","xcode"],"created_at":"2024-10-27T23:03:20.049Z","updated_at":"2025-04-12T09:33:31.811Z","avatar_url":"https://github.com/bielikb.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# create_xcframework plugin\n\n[![fastlane Plugin Badge](https://rawcdn.githack.com/fastlane/fastlane/master/fastlane/assets/plugin-badge.svg)](https://rubygems.org/gems/fastlane-plugin-create_xcframework)\n\n## About create_xcframework\n\nFastlane plugin that creates xcframework for given list of destinations 🚀\n\n## Requirements\n\n* Xcode 11.x or greater. Download it at the [Apple Developer - Downloads](https://developer.apple.com/downloads) or the [Mac App Store](https://apps.apple.com/us/app/xcode/id497799835?mt=12).\n* fastlane\n\n## Getting Started\n\nTo get started with `create_xcframework` plugin, add it to your project by running:\n\n```bash\n$ fastlane add_plugin create_xcframework\n```\n\n## Usage\n\n```ruby\ncreate_xcframework(\n    workspace: 'path/to/your.xcworkspace',\n    scheme: 'framework scheme',\n    product_name: 'Sample', # optional if scheme doesnt match the name of your framework\n    destinations: ['iOS', 'maccatalyst'],\n    xcframework_output_directory: 'path/to/your/output dir'\n)\n```\n\nRun\n```bash\n$ fastlane actions create_xcframework\n```\nto learn more about the plugin.\n\n### Supported destinations\n\n* iOS\n* iPadOS\n* maccatalyst\n* tvOS\n* watchOS\n* carPlayOS\n* macOS\n* visionOS\n\n## Output\n\n#### Files:\n* xcframework\n* dSYMs dir\n* BCSymbolMaps dir (if bitcode is enabled)\n\n#### Env vars:\n* XCFRAMEWORK_OUTPUT_PATH\n* XCFRAMEWORK_DSYM_OUTPUT_PATH\n* XCFRAMEWORK_BCSYMBOLMAPS_OUTPUT_PATH\n\n\n## Contribution\n\n- If you **want to contribute**, read the [Contributing Guide](https://github.com/bielikb/fastlane-plugin-create_xcframework/blob/master/CONTRIBUTING.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbielikb%2Ffastlane-plugin-create_xcframework","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbielikb%2Ffastlane-plugin-create_xcframework","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbielikb%2Ffastlane-plugin-create_xcframework/lists"}