Changes between Version 1 and Version 2 of Ticket #4663, comment 62
- Timestamp:
- Jul 20, 2022, 7:24:02 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4663, comment 62
v1 v2 3 3 The build targets macOS 11 (using MACOSX_DEPLOYMENT_TARGET=11.0) but I have only tested on macOS 12. Don't have any macOS 11 machine so we will have to see if any users report a problem with macOS 11. 4 4 5 Us ing LZMA compression producing a smalldmg file of only 250 Mbytes vs 400 Mbytes for Intel Mac with zlib compression. The LZMA compression is only available on macOS 10.15 and above and currently we support macOS 10.14 on Intel. Ticket #72745 Used LZMA compression producing a small Mac M1 dmg file of only 250 Mbytes vs 400 Mbytes for Intel Mac with zlib compression. The LZMA compression is only available on macOS 10.15 and above and currently we support macOS 10.14 on Intel. Ticket #7274