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: Alexander Spohr <email@hidden>
- Date: Wed, 25 May 2011 16:38:13 +0200
Ulf, das ist ein Array, warum tust Du also nicht einfach alle Extensions da rein?
Oder habe ich Deine Frage nicht verstanden?
Gruß,
atze
Am 24.05.2011 um 22:38 schrieb Ulf Dunkel:
> 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
_______________________________________________
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