• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: How to define allowed file extensions in Info.plist?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Follow-Ups:
    • Re: How to define allowed file extensions in Info.plist?
      • From: Alexander Spohr <email@hidden>
References: 
 >How to define allowed file extensions in Info.plist? (From: Ulf Dunkel <email@hidden>)
 >Re: How to define allowed file extensions in Info.plist? (From: Kyle Sluder <email@hidden>)
 >Re: How to define allowed file extensions in Info.plist? (From: Ulf Dunkel <email@hidden>)

  • Prev by Date: Re: Recursive search for files
  • Next by Date: Re: How to define allowed file extensions in Info.plist?
  • Previous by thread: Re: How to define allowed file extensions in Info.plist?
  • Next by thread: Re: How to define allowed file extensions in Info.plist?
  • Index(es):
    • Date
    • Thread