Re: Creating Document Bundles in Java
Re: Creating Document Bundles in Java
Subject : Re: Creating Document Bundles in Java
From: "email@hidden " <email@hidden >
Date: Thu, 04 Nov 2010 13:18:34 +0100
Delivered-to: email@hidden
Delivered-to: email@hidden
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.21) Gecko/20090402 SeaMonkey/1.1.16
Kevin Muldoon wrote:
Thanks for the tips guys but unfortunately, no change in behavior.
Can anyone URL me the definitive guide to application .pLists? Think
I'll need to study up on this very seriously.
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>truemediapackage</string>
</array>
<key>CFBundleTypeMIMETypes</key>
<array>
<string>image/ico</string>
<string>image/x-icon</string>
<string>application/ico</string>
<string>application/x-ico</string>
</array>
<key>CFBundleTypeName</key>
<string>Windows Icon</string>
<key>LSHandlerRank</key>
<string>Default</string>
<key>CFBundleTypeOSTypes</key>
<array>
<string>ICO</string>
</array>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>LSTypeIsPackage</key>
<true/>
<key>NSPersistentStoreTypeKey</key>
<string>Binary</string>
</dict>
_______________________________________________
Hi Kevin,
the plist info is cached. For me (10.4 Intel) in most cases calling
touch <app-name>.app from the terminal is working.
But sometimes I have to rename the app or even delete it, empty
the trash and restart.
Maybe Mike can give us a command to force reading the current plist info.
Sincerely
Dirk Zöttl
--
Eckenfelder GmbH & Co.KG
- C.I.O. -
Am Röderweg 1
99819 Wenigenlupnitz
http://www.eckenfelder.de
mailto:email@hidden
Geschäftsführer: Christof Eckenfelder, Daniel Eckenfelder
Handelsregister: HRA 4006008
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Java-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2011 Apple Inc. All rights reserved.