> -----Original Message----- > From: Eddie Sutton [mailto:[email protected]] > Sent: Wednesday, April 08, 2015 2:50 PM > To: Koehne Kai > Cc: Qt Project > Subject: Re: [Interest] Qt Installer Framework 2.0.0 [ OS X ] - How to install > my.app to /Applications folder ? > > Thanks Kai, > > >Well, the 'native' way is to not use an installer on OS X, but just ship a > >.dmg > with your .app bundle (or use the Mac App store). > > Can a Qt Installer Framework Installer be used to deploy to the Mac App > Store assuming signing and everything else is met?
I haven't published any apps in the App Store myself, but I'd be _very_ surprised if they accept any kind of installation/updating functionality that is orthogonal to what they provide. So yeah, if you publish to the App Store I don't think you have any use of the Installer Framework. > If I eventually want to deploy to the Mac App Store, am I better off > investing > my time in a pure Apple developer installer? I guess so, especially if you're not really interested in any custom logic/UI interaction to be executed at installation time. Regards Kai _______________________________________________ Interest mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/interest
