summaryrefslogtreecommitdiff
path: root/macosx/plugins/DFInput/Info.plist
blob: 6f743563f8659c1bc012685ef6210672a200e61b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?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>en_US</string>
	<key>CFBundleExecutable</key>
	<string>DFInput</string>
	<key>CFBundleIconFile</key>
	<string></string>
	<key>CFBundleIdentifier</key>
	<string>net.pcsxr.DFInputPlugin</string>
	<key>CFBundleInfoDictionaryVersion</key>
	<string>6.0</string>
	<key>CFBundlePackageType</key>
	<string>PsxP</string>
	<key>CFBundleSignature</key>
	<string>DFI </string>
	<key>CFBundleVersion</key>
	<string>1.5</string>
	<key>NSPrincipalClass</key>
	<string>NetPcsxrHIDInputPluginPadController</string>
</dict>
</plist>