Releases: MichalMMac/installapplications-swiftly
Releases · MichalMMac/installapplications-swiftly
InstallApplications Swiftly 0.3
Changes since 0.2:
- Binaries are now codesigned by @MichalMMac Developer certificate. #16
- New prebuilt ready-to-use distribution package. Package is codesigned, notarized and stapled. There are no setting in the configuration file within the package. Prebuilt package is intended to be used together with configuration profile MDM deploys before the package install.
- IAS now supports status reporting to DEPNotify control file. #15
- Minor formatting tweaks and bugfixes.
- Package size is under 1 MB because I find out how to properly build the binaries for release 😄
InstallApplications Swiftly 0.2
Notes
This is the first alpha release of InstallApplications Swiftly.
Binaries are currently not code signed. Don't forget to strip the com.apple.quarantine
extended attribute before creating the package:
xattr -rd "com.apple.quarantine" ias-munkipkg
Compiled as Universal 2. Not tested on Apple Silicons Macs.
New
Changes since 0.1:
- IAS now supports settings via the
UserDefauts
. This means IAS can be configured using the configuration profile pushed from the MDM.
InstallApplications Swiftly 0.1
This is the first alpha release of InstallApplications Swiftly.
Binaries are currently not code signed. Don't forget to strip the com.apple.quarantine
extended attribute before creating the package:
xattr -rd "com.apple.quarantine" ias-munkipkg
Compiled as Universal 2. Not tested on Apple Silicons Macs.