mirror of
				https://github.com/noDRM/DeDRM_tools.git
				synced 2025-10-23 23:07:47 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			66 lines
		
	
	
	
		
			1.8 KiB
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			66 lines
		
	
	
	
		
			1.8 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.5.2 Written 2010–2016 by Apprentice Alf et al.</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</string>
 | ||
| 	<key>CFBundleName</key>
 | ||
| 	<string>DeDRM</string>
 | ||
| 	<key>CFBundlePackageType</key>
 | ||
| 	<string>APPL</string>
 | ||
| 	<key>CFBundleShortVersionString</key>
 | ||
| 	<string>6.5.2</string>
 | ||
| 	<key>CFBundleSignature</key>
 | ||
| 	<string>dplt</string>
 | ||
| 	<key>LSRequiresCarbon</key>
 | ||
| 	<true/>
 | ||
| 	<key>NSHumanReadableCopyright</key>
 | ||
| 	<string>Copyright © 2010–2016 Apprentice Alf and Apprentice Harper</string>
 | ||
| 	<key>WindowState</key>
 | ||
| 	<dict>
 | ||
| 		<key>bundleDividerCollapsed</key>
 | ||
| 		<false/>
 | ||
| 		<key>bundlePositionOfDivider</key>
 | ||
| 		<real>1162</real>
 | ||
| 		<key>dividerCollapsed</key>
 | ||
| 		<false/>
 | ||
| 		<key>eventLogLevel</key>
 | ||
| 		<integer>0</integer>
 | ||
| 		<key>name</key>
 | ||
| 		<string>ScriptWindowState</string>
 | ||
| 		<key>positionOfDivider</key>
 | ||
| 		<real>651</real>
 | ||
| 		<key>savedFrame</key>
 | ||
| 		<string>0 37 1680 990 0 0 1680 1027 </string>
 | ||
| 		<key>selectedTab</key>
 | ||
| 		<string>log</string>
 | ||
| 	</dict>
 | ||
| </dict>
 | ||
| </plist>
 | 
