[Pyobjc-dev] Integrating py2app with Xcode
Brought to you by:
ronaldoussoren
From: Frank I. <ill...@me...> - 2013-01-12 23:13:40
|
Hi folks, I always have been using py2app directly from the command line for building plugin bundles which get loaded into Cocoa apps. Does anybody know if it is possible to integrate this manual process into Xcode so that I can use it as an IDE for the development of these plugins? I know the Xcode target template for external build systems, but with it I would still have to edit the data_files entries in the setup.py file myself. Thanks for any hints. Cheers Frank |