summaryrefslogtreecommitdiff
path: root/macosx/plugins/DFSound/Resorces/SDL/Info-SDL.plist
blob: 2b101e2ec3f90db6e0d078e18ac8cbecae46c596 (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>${EXECUTABLE_NAME}</string>
	<key>CFBundleIconFile</key>
	<string></string>
	<key>CFBundleIdentifier</key>
	<string>net.sf.peops.SPUSDLPlugin</string>
	<key>CFBundleInfoDictionaryVersion</key>
	<string>6.0</string>
	<key>CFBundlePackageType</key>
	<string>PsxP</string>
	<key>CFBundleSignature</key>
	<string>PSPU</string>
	<key>CFBundleVersion</key>
	<string>1.19</string>
	<key>NSPrincipalClass</key>
	<string>NetSfPeopsSPUSDLPluginController</string>
</dict>
</plist>