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 17:06:11 +0200
Sorry for replying in German. I wanted to reply off list only but hit 'reply to all'.
Translation:
That’s an array. Why don’t you just put all your extensions into it?
Am 25.05.2011 um 16:38 schrieb Alexander Spohr:
> 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