You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Latest version hasn't been officially released yet as they don't
frequently release new versions, so just grabbing the code.
This adds APFS support for creating DMG's.
-**--format:** specify the final image format (UDZO|UDBZ|ULFO|ULMO) (default is UDZO)
66
+
-**--format:** specify the final image format (UDZO|UDBZ|ULFO|ULMO) (default is UDZO)
67
+
-**--filesystem:** specify the image filesystem (HFS+|APFS) (default is HFS+, APFS supports macOS 10.13 or newer)
67
68
-**--add-file \<target_name\>\<file|folder\>\<x\>\<y\>:** add additional file or folder (can be used multiple times)
68
69
-**--disk-image-size \<x\>:** set the disk image size manually to x MB
69
70
-**--hdiutil-verbose:** execute hdiutil in verbose mode
@@ -73,7 +74,7 @@ All contents of source\_folder will be copied into the disk image.
73
74
-**--notarize \<credentials>:** notarize the disk image (waits and staples) with the keychain stored credentials
74
75
For more information check [Apple's documentation](https://developer.apple.com/documentation/security/notarizing_macos_software_before_distribution/customizing_the_notarization_workflow)
75
76
-**--skip-jenkins:** skip Finder-prettifying AppleScript, useful in Sandbox and non-GUI environments, [#72](https://github.com/create-dmg/create-dmg/pull/72)
76
-
-**--sandbox-safe:** hdiutil with sandbox compatibility, do not bless and do not execute the cosmetic AppleScript
77
+
-**--sandbox-safe:** hdiutil with sandbox compatibility, do not bless and do not execute the cosmetic AppleScript (not supported for APFS disk images)
0 commit comments