• Stars
    star
    258
  • Rank 158,189 (Top 4 %)
  • Language
    Swift
  • License
    Other
  • Created about 7 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Bonjeff is a Mac app that shows you a live display of the Bonjour services published on your network.

Bonjeff

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.

ScreenShot

Installing

  1. Download the latest release.
  2. Unzip the downloaded .zip file.
  3. Move Bonjeff.app to your Applications folder.

Uninstalling

  1. Move Bonjeff.app to the Trash.

Building

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.

Author

Jeff Johnson

To support the author, you can PayPal.Me or buy the Safari extension StopTheMadness in the Mac App Store.

Copyright

Bonjeff is Copyright © 2017 Jeff Johnson. All rights reserved.

License

See the LICENSE.txt file for details.