{"id":16853251,"url":"https://github.com/devxoul/swiftproj","last_synced_at":"2025-03-22T06:30:56.613Z","repository":{"id":56896878,"uuid":"107774324","full_name":"devxoul/Swiftproj","owner":"devxoul","description":"A command-line tool for managing Xcode project with Swift Package Manager.","archived":false,"fork":false,"pushed_at":"2017-10-22T15:33:22.000Z","size":33,"stargazers_count":15,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-05-08T22:45:18.779Z","etag":null,"topics":["carthage","swift-package-manager","xcode"],"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/devxoul.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}},"created_at":"2017-10-21T11:24:06.000Z","updated_at":"2021-11-15T06:20:04.000Z","dependencies_parsed_at":"2022-08-21T01:50:31.989Z","dependency_job_id":null,"html_url":"https://github.com/devxoul/Swiftproj","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devxoul%2FSwiftproj","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devxoul%2FSwiftproj/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devxoul%2FSwiftproj/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devxoul%2FSwiftproj/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devxoul","download_url":"https://codeload.github.com/devxoul/Swiftproj/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244918500,"owners_count":20531682,"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":["carthage","swift-package-manager","xcode"],"created_at":"2024-10-13T13:50:39.824Z","updated_at":"2025-03-22T06:30:56.316Z","avatar_url":"https://github.com/devxoul.png","language":"Ruby","readme":"# Swiftproj\n\n[![Gem](https://img.shields.io/gem/v/swiftproj.svg)](https://rubygems.org/gems/swiftproj)\n[![Build Status](https://travis-ci.org/devxoul/Swiftproj.svg?branch=master)](https://travis-ci.org/devxoul/Swiftproj)\n[![Codecov](https://img.shields.io/codecov/c/github/devxoul/Swiftproj.svg)](https://codecov.io/gh/devxoul/Swiftproj)\n\nA command-line tool for managing Xcode project with Swift Package Manager. I wrote this to make it easy to deploy to Carthage in a Swift Package Manager only project.\n\n## Basic Usage\n\n```console\n$ swiftproj help\n    version               Displays the current version of swiftproj\n    help                  Displays this help message\n    configure-scheme      Configures a scheme to have buildable targets only\n    add-systemframework   Adds a system framework to an existing target\n    remove-framework      Removes a framework from a target\n    generate-xcconfig     Generates a Xcode project file\n    generate-xcodeproj    Generates a xcconfig file from podspec file\n```\n\n## Example\n\nThis is an example of generating Xcodeproj file and archiving for Carthage release.\n\n```console\n$ swiftproj generate-xcconfig --podspec URLNavigator.podspec\n$ swiftproj generate-xcodeproj --xcconfig-overrides Config.xcconfig\n$ swiftproj add-system-framework \\\n    --project URLNavigator.xcodeproj \\\n    --target QuickSpecBase \\\n    --framework Platforms/iPhoneOS.platform/Developer/Library/Frameworks/XCTest.framework\n$ swiftproj configure-scheme \\\n    --project URLNavigator.xcodeproj \\\n    --scheme URLNavigator-Package \\\n    --targets URLNavigator,URLMatcher\n$ carthage build --no-skip-current\n$ carthage archive URLNavigator URLMatcher\n```\n\n## Installation\n\n```console\n$ gem install swiftproj\n```\n\n## License\n\nSwiftproj is under MIT license. See the [LICENSE](LICENSE) for more info.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevxoul%2Fswiftproj","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevxoul%2Fswiftproj","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevxoul%2Fswiftproj/lists"}