Hi Kyle.

On 24.05.2011 17:10, Kyle Sluder wrote:
On Tue, May 24, 2011 at 7:05 AM, Ulf Dunkel<dun...@calamus.net>  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 (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to