summaryrefslogtreecommitdiff
path: root/macosx/plugins/DFSound
diff options
context:
space:
mode:
authorSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-08-26 17:38:29 +0000
committerSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-08-26 17:38:29 +0000
commit895f26cffe5b033161417c1cbfbe32e94685a7f7 (patch)
tree123737fd073ee5d64019a7db6583e7e33220f60e /macosx/plugins/DFSound
parent5e6b15b321e7b0b76f5d132a72d2e8b72e985702 (diff)
downloadpcsxr-895f26cffe5b033161417c1cbfbe32e94685a7f7.tar.gz
Adding an info.plist for the shared spu library on OS X.
Silence a few warnings about long to int conversions on OS X code. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@86929 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/plugins/DFSound')
-rw-r--r--macosx/plugins/DFSound/Resorces/Shared/SPUShared-info.plist16
1 files changed, 16 insertions, 0 deletions
diff --git a/macosx/plugins/DFSound/Resorces/Shared/SPUShared-info.plist b/macosx/plugins/DFSound/Resorces/Shared/SPUShared-info.plist
new file mode 100644
index 00000000..09ba9260
--- /dev/null
+++ b/macosx/plugins/DFSound/Resorces/Shared/SPUShared-info.plist
@@ -0,0 +1,16 @@
+<?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>CFBundleIdentifier</key>
+ <string>com.codeplex.pcsxr.spusharedcode</string>
+ <key>CFBundleName</key>
+ <string>SPUSharedCode</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundleVersion</key>
+ <string>1.19</string>
+</dict>
+</plist>