{"id":15018539,"url":"https://github.com/nativescript/pbxproj-dom","last_synced_at":"2026-03-05T07:32:10.474Z","repository":{"id":57321200,"uuid":"73056881","full_name":"NativeScript/pbxproj-dom","owner":"NativeScript","description":"pbxproj object model","archived":false,"fork":false,"pushed_at":"2023-10-06T07:49:58.000Z","size":101,"stargazers_count":11,"open_issues_count":1,"forks_count":5,"subscribers_count":21,"default_branch":"master","last_synced_at":"2024-10-29T15:51:55.364Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NativeScript.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,"governance":null},"funding":{"github":"NativeScript","open_collective":"nativescript"}},"created_at":"2016-11-07T08:23:05.000Z","updated_at":"2024-05-23T13:18:27.000Z","dependencies_parsed_at":"2023-10-16T02:57:54.712Z","dependency_job_id":null,"html_url":"https://github.com/NativeScript/pbxproj-dom","commit_stats":{"total_commits":51,"total_committers":6,"mean_commits":8.5,"dds":"0.27450980392156865","last_synced_commit":"bb6ebd4d2c91034601e0cd083dcdf56e6c3d06cd"},"previous_names":["panayotcankov/pbxproj-dom"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NativeScript%2Fpbxproj-dom","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NativeScript%2Fpbxproj-dom/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NativeScript%2Fpbxproj-dom/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NativeScript%2Fpbxproj-dom/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NativeScript","download_url":"https://codeload.github.com/NativeScript/pbxproj-dom/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237163256,"owners_count":19265241,"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":[],"created_at":"2024-09-24T19:52:05.489Z","updated_at":"2025-10-19T16:31:10.371Z","avatar_url":"https://github.com/NativeScript.png","language":"TypeScript","funding_links":["https://github.com/sponsors/NativeScript","https://opencollective.com/nativescript"],"categories":[],"sub_categories":[],"readme":"Parser and DOM over the xcode pbxproj\n\n[![Build Status](https://travis-ci.org/NativeScript/pbxproj-dom.svg?branch=master)](https://travis-ci.org/NativeScript/pbxproj-dom)\n\nSample usage:\n\n```\nimport { Xcode } from \"pbxproj-dom/xcode\";\n\nconst xcode = Xcode.open(pbxprojPath);\nxcode.setManualSigningStyle(\"MyAppTarget\");\nxcode.save();\n```\n\nThe ultimate goal would be one day the module to support a JavaScript API for Xcode modifications similar to the Cocoapods ruby:\n```\npost_install do |installer|\n installer.pods_project.targets.each do |target|\n   target.build_configurations.each do |config|\n     config.build_settings['SWIFT_VERSION'] = '3.0'\n   end\n end\nend\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnativescript%2Fpbxproj-dom","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnativescript%2Fpbxproj-dom","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnativescript%2Fpbxproj-dom/lists"}