Bonjeff is a Mac app that shows you a live display of the Bonjour services published on your network. Bonjeff is intended as a replacement for the discontinued Bonjour Browser app by Tildesoft. Bonjour Browser predated Gatekeeper and thus is not code signed with a Developer ID certificate or notarized by Apple. Bonjeff is validly code signed and notarized, which allows it to be installed on Macs protected by Gatekeeper.
- Download the latest release.
- Unzip the downloaded
.zip
file. - Move
Bonjeff.app
to your Applications folder.
- Move
Bonjeff.app
to the Trash.
The Bonjeff Xcode project is configured to code sign the app. For code signing, you need a valid Mac Developer code signing certificate in your keychain, and you need to specify your Apple Developer Program TeamID in the build settings. Create a new file DEVELOPMENT_TEAM.xcconfig
in the project folder (the same folder as Shared.xcconfig) and add the following build setting to the file:
DEVELOPMENT_TEAM = [Your TeamID]
The DEVELOPMENT_TEAM.xcconfig
file should not be added to any git commit. The .gitignore file will prevent it from getting committed to the repository.
To support the author, you can PayPal.Me or buy the Safari extension StopTheMadness in the Mac App Store.
Bonjeff is Copyright © 2017 Jeff Johnson. All rights reserved.
See the LICENSE.txt file for details.