Re: Finder Crashes on File Open
Re: Finder Crashes on File Open
- Subject: Re: Finder Crashes on File Open
- From: Brian Miller <email@hidden>
- Date: Fri, 10 Oct 2008 10:21:45 -0700
Hi,
Here is the plist, thanks in advance for taking a look at it:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd
">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>pbpshow</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>fileIcon</string>
<key>CFBundleTypeMIMETypes</key>
<array>
<string>application/octet-stream</string>
</array>
<key>CFBundleTypeName</key>
<string>InstaCue</string>
<key>CFBundleTypeOSTypes</key>
<array>
<string>????</string>
</array>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSTypeIsPackage</key>
<false/>
<key>NSDocumentClass</key>
<string>MyDocument</string>
<key>NSPersistentStoreTypeKey</key>
<string>Binary</string>
</dict>
</array>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIconFile</key>
<string>ICIcon</string>
<key>CFBundleIdentifier</key>
<string>com.DTvideolabs.instaCue</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundlePackageType</key>
<string>DTVL</string>
<key>CFBundleShortVersionString</key>
<string>2.1.5</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>2</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
<string>ICApplication</string>
</dict>
</plist>
Brian
On Oct 10, 2008, at 8:32 AM, Shawn Erickson wrote:
Oops missed the list...
On Thu, Oct 9, 2008 at 10:47 AM, Brian Miller <email@hidden>
wrote:
Hi All,
I have a Cocoa Core Data Document based application. When files
created
with this application are opened via the Finder (or double
clicked), the
Finder crashes and restarts every time. Opening files from within
the
application work fine, using Open With works fine.
The Finder crashes before the application is launched.
What does your Info.plist look like? All I can guess is that your
plist has some entries in it that are causing Launch Services grief.
-Shawn
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
@cox.net
This email sent to email@hidden
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden