mirror of
				https://github.com/noDRM/DeDRM_tools.git
				synced 2025-10-23 23:07:47 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			50 lines
		
	
	
	
		
			1.2 KiB
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			50 lines
		
	
	
	
		
			1.2 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>CFBundleIconFile</key>
 | |
| 	<string>droplet</string>
 | |
| 	<key>CFBundleInfoDictionaryVersion</key>
 | |
| 	<string>6.0</string>
 | |
| 	<key>CFBundleName</key>
 | |
| 	<string>Mobipocket Unlocker 9</string>
 | |
| 	<key>CFBundlePackageType</key>
 | |
| 	<string>APPL</string>
 | |
| 	<key>CFBundleSignature</key>
 | |
| 	<string>dplt</string>
 | |
| 	<key>LSRequiresCarbon</key>
 | |
| 	<true/>
 | |
| 	<key>WindowState</key>
 | |
| 	<dict>
 | |
| 		<key>name</key>
 | |
| 		<string>ScriptWindowState</string>
 | |
| 		<key>positionOfDivider</key>
 | |
| 		<real>422</real>
 | |
| 		<key>savedFrame</key>
 | |
| 		<string>91 171 1059 678 0 0 1440 878 </string>
 | |
| 		<key>selectedTabView</key>
 | |
| 		<string>result</string>
 | |
| 	</dict>
 | |
| </dict>
 | |
| </plist>
 | 
