diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2014-03-29 20:15:04 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2014-03-29 20:15:04 +0000 |
| commit | 836b8cd246a8dc6ec8c0f56adf4485a171159835 (patch) | |
| tree | 6dccd9d54f5c62a5d3ae1c7b6fdf6dbaca7522e3 /macosx/plugins/DFSound/Resorces/OpenAL | |
| parent | 4f3311553ff259813ca26105f82f5b17af7db03e (diff) | |
| download | pcsxr-836b8cd246a8dc6ec8c0f56adf4485a171159835.tar.gz | |
OS X: Copy over the QuickLook plug-in into the app.
Note that the QuickLook plug-in hasn’t been tested in any way, shape, or form.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@89717 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/plugins/DFSound/Resorces/OpenAL')
| -rw-r--r-- | macosx/plugins/DFSound/Resorces/OpenAL/Info-AL.plist | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/macosx/plugins/DFSound/Resorces/OpenAL/Info-AL.plist b/macosx/plugins/DFSound/Resorces/OpenAL/Info-AL.plist new file mode 100644 index 00000000..f4bef7cc --- /dev/null +++ b/macosx/plugins/DFSound/Resorces/OpenAL/Info-AL.plist @@ -0,0 +1,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.SPUALPlugin</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>NetSfPeopsSPUALPluginController</string> +</dict> +</plist> |
