
This is Latest, a small utility app for the Mac. Latest is a free and open source app for macOS that checks if all your apps are up to date. Get a quick overview of which apps changed and what changed and update them right away. Latest currently supports apps downloaded from the Mac App Store and apps that use Sparkle for updates, which covers most of the apps on the market. Latest is developed in my freetime, so occasional updates may happen. Take a look at the Issues section to see what's coming. If you have an idea for a new feature, or encounter any bugs, feel free to open a new issue. Check out the section below for more information.
#9900 screen grabber cod install#
There are multiple ways to install the app.

The easiest way to install Latest is to download the latest release as an app. You unzip the download by double clicking on it (if that does not happen automatically) and then move the Latest.app into the Applications folder. If you would like to check out earlier versions, head over to the Releases page to browse the history of Latest. Latest can also be installed via Homebrew Cask.

If you have not installed Homebrew, follow the simple instructions here. After that, run brew install -cask latest to install the current version of Latest. To build Latest, Xcode 11 and Swift 5 is required. You can build Latest directly on your machine. To do that, you have to download the source code by cloning the repository: git clone -recurse-submodules :mangerlahn/Latest.git. Then you can open the Latest.xcodeproj and hit Build and Run. Make sure that the Latest scheme is selected. Latest uses submodules to organize its dependencies. If the project is not building, make sure submodules are initialized correctly. To update them, call git submodule update -init -recursive.

Take a look at the Issues section to see what you can do. If you have your own idea and it does not appear in the issues list, please add it first.
