diff options
author | Arek Korbik <arek@xiph.org> | 2005-11-23 22:07:33 +0000 |
---|---|---|
committer | Arek Korbik <arek@xiph.org> | 2005-11-23 22:07:33 +0000 |
commit | 52b3f9720b967c17ae90cbd37baecae35266192c (patch) | |
tree | 57fe165a8fff3c9eae329071325d9aeefa96ae2b /macosx/Info.plist | |
parent | a4c7d3243aed95a65fcf58610bb30c1df2cac29f (diff) | |
download | libvorbis-git-52b3f9720b967c17ae90cbd37baecae35266192c.tar.gz |
Replaced MacOSX build files with Xcode2.2 project (and related files).
svn path=/trunk/vorbis/; revision=10426
Diffstat (limited to 'macosx/Info.plist')
-rw-r--r-- | macosx/Info.plist | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/macosx/Info.plist b/macosx/Info.plist new file mode 100644 index 00000000..a68e2da2 --- /dev/null +++ b/macosx/Info.plist @@ -0,0 +1,30 @@ +<?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>Vorbis</string> + <key>CFBundleGetInfoString</key> + <string>Vorbis framework 1.1.1, Copyright © 1994-2005 Xiph.Org Foundation</string> + <key>CFBundleIconFile</key> + <string></string> + <key>CFBundleIdentifier</key> + <string>org.xiph.vorbis</string> + <key>CFBundleInfoDictionaryVersion</key> + <string>6.0</string> + <key>CFBundlePackageType</key> + <string>FMWK</string> + <key>CFBundleShortVersionString</key> + <string>1.1.1</string> + <key>CFBundleSignature</key> + <string>????</string> + <key>CFBundleVersion</key> + <string>1.1.1d1</string> + <key>NSHumanReadableCopyright</key> + <string>Vorbis framework 1.1.1, Copyright © 1994-2005 Xiph.Org Foundation</string> + <key>CSResourcesFileMapped</key> + <true/> +</dict> +</plist> |