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

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