/show-me-the-ip

MacOS application to show internal IP address (e.g. 192.168.1.1) on status bar.

Primary LanguageSwiftMIT LicenseMIT

Show me the IP

Show me the IP

macOS application to show internal IP address (e.g. 192.168.1.1) on application menu bar.

Made with Swift 5 License Current version

Installation

  1. You can get the latest version here
  2. Download the Application.zip, unzip it and copy Show me the IP.app to your /Applications folder

Development

Below are some tips for you to start the projects locally.

Environments Setup

You will need to have:

  • macOS 10.14.x
  • Xcode 10.3

Running the app

You can run and debug the app using any of the ways listed below:

  • Press the little Play button on the upper left corner on the Xcode window
  • Press cmd + R
  • Choose Project > Run in the Xcode application menu

Packaging for release

The steps for packaging a release includes:

  1. Bumping the "Bundle versions string, short" and "Bundle version" in Show me the IP/Info.plist
  2. Choose Project > Archive in the Xcode application menu
  3. Choose Distribute App in the popup window, select Copy App option

Dependencies