My application doesn't dock
My application doesn't dock
- Subject: My application doesn't dock
- From: "Bob Swerdlow" <email@hidden>
- Date: Thu, 10 Jul 2003 10:21:22 -0400
I'm building a new Cocoa application using PyObjC. When running, the icon
appears in the dock correctly, but if the user drags the application icon to
the dock, it will only go in the "document" area, not the "application"
area.
I figure I must have something wrong in my plist, but I don't see it. I
deleted all other copies of the application and rebooted to ensure that it
was using these definitions. Here is the plist definition from my build.py:
infoPlist = Plist(
CFBundleDevelopmentRegion='English',
CFBundleExecutable='python',
CFBundleGetInfoString='Goombah 0.2',
CFBundleHelpBookFolder='Goombah Help',
CFBundleHelpBookName='Goombah Help',
CFBundleIconFile='Goombah.icns',
CFBundleIdentifier='com.transpose.goombah',
CFBundleInfoDictionaryVersion='6.0',
CFBundleName='Goombah',
CFBundlePackageType='APPL',
CFBundleShortVersionString='0.2',
CFBundleSignature='????',
CFBundleVersion='Pre-Release',
NSHumanReadableCopyright='Copyright 2003 Transpose, LLC All rights
reserved.',
NSMainNibFile='MainMenu',
NSPrincipalClass='NSApplication'
)
I notice that when I open the application file with Property List Editor,
that the CFBundlePackageType appears as 'BNDL', but when I change it to
'APPL' with Property List Editor and reboot, there is no improvement - the
user still cannot drag the application onto the dock, except in the
"document" section.
What do I need to do?
Bob Swerdlow
COO
Transpose
email@hidden
207-781-8284
http://www.transpose.com
----------------------------------
Fight Spam!
Add this link to your signature (as I did):
http://wecanstopspam.org
Click through to find out more.
----------------------------------
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.