[Pythonmac-SIG] FBAs with bundlebuilder?

Jacob Kaplan-Moss jacob at jacobian.org
Mon Sep 13 16:18:07 CEST 2004


Has --

That sounds brilliant!  I've been using been using a Python FBA to do 
iTunes scripting (with very small AppleScript stubs in iTunes Scripts 
menu), but I've been coding the script terminology files by hand, and I 
love the idea of using a decorator to automate the process.

As for creating FBAs, it's really quite simple; all you have to do is 
add:

	<key>LSUIElement</key>
	<integer>1</integer>

to the app's Info.plist, and you get a FBA.  I know there's a way to 
get bundlebuilder to stick this automatically into the Info.plist, but 
I haven't figured it out yet.

Again, what a great idea!

Jacob



More information about the Pythonmac-SIG mailing list