[Interest] [Qt-interest] Latest on Mac App Store + sandboxing?

Paul Miller paul at fxtech.com
Mon Feb 13 23:22:04 CET 2012


On 2/13/2012 4:14 PM, norulez at me.com wrote:
> Hi,
>
> I had also troubles with this after lion comes out last year.
> In short words... You must use codesign for each file which is in your bundle, except for frameworks (see point 1)
>
> 1.) use codesign for all your frameworks (e.g. Bundle/Contents/Frameworks/QtGui.framework)
> 2.) use codesign for all your plugins (e.g. Bundle/Contents/PlugIns/imageformats/libqgif.dylib)
> 3.) use codesign with the entitlements file on your bundle
> 4.) run productbuild
> 5.) test the created package with the installer
>
> I hope this helps

Yes - that stuff makes sense (and I'm glad there is a manual way to sign 
the Qt frameworks). However, I've always just used Build+Archive and the 
Organizer to do this stuff. Can you outline how I would replace those 
steps with manual codesign and productbuild commands?

Cheers!



More information about the Interest mailing list