Can it use the APFS format?
Closed this issue · 4 comments
longgegeno1 commented
Can it use the APFS format?
I notice the HFS+ in the make_dmg.sh file.
"/usr/bin/hdiutil create -fs HFS+ -srcfolder "${THISDIR}/install" "${DMGNAME}""
gregneagle commented
Probably, but what would be the advantage? Hfs+ disk images would work back to 10.12 well and maybe even earlier...
longgegeno1 commented
We don't need to support the earlier devices or OS versions.
If the APFS is the future,we'd better use it.
gregneagle commented
Feel free to do so in your own script.
longgegeno1 commented
Thanks