mirror of
https://github.com/aufflick/Catakig.git
synced 2025-02-11 01:31:09 +00:00
50 lines
1.3 KiB
Plaintext
50 lines
1.3 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>a2st</string>
|
||
|
</array>
|
||
|
<key>CFBundleTypeIconFile</key>
|
||
|
<string></string>
|
||
|
<key>CFBundleTypeName</key>
|
||
|
<string>DocumentType</string>
|
||
|
<key>CFBundleTypeOSTypes</key>
|
||
|
<array>
|
||
|
<string>????</string>
|
||
|
</array>
|
||
|
<key>CFBundleTypeRole</key>
|
||
|
<string>Editor</string>
|
||
|
<key>NSDocumentClass</key>
|
||
|
<string>MyDocument</string>
|
||
|
</dict>
|
||
|
</array>
|
||
|
<key>CFBundleExecutable</key>
|
||
|
<string>${EXECUTABLE_NAME}</string>
|
||
|
<key>CFBundleIconFile</key>
|
||
|
<string>Application</string>
|
||
|
<key>CFBundleIdentifier</key>
|
||
|
<string>net.sourceforge.catakig</string>
|
||
|
<key>CFBundleInfoDictionaryVersion</key>
|
||
|
<string>6.0</string>
|
||
|
<key>CFBundleName</key>
|
||
|
<string>${PRODUCT_NAME}</string>
|
||
|
<key>CFBundlePackageType</key>
|
||
|
<string>APPL</string>
|
||
|
<key>CFBundleSignature</key>
|
||
|
<string>Ctkg</string>
|
||
|
<key>CFBundleVersion</key>
|
||
|
<string>2.00b2</string>
|
||
|
<key>NSMainNibFile</key>
|
||
|
<string>MainMenu</string>
|
||
|
<key>NSPrincipalClass</key>
|
||
|
<string>MyApplication</string>
|
||
|
</dict>
|
||
|
</plist>
|