mirror of
https://github.com/apprenticeharper/DeDRM_tools
synced 2024-11-18 21:25:39 +00:00
2c95633fcd
alfcrypto added to DeDRM plugin
61 lines
1.5 KiB
Plaintext
61 lines
1.5 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>DeDRM 5.1, Written 2010–2012 by Apprentice Alf and others.</string>
|
||
<key>CFBundleIconFile</key>
|
||
<string>droplet</string>
|
||
<key>CFBundleInfoDictionaryVersion</key>
|
||
<string>6.0</string>
|
||
<key>CFBundleName</key>
|
||
<string>DeDRM 5.1</string>
|
||
<key>CFBundlePackageType</key>
|
||
<string>APPL</string>
|
||
<key>CFBundleShortVersionString</key>
|
||
<string>5.1</string>
|
||
<key>CFBundleSignature</key>
|
||
<string>dplt</string>
|
||
<key>LSMinimumSystemVersion</key>
|
||
<string>10.5.0</string>
|
||
<key>LSRequiresCarbon</key>
|
||
<true/>
|
||
<key>WindowState</key>
|
||
<dict>
|
||
<key>dividerCollapsed</key>
|
||
<false/>
|
||
<key>eventLogLevel</key>
|
||
<integer>-1</integer>
|
||
<key>name</key>
|
||
<string>ScriptWindowState</string>
|
||
<key>positionOfDivider</key>
|
||
<real>460</real>
|
||
<key>savedFrame</key>
|
||
<string>1518 90 1316 746 1440 -150 1680 1050 </string>
|
||
<key>selectedTabView</key>
|
||
<string>event log</string>
|
||
</dict>
|
||
</dict>
|
||
</plist>
|