package (4)

nylle

Expand flatten content from pkg

When working with a macOS .pkg installer, you might occasionally need to peek inside and tweak a specific file — maybe to adjust a config, replace a resource, or fix a detail before installation. In this article, we’ll walk through how to safely unpack a…

Continue reading...
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...