mirror of
https://github.com/apprenticeharper/DeDRM_tools
synced 2025-01-06 17:24:52 +01:00
a30aace99c
obok added to other tools
60 lines
1.6 KiB
Text
60 lines
1.6 KiB
Text
<?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 AppleScript 6.0.9. Written 2010–2013 by Apprentice Alf and others.</string>
|
||
<key>CFBundleIconFile</key>
|
||
<string>DeDRM</string>
|
||
<key>CFBundleIdentifier</key>
|
||
<string>com.apple.ScriptEditor.id.707CCCD5-0C6C-4BEB-B67C-B6E866ADE85A</string>
|
||
<key>CFBundleInfoDictionaryVersion</key>
|
||
<string>6.0.9</string>
|
||
<key>CFBundleName</key>
|
||
<string>DeDRM</string>
|
||
<key>CFBundlePackageType</key>
|
||
<string>APPL</string>
|
||
<key>CFBundleShortVersionString</key>
|
||
<string>6.0.9</string>
|
||
<key>CFBundleSignature</key>
|
||
<string>dplt</string>
|
||
<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>0.0</real>
|
||
<key>savedFrame</key>
|
||
<string>85 100 1002 753 0 0 1440 878 </string>
|
||
<key>selectedTabView</key>
|
||
<string>event log</string>
|
||
</dict>
|
||
</dict>
|
||
</plist>
|