CFBundleShortVersionString (2)

nylle

macOS apps - How to find Bundle IDs

There are several common ways to find the Bundle ID / CFBundleIdentifier of a macOS app. We'll focus on utilizing the Apple onboard macOS software tools Terminal and Finder. Terminal with osascript You can find the Bundle ID of an application on a macOS system using…

Continue reading...
nylle

Create a macOS package with Packages

In this guide we will go through two ways to use the application Packages to create a macOS packages from a pkg or dmg. Package can after its build be used to distribute with your favorite MDM. The Packages application used to create the pkg…

Continue reading...