2008-07-10 19:30:03 +00:00
|
|
|
<?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>
|
2010-12-02 18:10:46 +00:00
|
|
|
<key>CFBundleGetInfoString</key>
|
2010-12-30 22:41:07 +00:00
|
|
|
<string>DeDRM 1.4, Copyright © 2010 by Apprentice Alf.</string>
|
2008-07-10 19:30:03 +00:00
|
|
|
<key>CFBundleIconFile</key>
|
|
|
|
<string>droplet</string>
|
|
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
|
|
<string>6.0</string>
|
|
|
|
<key>CFBundleName</key>
|
2010-12-02 18:10:46 +00:00
|
|
|
<string>DeDRM</string>
|
2008-07-10 19:30:03 +00:00
|
|
|
<key>CFBundlePackageType</key>
|
|
|
|
<string>APPL</string>
|
2010-12-02 18:10:46 +00:00
|
|
|
<key>CFBundleShortVersionString</key>
|
2010-12-30 22:41:07 +00:00
|
|
|
<string>1.4</string>
|
2010-12-02 18:10:46 +00:00
|
|
|
<key>LSMinimumSystemVersion</key>
|
|
|
|
<string>10.5.0</string>
|
2010-12-30 22:41:07 +00:00
|
|
|
<key>CFBundleSignature</key>
|
|
|
|
<string>dplt</string>
|
2008-07-10 19:30:03 +00:00
|
|
|
<key>LSRequiresCarbon</key>
|
|
|
|
<true/>
|
|
|
|
<key>WindowState</key>
|
|
|
|
<dict>
|
|
|
|
<key>name</key>
|
|
|
|
<string>ScriptWindowState</string>
|
|
|
|
<key>positionOfDivider</key>
|
2010-12-15 21:21:51 +00:00
|
|
|
<real>739</real>
|
2008-07-10 19:30:03 +00:00
|
|
|
<key>savedFrame</key>
|
2010-12-15 21:21:51 +00:00
|
|
|
<string>1533 -24 1262 818 1440 -150 1680 1050 </string>
|
2008-07-10 19:30:03 +00:00
|
|
|
<key>selectedTabView</key>
|
|
|
|
<string>result</string>
|
|
|
|
</dict>
|
|
|
|
</dict>
|
|
|
|
</plist>
|