mirror of
https://github.com/ciromattia/kcc
synced 2025-12-13 09:46:25 +00:00
66 lines
1.7 KiB
Plaintext
66 lines
1.7 KiB
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>CFBundleAllowMixedLocalizations</key>
|
|
<true/>
|
|
<key>CFBundleDevelopmentRegion</key>
|
|
<string>English</string>
|
|
<key>CFBundleDocumentTypes</key>
|
|
<array>
|
|
<dict>
|
|
<key>CFBundleTypeExtensions</key>
|
|
<array>
|
|
<string>*</string>
|
|
</array>
|
|
<key>CFBundleTypeOSTypes</key>
|
|
<array>
|
|
<string>****</string>
|
|
</array>
|
|
<key>CFBundleTypeRole</key>
|
|
<string>Viewer</string>
|
|
</dict>
|
|
</array>
|
|
<key>CFBundleExecutable</key>
|
|
<string>droplet</string>
|
|
<key>CFBundleGetInfoString</key>
|
|
<string>KindleComicConverter 2.0, Written 2012 by Ciro Mattia Gonano</string>
|
|
<key>CFBundleIconFile</key>
|
|
<string>droplet</string>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>com.github.ciromattia.kcc</string>
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
<string>6.0</string>
|
|
<key>CFBundleName</key>
|
|
<string>KindleComicConverter 1.20</string>
|
|
<key>CFBundlePackageType</key>
|
|
<string>APPL</string>
|
|
<key>CFBundleShortVersionString</key>
|
|
<string>1.0</string>
|
|
<key>CFBundleSignature</key>
|
|
<string>dplt</string>
|
|
<key>LSMinimumSystemVersionByArchitecture</key>
|
|
<dict>
|
|
<key>x86_64</key>
|
|
<string>10.6</string>
|
|
</dict>
|
|
<key>LSRequiresCarbon</key>
|
|
<true/>
|
|
<key>WindowState</key>
|
|
<dict>
|
|
<key>dividerCollapsed</key>
|
|
<true/>
|
|
<key>eventLogLevel</key>
|
|
<integer>-1</integer>
|
|
<key>name</key>
|
|
<string>ScriptWindowState</string>
|
|
<key>positionOfDivider</key>
|
|
<real>568</real>
|
|
<key>savedFrame</key>
|
|
<string>144 338 889 690 0 0 1680 1028 </string>
|
|
<key>selectedTabView</key>
|
|
<string>event log</string>
|
|
</dict>
|
|
</dict>
|
|
</plist>
|