<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>CFBundleDevelopmentRegion</key> <string>English</string> <key>CFBundleDocumentTypes</key> <array> <dict> <key>CFBundleTypeExtensions</key> <array> <string>m</string> <string>mm</string> <string>h</string> </array> <key>CFBundleTypeIconFile</key> <string></string> <key>CFBundleTypeName</key> <string>ObjC Source Code</string> <key>CFBundleTypeOSTypes</key> <array> <string>TEXT</string> </array> <key>CFBundleTypeRole</key> <string>Editor</string> <key>NSDocumentClass</key> <string>UKMultiSyntaxColoredTextDocument</string> </dict> <dict> <key>CFBundleTypeExtensions</key> <array> <string>htm</string> <string>html</string> </array> <key>CFBundleTypeName</key> <string>HTML Source File</string> <key>CFBundleTypeOSTypes</key> <array> <string>TEXT</string> </array> <key>CFBundleTypeRole</key> <string>Editor</string> <key>NSDocumentClass</key> <string>UKMultiSyntaxColoredTextDocument</string> </dict> </array> <key>CFBundleExecutable</key> <string>UKSyntaxColoredDocument</string> <key>CFBundleIconFile</key> <string></string> <key>CFBundleIdentifier</key> <string>com.ulikusterer.uksctd-sample</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleSignature</key> <string>????</string> <key>CFBundleVersion</key> <string>0.2</string> <key>NSAppleScriptEnabled</key> <true/> <key>NSMainNibFile</key> <string>MainMenu</string> <key>NSPrincipalClass</key> <string>NSApplication</string> </dict> </plist> |