{"id":15018450,"url":"https://github.com/nativescript/plist-merge-patch","last_synced_at":"2026-01-20T18:05:32.801Z","repository":{"id":57325939,"uuid":"46934837","full_name":"NativeScript/plist-merge-patch","owner":"NativeScript","description":"Nodejs Info.plist merging module","archived":false,"fork":false,"pushed_at":"2023-03-21T18:01:35.000Z","size":51,"stargazers_count":0,"open_issues_count":1,"forks_count":4,"subscribers_count":32,"default_branch":"master","last_synced_at":"2025-03-23T16:32:51.298Z","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}},"created_at":"2015-11-26T15:40:18.000Z","updated_at":"2023-03-21T18:01:41.000Z","dependencies_parsed_at":"2022-09-21T01:52:38.941Z","dependency_job_id":"5d1f73a3-cc9e-4e07-a819-1c2606ede548","html_url":"https://github.com/NativeScript/plist-merge-patch","commit_stats":{"total_commits":28,"total_committers":8,"mean_commits":3.5,"dds":0.5,"last_synced_commit":"9f8c5c537312822d4ea8a2ff12757e431d76b703"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NativeScript%2Fplist-merge-patch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NativeScript%2Fplist-merge-patch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NativeScript%2Fplist-merge-patch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NativeScript%2Fplist-merge-patch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NativeScript","download_url":"https://codeload.github.com/NativeScript/plist-merge-patch/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245471516,"owners_count":20620954,"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:51:58.920Z","updated_at":"2026-01-20T18:05:27.771Z","avatar_url":"https://github.com/NativeScript.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# plist-merge-patch\nInfo.plist merging module.\nInspired by `json-merge-patch`.\n\nThe tool is still a baby.\nWe gladly accept unit test contributions.\n\n## Usage\n```\nvar fs = require(\"fs\");\nvar plistmergepatch = require(\"plist-merge-patch\");\n\nvar session = new plistmergepatch.PlistSession(console);\nsession.load({\n\tname: \"base\",\n\tread: function() { return fs.readFileSync(\"Info.plist\").toString(); }\n});\nsession.patch({\n\tname: \"patch\",\n\tread: function() { return fs.readFileSync(\"Patch.plist\").toString(); }\n});\nvar result = session.build();\nfs.writeFileSync(\"Result.plist\", result);\n```\n\n## Working with the repo\n```\n$ npm install\n\n$ npm test\n$ npm test\n$ npm test\n\n$ npm publish\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnativescript%2Fplist-merge-patch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnativescript%2Fplist-merge-patch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnativescript%2Fplist-merge-patch/lists"}