Re: How to define allowed file extensions in Info.plist?
Re: How to define allowed file extensions in Info.plist?
- Subject: Re: How to define allowed file extensions in Info.plist?
- From: Ulf Dunkel <email@hidden>
- Date: Tue, 24 May 2011 22:38:21 +0200
- Organization: invers Software
Hi Kyle.
On 24.05.2011 17:10, Kyle Sluder wrote:
On Tue, May 24, 2011 at 7:05 AM, Ulf Dunkel<email@hidden> wrote:
Can someone please show me how to?
Here is the relevant part of the Info.plist with the current settings
for just one file extension (.csv):
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>CSV</string>
</array>
<key>CFBundleTypeIconFile</key>
<string></string>
<key>CFBundleTypeName</key>
<string>CSVDoc</string>
<key>CFBundleTypeOSTypes</key>
<array>
<string>????</string>
</array>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>NSDocumentClass</key>
<string>CSVDocument</string>
</dict>
</array>
I would like to have three file types set available automatically: .csv,
.txt, .dat.
Any help is really appreciated.
---UlfDunkel
_______________________________________________
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