diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-07-25 02:48:41 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-07-25 02:48:41 +0000 |
| commit | 8da3cda2b3d231298d3dd602fe879521106e91c2 (patch) | |
| tree | f81ab640723833868dac053d2d077a1a01406d58 /macosx/plugins/DFCdrom/Info.plist | |
| parent | 363d5e10353d32be5ef56ce988358bcf3811245b (diff) | |
| download | pcsxr-8da3cda2b3d231298d3dd602fe879521106e91c2.tar.gz | |
Ported DFCdrom to osx, removed old CDDeviceInterface plugin
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@55123 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/plugins/DFCdrom/Info.plist')
| -rw-r--r-- | macosx/plugins/DFCdrom/Info.plist | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/macosx/plugins/DFCdrom/Info.plist b/macosx/plugins/DFCdrom/Info.plist new file mode 100644 index 00000000..ee25402f --- /dev/null +++ b/macosx/plugins/DFCdrom/Info.plist @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE plist PUBLIC "-//Apple Computer//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>DFCdrom</string> + <key>CFBundleIconFile</key> + <string></string> + <key>CFBundleIdentifier</key> + <string>net.pcsx.DFCdrom</string> + <key>CFBundleInfoDictionaryVersion</key> + <string>6.0</string> + <key>CFBundlePackageType</key> + <string>PsxP</string> + <key>CFBundleSignature</key> + <string>CdDI</string> + <key>CFBundleVersion</key> + <string>1.0</string> +</dict> +</plist> |
