Menu

[939bf7]: / Crop-Info.plist  Maximize  Restore  History

Download this file

39 lines (38 with data), 1.1 kB

<?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>CFBundleDevelopmentRegion</key>
	<string>English</string>
	<key>CFBundleExecutable</key>
	<string>${EXECUTABLE_NAME}</string>
	<key>CFBundleIdentifier</key>
	<string>net.sourceforge.playerpro.${PRODUCT_NAME:rfc1034identifier}</string>
	<key>CFBundleShortVersionString</key>
	<string>1.0</string>
	<key>CFBundleInfoDictionaryVersion</key>
	<string>6.0</string>
	<key>CFBundlePackageType</key>
	<string>BNDL</string>
	<key>CFBundleSignature</key>
	<string>SNPL</string>
	<key>CFBundleVersion</key>
	<string>1.0</string>
	<key>CFPlugInDynamicRegistration</key>
	<false/>
	<key>CFPlugInFactories</key>
	<dict>
		<key>109FB942-4203-4A66-AB04-FB2AF0B2969F</key>
		<string>CropFactory</string>
	</dict>
	<key>CFPlugInTypes</key>
	<dict>
		<key>158FF33B-47F4-4497-9292-1B544E8C2B01</key>
		<array>
			<string>109FB942-4203-4A66-AB04-FB2AF0B2969F</string>
		</array>
	</dict>
	<key>MADPlugMenuName</key>
	<string>Crop</string>
</dict>
</plist>