{"id":13478060,"url":"https://github.com/w0lfschild/macplugins","last_synced_at":"2025-04-08T07:32:19.597Z","repository":{"id":147183607,"uuid":"79396721","full_name":"w0lfschild/macplugins","owner":"w0lfschild","description":":green_book: Community repo for MacForge","archived":false,"fork":false,"pushed_at":"2020-05-24T19:16:07.000Z","size":54702,"stargazers_count":66,"open_issues_count":0,"forks_count":13,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-23T08:41:58.924Z","etag":null,"topics":["macforge","macos","mysimbl","osx","plugin","simbl","tweaks","xcode"],"latest_commit_sha":null,"homepage":"https://github.com/w0lfschild/MacForge","language":"Objective-C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/w0lfschild.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,"governance":null,"roadmap":null,"authors":null}},"created_at":"2017-01-18T23:52:17.000Z","updated_at":"2024-05-22T10:52:10.000Z","dependencies_parsed_at":"2024-01-14T04:06:53.082Z","dependency_job_id":null,"html_url":"https://github.com/w0lfschild/macplugins","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/w0lfschild%2Fmacplugins","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/w0lfschild%2Fmacplugins/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/w0lfschild%2Fmacplugins/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/w0lfschild%2Fmacplugins/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/w0lfschild","download_url":"https://codeload.github.com/w0lfschild/macplugins/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247796287,"owners_count":20997543,"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":["macforge","macos","mysimbl","osx","plugin","simbl","tweaks","xcode"],"created_at":"2024-07-31T16:01:51.935Z","updated_at":"2025-04-08T07:32:17.087Z","avatar_url":"https://github.com/w0lfschild.png","language":"Objective-C","readme":"MacForge Plugins\n=================\nPackage list repository for [MacForge](https://github.com/w0lfschild/MacForge), the MacOS Plugin Manager.\n\nTo contribute your own package:\n\n- Fork this project\n- Add your compiled and zipped plugin to the bundles folder\n- Edit [packages_v2.plist](https://github.com/w0lfschild/macplugins/blob/master/packages_v2.plist) to include your submission\n- Submit a pull request\n\nEvery package uses this format:\n\n```\nDict:\n    key: bundleID\n        Dict:\n            key: apps\n            key: author\n            key: compat\n            key: contact\n            key: date\n            key: description\n            key: donate\n            key: filename (required)\n            key: homepage\n            key: name (required)\n            key: package (required)\n            key: price\n            key: size\n            key: target\n            key-array: targets\n                Dict:\n                    key: BundleIdentifier\n            key: version (required)\n            key: webpage\n```\n\nExample:\n\n\n```\n\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\n\u003c!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\"\u003e\n\u003cplist version=\"1.0\"\u003e\n\u003cdict\u003e\n\t\u003ckey\u003eorg.w0lf.winBuddy\u003c/key\u003e\n\t\u003cdict\u003e\n\t\t\u003ckey\u003eapps\u003c/key\u003e\n\t\t\u003cstring\u003eSystem\u003c/string\u003e\n\t\t\u003ckey\u003eauthor\u003c/key\u003e\n\t\t\u003cstring\u003eWolfgang Baird\u003c/string\u003e\n\t\t\u003ckey\u003ecompat\u003c/key\u003e\n\t\t\u003cstring\u003emacOS 10.9+\u003c/string\u003e\n\t\t\u003ckey\u003econtact\u003c/key\u003e\n\t\t\u003cstring\u003esupport@macenhance.com\u003c/string\u003e\n\t\t\u003ckey\u003edate\u003c/key\u003e\n\t\t\u003cstring\u003eDec 20, 2016\u003c/string\u003e\n\t\t\u003ckey\u003edescription\u003c/key\u003e\n\t\t\u003cstring\u003eRemoves window shadow, black border and more\u003c/string\u003e\n\t\t\u003ckey\u003edescriptionShort\u003c/key\u003e\n\t\t\u003cstring\u003e\u003c/string\u003e\n\t\t\u003ckey\u003edonate\u003c/key\u003e\n\t\t\u003cstring\u003ehttps://www.paypal.me/w0lfspapa\u003c/string\u003e\n\t\t\u003ckey\u003efilename\u003c/key\u003e\n\t\t\u003cstring\u003e/bundles/winBuddy_0.2.7.zip\u003c/string\u003e\n\t\t\u003ckey\u003ehomepage\u003c/key\u003e\n\t\t\u003cstring\u003e\u003c/string\u003e\n\t\t\u003ckey\u003ename\u003c/key\u003e\n\t\t\u003cstring\u003ewinBuddy\u003c/string\u003e\n\t\t\u003ckey\u003epackage\u003c/key\u003e\n\t\t\u003cstring\u003eorg.w0lf.winBuddy\u003c/string\u003e\n\t\t\u003ckey\u003eprice\u003c/key\u003e\n\t\t\u003cstring\u003eFree\u003c/string\u003e\n\t\t\u003ckey\u003esize\u003c/key\u003e\n\t\t\u003cstring\u003e23087\u003c/string\u003e\n\t\t\u003ckey\u003etarget\u003c/key\u003e\n\t\t\u003cstring\u003enull\u003c/string\u003e\n\t\t\u003ckey\u003etargets\u003c/key\u003e\n\t\t\u003carray\u003e\n\t\t\t\u003cdict\u003e\n\t\t\t\t\u003ckey\u003eBundleIdentifier\u003c/key\u003e\n\t\t\t\t\u003cstring\u003e*\u003c/string\u003e\n\t\t\t\u003c/dict\u003e\n\t\t\u003c/array\u003e\n\t\t\u003ckey\u003eversion\u003c/key\u003e\n\t\t\u003cstring\u003e0.2.7\u003c/string\u003e\n\t\t\u003ckey\u003ewebpage\u003c/key\u003e\n\t\t\u003cstring\u003e\u003c/string\u003e\n\t\u003c/dict\u003e\n\u003c/dict\u003e\n\u003c/plist\u003e\n```\n","funding_links":["https://www.paypal.me/w0lfspapa"],"categories":["Objective-C"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fw0lfschild%2Fmacplugins","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fw0lfschild%2Fmacplugins","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fw0lfschild%2Fmacplugins/lists"}