Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/icelam/show-me-the-ip
MacOS application to show internal IP address (e.g. 192.168.1.1) on status bar.
https://github.com/icelam/show-me-the-ip
ip-address macos-app swift
Last synced: 2 months ago
JSON representation
MacOS application to show internal IP address (e.g. 192.168.1.1) on status bar.
- Host: GitHub
- URL: https://github.com/icelam/show-me-the-ip
- Owner: icelam
- License: mit
- Created: 2019-04-28T06:16:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-31T17:57:19.000Z (about 1 year ago)
- Last Synced: 2024-08-03T09:05:23.490Z (4 months ago)
- Topics: ip-address, macos-app, swift
- Language: Swift
- Homepage:
- Size: 14.7 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Mac-Menubar-Megalist - Show me the IP
README
Show me the IP
macOS application to show internal IP address (e.g. 192.168.1.1) on application menu bar.
## Installation ##
1. You can get the latest version [here](https://github.com/icelam/show-me-the-ip/releases/latest)
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
* To detech the network change, [Reachability.swift](https://github.com/ashleymills/Reachability.swift) is used