Skip to content

Releases: MichalMMac/installapplications-swiftly

InstallApplications Swiftly 0.3

28 May 13:10
Compare
Choose a tag to compare
Pre-release

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

09 Apr 13:54
Compare
Choose a tag to compare
Pre-release

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

16 Mar 19:37
Compare
Choose a tag to compare
Pre-release

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.