[Interest] How to create a Mac Installer from Windows
Thiago Macieira
thiago.macieira at intel.com
Thu Aug 21 00:16:57 CEST 2014
On Wednesday 20 August 2014 17:46:41 Bruno Tezine wrote:
> Hi,
> Is it possible to create a Mac Installer (.dmg) from a Windows PC using
> Qt Installer Framework?
.dmg files aren't created by the installer framework. They are packaged by
tools that come with OS X.
Creating installers for a separate OS doesn't make sense. You need that other
OS to test that it worked anyway, so you must have that OS. If you do, you may
as well use it to create the installer. Besides, cross-compiling to OS X is
not supported either, so you must have OS X to compile before you can think of
packaging.
--
Thiago Macieira - thiago.macieira (AT) intel.com
Software Architect - Intel Open Source Technology Center
More information about the Interest
mailing list