ResKnife/Cocoa/Plug-Ins/Template Editor/Info.plist

34 lines
940 B
Plaintext

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//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>CFBundleExecutable</key>
<string>Template Editor</string>
<key>CFBundleIdentifier</key>
<string>com.nickshanks.resknife.templateeditor</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleSignature</key>
<string>ResK</string>
<key>CFBundleVersion</key>
<string>4</string>
<key>NSPrincipalClass</key>
<string>TemplateWindowController</string>
<key>RKSupportedTypes</key>
<array>
<dict>
<key>IsResKnifeDefaultForType</key>
<string>YES</string>
<key>RKTypeName</key>
<string>Template Editor</string>
<key>RKTypeRole</key>
<string>Editor</string>
</dict>
</array>
</dict>
</plist>