pkg (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

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...
nylle

Sign macOS pkg files

Sign MacOS *.pkg files This guide will show how to get a certificate that will be used to sign and notarize pkg file. Two get a certificate we need to create a csr (certificate signing request) and that we can do in keychain access. Open Keychain…

Continue reading...