{"id":13383658,"url":"https://github.com/tuist/XcodeProj","last_synced_at":"2025-03-13T09:31:33.840Z","repository":{"id":37484181,"uuid":"93763457","full_name":"tuist/XcodeProj","owner":"tuist","description":" 📝 Read, update and write your Xcode projects","archived":false,"fork":false,"pushed_at":"2024-10-23T22:39:30.000Z","size":18346,"stargazers_count":2032,"open_issues_count":10,"forks_count":307,"subscribers_count":65,"default_branch":"main","last_synced_at":"2024-10-29T12:57:00.657Z","etag":null,"topics":["ios","macos","objective-c","swift","swift-5","xcode","xcodeproj"],"latest_commit_sha":null,"homepage":"https://xcodeproj.tuist.io","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/tuist.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","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},"funding":{"open_collective":"tuistapp","github":"tuist"}},"created_at":"2017-06-08T15:12:40.000Z","updated_at":"2024-10-29T11:09:53.000Z","dependencies_parsed_at":"2023-02-12T04:15:33.920Z","dependency_job_id":"575881b3-65ab-456f-8b9d-8880cc8f80dc","html_url":"https://github.com/tuist/XcodeProj","commit_stats":{"total_commits":1809,"total_committers":151,"mean_commits":"11.980132450331126","dds":0.5693753454947486,"last_synced_commit":"f6c9cb05835086af13f91317f92693848b43ea47"},"previous_names":["xcodeswift/xcproj","swift-xcode/xcodeproj","xcode-project-manager/xcodeproj"],"tags_count":141,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tuist%2FXcodeProj","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tuist%2FXcodeProj/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tuist%2FXcodeProj/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tuist%2FXcodeProj/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tuist","download_url":"https://codeload.github.com/tuist/XcodeProj/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242252655,"owners_count":20097239,"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":["ios","macos","objective-c","swift","swift-5","xcode","xcodeproj"],"created_at":"2024-07-30T10:01:27.879Z","updated_at":"2025-03-13T09:31:33.833Z","avatar_url":"https://github.com/tuist.png","language":"Swift","readme":"# XcodeProj\n\n\u003c!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --\u003e\n[![All Contributors](https://img.shields.io/badge/all_contributors-44-orange.svg?style=flat-square)](#contributors-)\n\u003c!-- ALL-CONTRIBUTORS-BADGE:END --\u003e\n\n[![Swift Package Manager](https://img.shields.io/badge/swift%20package%20manager-compatible-brightgreen.svg)](https://swift.org/package-manager/)\n[![Release](https://img.shields.io/github/release/tuist/xcodeproj.svg)](https://github.com/tuist/xcodeproj/releases)\n[![Code Coverage](https://codecov.io/gh/tuist/xcodeproj/branch/main/graph/badge.svg)](https://codecov.io/gh/tuist/xcodeproj)\n[![License](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/tuist/xcodeproj/blob/main/LICENSE.md)\n[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Ftuist%2FXcodeProj%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/tuist/XcodeProj)\n\nXcodeProj is a library written in Swift for parsing and working with Xcode projects. It's heavily inspired by [CocoaPods XcodeProj](https://github.com/CocoaPods/Xcodeproj) and [xcode](https://www.npmjs.com/package/xcode).\n\n---\n\n- [XcodeProj](#xcodeproj)\n  - [Projects Using XcodeProj](#projects-using-xcodeproj)\n  - [Installation](#installation)\n    - [Swift Package Manager](#swift-package-manager)\n    - [Scripting](#scripting)\n  - [References 📚](#references-)\n  - [Contributing](#contributing)\n  - [License](#license)\n  - [Contributors ✨](#contributors-)\n\n## Projects Using XcodeProj\n\n| Project         | Repository                                                                                   |\n| --------------- | -------------------------------------------------------------------------------------------- |\n| ProjLint        | [github.com/JamitLabs/ProjLint](https://github.com/JamitLabs/ProjLint)                       |\n| rules_xcodeproj | [github.com/buildbuddy-io/rules_xcodeproj](https://github.com/buildbuddy-io/rules_xcodeproj) |\n| Rugby           | [github.com/swiftyfinch/Rugby](https://github.com/swiftyfinch/Rugby)                         |\n| Sourcery        | [github.com/krzysztofzablocki/Sourcery](https://github.com/krzysztofzablocki/Sourcery)       |\n| Tuist           | [github.com/tuist/tuist](https://github.com/tuist/tuist)                                     |\n| XcodeGen        | [github.com/yonaskolb/XcodeGen](https://github.com/yonaskolb/XcodeGen)                       |\n| xspm            | [gitlab.com/Pyroh/xspm](https://gitlab.com/Pyroh/xspm)                                       |\n| Privacy Manifest| [github.com/stelabouras/privacy-manifest](https://github.com/stelabouras/privacy-manifest)   |\n\nIf you are also leveraging XcodeProj in your project, feel free to open a PR to include it in the list above.\n\n## Installation\n\n### Swift Package Manager\n\nAdd the dependency in your `Package.swift` file:\n\n```swift\nlet package = Package(\n    name: \"myproject\",\n    dependencies: [\n        .package(url: \"https://github.com/tuist/XcodeProj.git\", .upToNextMajor(from: \"8.12.0\")),\n    ],\n    targets: [\n        .target(\n            name: \"myproject\",\n            dependencies: [\"XcodeProj\"]),\n        ]\n)\n```\n\n### Scripting\n\nUsing [`swift-sh`] you can automate project-tasks using scripts, for example we\ncan make a script that keeps a project’s version key in sync with the current\ngit tag that represents the project’s version:\n\n```swift\n#!/usr/bin/swift sh\nimport Foundation\nimport XcodeProj  // @tuist ~\u003e 8.8.0\nimport PathKit\n\nguard CommandLine.arguments.count == 3 else {\n    let arg0 = Path(CommandLine.arguments[0]).lastComponent\n    fputs(\"usage: \\(arg0) \u003cproject\u003e \u003cnew-version\u003e\\n\", stderr)\n    exit(1)\n}\n\nlet projectPath = Path(CommandLine.arguments[1])\nlet newVersion = CommandLine.arguments[2]\nlet xcodeproj = try XcodeProj(path: projectPath)\nlet key = \"CURRENT_PROJECT_VERSION\"\n\nfor conf in xcodeproj.pbxproj.buildConfigurations where conf.buildSettings[key] != nil {\n    conf.buildSettings[key] = newVersion\n}\n\ntry xcodeproj.write(path: projectPath)\n```\n\nYou could then store this in your repository, for example at\n`scripts/set-project-version` and then run it:\n\n```bash\n$ scripts/set-project-version ./App.xcodeproj 1.2.3\n$ git add App.xcodeproj\n$ git commit -m \"Bump version\"\n$ git tag 1.2.3\n```\n\nFuture adaption could easily include determining the version and bumping it\nautomatically. If so, we recommend using a library that provides a `Version`\nobject.\n\n[`swift-sh`]: https://github.com/mxcl/swift-sh\n\n## References 📚\n\n- [Xcode Project File Format](http://www.monobjc.net/xcode-project-file-format.html)\n- [pbexplorer](https://github.com/mjmsmith/pbxplorer)\n- [pbxproj identifiers](https://pewpewthespells.com/blog/pbxproj_identifiers.html)\n- [mob-pbxproj](https://github.com/kronenthaler/mod-pbxproj)\n- [Xcodeproj](https://github.com/CocoaPods/Xcodeproj)\n- [Nanaimo](https://github.com/CocoaPods/Nanaimo)\n- [Facebook Buck](https://buckbuild.com/javadoc/com/facebook/buck/apple/xcode/xcodeproj/package-summary.html)\n\n## Contributing\n\n1. Git clone the repository `git@github.com:tuist/xcodeproj.git`.\n2. Open `Package.swift` with Xcode.\n\n## License\n\nXcodeProj is released under the MIT license. [See LICENSE](https://github.com/tuist/xcodeproj/blob/main/LICENSE.md) for details.\n\n## Contributors ✨\n\nThanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore-start --\u003e\n\u003c!-- markdownlint-disable --\u003e\n\u003ctable\u003e\n  \u003ctbody\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://joecolicch.io\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/2837288?v=4?s=100\" width=\"100px;\" alt=\"Joseph Colicchio\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eJoseph Colicchio\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#ideas-jcolicchio\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/deatondg\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/3221590?v=4?s=100\" width=\"100px;\" alt=\"deatondg\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003edeatondg\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#ideas-deatondg\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/dflems\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/925850?v=4?s=100\" width=\"100px;\" alt=\"Dan Fleming\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eDan Fleming\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/tuist/XcodeProj/commits?author=dflems\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://twitter.com/_SaschaS\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/895505?v=4?s=100\" width=\"100px;\" alt=\"Sascha Schwabbauer\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eSascha Schwabbauer\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#ideas-sascha\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/marciniwanicki\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/946649?v=4?s=100\" width=\"100px;\" alt=\"Marcin Iwanicki\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMarcin Iwanicki\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#maintenance-marciniwanicki\" title=\"Maintenance\"\u003e🚧\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/adamkhazi\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/9820670?v=4?s=100\" width=\"100px;\" alt=\"Adam Khazi\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAdam Khazi\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#maintenance-adamkhazi\" title=\"Maintenance\"\u003e🚧\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/elliottwilliams\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/910198?v=4?s=100\" width=\"100px;\" alt=\"Elliott Williams\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eElliott Williams\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/tuist/XcodeProj/commits?author=elliottwilliams\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://muukii.app\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/1888355?v=4?s=100\" width=\"100px;\" alt=\"Muukii\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMuukii\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#content-muukii\" title=\"Content\"\u003e🖋\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://nnsnodnb.github.io\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/9856514?v=4?s=100\" width=\"100px;\" alt=\"Yuya Oka\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eYuya Oka\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/tuist/XcodeProj/commits?author=nnsnodnb\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://smileykeith.com\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/283886?v=4?s=100\" width=\"100px;\" alt=\"Keith Smiley\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eKeith Smiley\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#content-keith\" title=\"Content\"\u003e🖋\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/ileitch\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/48235?v=4?s=100\" width=\"100px;\" alt=\"Ian Leitch\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eIan Leitch\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/tuist/XcodeProj/commits?author=ileitch\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/subdan\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/410293?v=4?s=100\" width=\"100px;\" alt=\"Daniil Subbotin\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eDaniil Subbotin\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/tuist/XcodeProj/commits?author=subdan\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://www.florentin.tech\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/8288625?v=4?s=100\" width=\"100px;\" alt=\"Florentin Bekier\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eFlorentin Bekier\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/tuist/XcodeProj/commits?author=flowbe\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/CognitiveDisson\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/10621118?v=4?s=100\" width=\"100px;\" alt=\"Vadim Smal\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eVadim Smal\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/tuist/XcodeProj/issues?q=author%3ACognitiveDisson\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://freddi.dev\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/13707872?v=4?s=100\" width=\"100px;\" alt=\"freddi(Yuki Aki)\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003efreddi(Yuki Aki)\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/tuist/XcodeProj/commits?author=freddi-kit\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://KrisRJack.com\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/35638500?v=4?s=100\" width=\"100px;\" alt=\"Kristopher Jackson\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eKristopher Jackson\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/tuist/XcodeProj/commits?author=KrisRJack\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/Jake-Prickett\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/26095410?v=4?s=100\" width=\"100px;\" alt=\"Jake Prickett\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eJake Prickett\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/tuist/XcodeProj/commits?author=Jake-Prickett\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://www.jakeadams.co\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/3605966?v=4?s=100\" width=\"100px;\" alt=\"Jake Adams\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eJake Adams\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/tuist/XcodeProj/commits?author=jakeatoms\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/mtj0928\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/12427733?v=4?s=100\" width=\"100px;\" alt=\"matsuji\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003ematsuji\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/tuist/XcodeProj/commits?author=mtj0928\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/Bogdan-Belogurov\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/39379705?v=4?s=100\" width=\"100px;\" alt=\"Bogdan Belogurov\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eBogdan Belogurov\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/tuist/XcodeProj/commits?author=Bogdan-Belogurov\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://chuckgrindel.com/\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/159968?v=4?s=100\" width=\"100px;\" alt=\"Chuck Grindel\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eChuck Grindel\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/tuist/XcodeProj/commits?author=cgrindel\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://twitter.com/MonocularVision\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/429790?v=4?s=100\" width=\"100px;\" alt=\"Michael McGuire\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMichael McGuire\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/tuist/XcodeProj/commits?author=michaelmcguire\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/CrazyFanFan\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/15794964?v=4?s=100\" width=\"100px;\" alt=\"C-凡\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eC-凡\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/tuist/XcodeProj/commits?author=CrazyFanFan\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://www.tinder.com\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/566328?v=4?s=100\" width=\"100px;\" alt=\"Maxwell Elliott\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMaxwell Elliott\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/tuist/XcodeProj/commits?author=maxwellE\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://brentleyjones.com\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/158658?v=4?s=100\" width=\"100px;\" alt=\"Brentley Jones\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eBrentley Jones\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/tuist/XcodeProj/commits?author=brentleyjones\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://www.linkedin.com/in/tiemevanveen\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/1330668?v=4?s=100\" width=\"100px;\" alt=\"Teameh\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eTeameh\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/tuist/XcodeProj/commits?author=teameh\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://technocidal.com\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/14994778?v=4?s=100\" width=\"100px;\" alt=\"Johannes Ebeling\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eJohannes Ebeling\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/tuist/XcodeProj/commits?author=technocidal\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://baegteun.com\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/74440939?v=4?s=100\" width=\"100px;\" alt=\"baegteun\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003ebaegteun\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/tuist/XcodeProj/commits?author=baekteun\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://kobachi.jp\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/103150233?v=4?s=100\" width=\"100px;\" alt=\"Alex Kovács\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAlex Kovács\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/tuist/XcodeProj/commits?author=AlexKobachiJP\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://zenangst.com\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/57446?v=4?s=100\" width=\"100px;\" alt=\"Christoffer Winterkvist\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eChristoffer Winterkvist\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/tuist/XcodeProj/commits?author=zenangst\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://www.timothycosta.com\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/948806?v=4?s=100\" width=\"100px;\" alt=\"Timothy Costa\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eTimothy Costa\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/tuist/XcodeProj/commits?author=timothycosta\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://coolmathgames.tech\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/6877780?v=4?s=100\" width=\"100px;\" alt=\"Mary \"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMary \u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/tuist/XcodeProj/commits?author=Mstrodl\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/Ibrahimhass\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/16992520?v=4?s=100\" width=\"100px;\" alt=\"Md. Ibrahim Hassan\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMd. Ibrahim Hassan\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/tuist/XcodeProj/commits?author=Ibrahimhass\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/tatagrigory\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/5187973?v=4?s=100\" width=\"100px;\" alt=\"tatagrigory\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003etatagrigory\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/tuist/XcodeProj/commits?author=tatagrigory\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/art-divin\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/1614869?v=4?s=100\" width=\"100px;\" alt=\"Ruslan Alikhamov\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eRuslan Alikhamov\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/tuist/XcodeProj/commits?author=art-divin\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://ladislas.detoldi.me\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/2206544?v=4?s=100\" width=\"100px;\" alt=\"Ladislas de Toldi\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eLadislas de Toldi\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/tuist/XcodeProj/commits?author=ladislas\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://www.massicotte.org\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/85322?v=4?s=100\" width=\"100px;\" alt=\"Matt Massicotte\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMatt Massicotte\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/tuist/XcodeProj/commits?author=mattmassicotte\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/VorkhlikArtem\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/115653999?v=4?s=100\" width=\"100px;\" alt=\"Артем Ворхлик\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eАртем Ворхлик\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/tuist/XcodeProj/commits?author=VorkhlikArtem\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/woin2ee\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/81426024?v=4?s=100\" width=\"100px;\" alt=\"Jaewon-Yun\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eJaewon-Yun\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/tuist/XcodeProj/commits?author=woin2ee\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://gera.cx\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/715129?v=4?s=100\" width=\"100px;\" alt=\"Mike Gerasymenko\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMike Gerasymenko\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/tuist/XcodeProj/commits?author=mikeger\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/filipracki\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/27164368?v=4?s=100\" width=\"100px;\" alt=\"Filip Racki\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eFilip Racki\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/tuist/XcodeProj/commits?author=filipracki\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/kelvinharron\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/16445381?v=4?s=100\" width=\"100px;\" alt=\"Kelvin Harron\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eKelvin Harron\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/tuist/XcodeProj/commits?author=kelvinharron\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/georgenavarro\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/2748028?v=4?s=100\" width=\"100px;\" alt=\"George Navarro\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eGeorge Navarro\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/tuist/XcodeProj/commits?author=georgenavarro\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/Speakus\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/849294?v=4?s=100\" width=\"100px;\" alt=\"Maxim\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMaxim\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/tuist/XcodeProj/commits?author=Speakus\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n  \u003c/tbody\u003e\n\u003c/table\u003e\n\n\u003c!-- markdownlint-restore --\u003e\n\u003c!-- prettier-ignore-end --\u003e\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\nThis project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!\n","funding_links":["https://opencollective.com/tuistapp","https://github.com/sponsors/tuist"],"categories":["Swift","HarmonyOS","WebSocket"],"sub_categories":["Windows Manager","Other free courses"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftuist%2FXcodeProj","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftuist%2FXcodeProj","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftuist%2FXcodeProj/lists"}