mirror of
https://github.com/nickshanks/ResKnife.git
synced 2024-11-18 19:07:16 +00:00
3306fb2256
Note: The stuff in this folder doesn't actually work
67 lines
1.7 KiB
Plaintext
67 lines
1.7 KiB
Plaintext
<?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>*</string>
|
|
<string>txt</string>
|
|
<string>data</string>
|
|
<string>bin</string>
|
|
</array>
|
|
<key>CFBundleTypeName</key>
|
|
<string>Template file</string>
|
|
<key>CFBundleTypeOSTypes</key>
|
|
<array>
|
|
<string>****</string>
|
|
</array>
|
|
<key>CFBundleTypeRole</key>
|
|
<string>Editor</string>
|
|
<key>LSTypeIsPackage</key>
|
|
<false/>
|
|
<key>NSDocumentClass</key>
|
|
<string>UKTemplateDocument</string>
|
|
</dict>
|
|
<dict>
|
|
<key>CFBundleTypeExtensions</key>
|
|
<array>
|
|
<string>fileTemplate</string>
|
|
</array>
|
|
<key>CFBundleTypeIconFile</key>
|
|
<string>AngelTemplateDoc</string>
|
|
<key>CFBundleTypeName</key>
|
|
<string>AngelWeb File Template</string>
|
|
<key>CFBundleTypeRole</key>
|
|
<string>Viewer</string>
|
|
<key>LSTypeIsPackage</key>
|
|
<false/>
|
|
<key>NSPersistentStoreTypeKey</key>
|
|
<string>XML</string>
|
|
</dict>
|
|
</array>
|
|
<key>CFBundleExecutable</key>
|
|
<string>AngelTemplate</string>
|
|
<key>CFBundleIconFile</key>
|
|
<string>AngelTemplate</string>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>de.zathras.angel-template</string>
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
<string>6.0</string>
|
|
<key>CFBundlePackageType</key>
|
|
<string>APPL</string>
|
|
<key>CFBundleSignature</key>
|
|
<string>????</string>
|
|
<key>CFBundleVersion</key>
|
|
<string>0.1</string>
|
|
<key>NSMainNibFile</key>
|
|
<string>MainMenu</string>
|
|
<key>NSPrincipalClass</key>
|
|
<string>NSApplication</string>
|
|
</dict>
|
|
</plist>
|