## How to build ```sh $ make ARCH= NO_CODESIGN=1 pkginstaller # or to create signed pkg $ make ARCH= CODESIGN_IDENTITY= PRODUCTSIGN_IDENTITY= pkginstaller # or to prepare a signed and notarized pkg for release $ make ARCH= CODESIGN_IDENTITY= PRODUCTSIGN_IDENTITY= NOTARIZE_USERNAME= NOTARIZE_PASSWORD= NOTARIZE_TEAM= notarize ``` The generated pkg will be written to `out/podman-macos-installer-*.pkg`. Currently the pkg installs `podman`, `qemu`, `gvproxy` and `podman-mac-helper` to `/opt/podman` The `qemu` build it uses is from [containers/podman-machine-qemu](https://github.com/containers/podman-machine-qemu) ## Uninstalling ```sh $ sudo rm -rf /opt/podman ``` ### Screenshot screenshot-macOS-pkg-podman