{"id":13992611,"url":"https://github.com/0xced/xcproj","last_synced_at":"2025-04-09T16:10:54.564Z","repository":{"id":62423361,"uuid":"1355632","full_name":"0xced/xcproj","owner":"0xced","description":"Command line tool for manipulating Xcode project files","archived":false,"fork":false,"pushed_at":"2024-05-29T23:33:00.000Z","size":249,"stargazers_count":320,"open_issues_count":4,"forks_count":25,"subscribers_count":16,"default_branch":"develop","last_synced_at":"2025-04-09T16:10:47.550Z","etag":null,"topics":["xcode","xcodeproj"],"latest_commit_sha":null,"homepage":"","language":"Objective-C","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/0xced.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-02-11T16:11:15.000Z","updated_at":"2025-04-03T00:09:48.000Z","dependencies_parsed_at":"2022-11-01T17:34:25.382Z","dependency_job_id":null,"html_url":"https://github.com/0xced/xcproj","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xced%2Fxcproj","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xced%2Fxcproj/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xced%2Fxcproj/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xced%2Fxcproj/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0xced","download_url":"https://codeload.github.com/0xced/xcproj/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248065284,"owners_count":21041872,"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":["xcode","xcodeproj"],"created_at":"2024-08-09T14:02:03.747Z","updated_at":"2025-04-09T16:10:54.539Z","avatar_url":"https://github.com/0xced.png","language":"Objective-C","funding_links":[],"categories":["Objective-C"],"sub_categories":[],"readme":"## About\n\n**xcproj** is a command line tool for manipulating Xcode project files. It doesn’t do much yet. It also serves as a testbed for [XCDUndocumentedChecker](https://github.com/0xced/xcproj/blob/develop/Sources/XCDUndocumentedChecker.m).\n\n## Requirements\n\nxcproj works with Xcode 5 and 6. Xcode 4 support has been discontinued.\n\n## Installation\n\n### Homebrew\n\n```\nbrew install xcproj\n```\n\n### Manually\n\nTo install the `xcproj` tool in `/usr/local/bin` run the following command, with `sudo` if required:\n\n```\nxcodebuild -target xcproj install DSTROOT=/\n```\n\nIf you want to install `xcproj` in a custom location, e.g. `~/bin`, run the following command:\n\n```\nxcodebuild -target xcproj install DSTROOT=/ INSTALL_PATH=~/bin\n```\n\n## Usage\n\n```\nxcproj [options] \u003caction\u003e [arguments]\n\nOptions:\n -h, --help        Show this help text and exit\n -V, --version     Show program version and exit\n -p, --project     Path to an Xcode project (*.xcodeproj file). If not specified, the project in the current working directory is used \n -t, --target      Name of the target. If not specified, the first target is used\n\nActions:\n * list-targets\n     List all the targets in the project\n\n * list-headers [All|Public|Project|Private] (default=Public)\n     List headers from the `Copy Headers` build phase\n\n * read-build-setting \u003cbuild_setting\u003e\n     Evaluate a build setting and print its value. If the build setting does not exist, nothing is printed\n\n * write-build-setting \u003cbuild_setting\u003e \u003cvalue\u003e\n     Assign a value to a build setting. If the build setting does not exist, it is added to the target\n\n * add-xcconfig \u003cxcconfig_path\u003e\n     Add an xcconfig file to the project and base all configurations on it\n\n * add-resources-bundle \u003cbundle_path\u003e\n     Add a bundle to the project and in the `Copy Bundle Resources` build phase\n\n * touch\n     Rewrite the project file\n```\n\n## Limitations\n\n* **xcproj** relies on the DevToolsCore private framework. Although great care has been taken, it might stop working when you upgrade Xcode.\n\n## Contact\n\nCédric Luthi\n\n- http://github.com/0xced\n- http://twitter.com/0xced\n- cedric.luthi@gmail.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xced%2Fxcproj","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0xced%2Fxcproj","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xced%2Fxcproj/lists"}