{"id":13575215,"url":"https://github.com/ticky/bonjour-browser-patcher","last_synced_at":"2025-04-04T19:31:28.969Z","repository":{"id":145549279,"uuid":"124005283","full_name":"ticky/bonjour-browser-patcher","owner":"ticky","description":"🌎 Update Bonjour Browser with new services","archived":true,"fork":false,"pushed_at":"2018-03-06T02:44:26.000Z","size":12,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"develop","last_synced_at":"2024-11-05T10:46:08.211Z","etag":null,"topics":["bonjour","discovery","extension","macos","networking","patch","zeroconf"],"latest_commit_sha":null,"homepage":"","language":"AppleScript","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/ticky.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":"License.md","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":"2018-03-06T01:58:30.000Z","updated_at":"2023-01-28T06:59:17.000Z","dependencies_parsed_at":"2024-01-14T03:48:23.727Z","dependency_job_id":"ca5175e7-7e2b-4288-a1c2-5813d33a8e26","html_url":"https://github.com/ticky/bonjour-browser-patcher","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ticky%2Fbonjour-browser-patcher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ticky%2Fbonjour-browser-patcher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ticky%2Fbonjour-browser-patcher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ticky%2Fbonjour-browser-patcher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ticky","download_url":"https://codeload.github.com/ticky/bonjour-browser-patcher/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247237678,"owners_count":20906329,"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":["bonjour","discovery","extension","macos","networking","patch","zeroconf"],"created_at":"2024-08-01T15:00:59.093Z","updated_at":"2025-04-04T19:31:23.962Z","avatar_url":"https://github.com/ticky.png","language":"AppleScript","funding_links":[],"categories":["AppleScript"],"sub_categories":[],"readme":"# Bonjour Browser Patcher\n\nUpdate Bonjour Browser (http://www.tildesoft.com) with new services\n\n## Usage\n\n### Automated Patcher\n\nYou can download an automatic patching program from [the releases page](https://github.com/ticky/bonjour-browser-patcher/releases). This expects to be run against a clean version of Bonjour Browser, so either run any earlier patch versions again to revert their changes, or download it fresh.\n\nYou can then download the zip file, right-click the application and choose \"Open\", and the patcher will locate Bonjour Browser and apply the patch!\n\n### Manual\n\nIf you're suspicious of the automatic patcher or generally feel okay with using the command line, you can do the following:\n\n1. Open a terminal to the directory in which Bonjour Browser is installed\n2. Run `curl https://raw.githubusercontent.com/ticky/bonjour-browser-patcher/develop/bonjour-browser.patch -sSf | patch -p1 -i /path/to/bonjour-browser.patch`\n\n## Changes\n\nThis adds a bunch of services which have popped up on Apple and other devices since the last update to Bonjour Browser (2006!).\n\nEventually, I hope to convert this from being a raw patch file to being a list of services people can update and edit, but for now patches must be applied to... the patch file.\n\n## Producing the patch\n\nThe patch is built by mounting the disk image of the unpatched Bonjour Browser version, whilst having the modified version in `~/Applications`.\n\nThe command to create the patch is then as follows:\n\n```bash\n(\n  set -euo pipefail\n  cd ~/Applications\n  diff \\\n    --unified \\\n    --recursive \\\n    --ignore-blank-lines \\\n    \"/Volumes/Bonjour Browser/Bonjour Browser.app/Contents/Resources\" \\\n    \"./Bonjour Browser.app/Contents/Resources\"\n) \u003e bonjour-browser.patch\n```\n\n## Building the patcher\n\nThe patcher is written in AppleScript, and relies upon the `patch` utility being available on the user's computer. You can build a copy of it by checking out the repository and running `build.sh`. The application will be created in an Applications folder under the repository.\n\n## Disclaimer\n\nThis is in no way affiliated with the original author of Bonjour Browser and is in no way supported by them.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fticky%2Fbonjour-browser-patcher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fticky%2Fbonjour-browser-patcher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fticky%2Fbonjour-browser-patcher/lists"}