summaryrefslogtreecommitdiff
path: root/macosx/Info.plist
diff options
context:
space:
mode:
authorArek Korbik <arek@xiph.org>2005-11-23 22:06:38 +0000
committerArek Korbik <arek@xiph.org>2005-11-23 22:06:38 +0000
commit85376dc1b2d09889d471c7271819b76550f8b9c7 (patch)
treebe6a7e09f7d0274d0635f71de1203233f8a1d671 /macosx/Info.plist
parent35dcce0b129933d045f674413c927c46126a1345 (diff)
downloadogg-85376dc1b2d09889d471c7271819b76550f8b9c7.tar.gz
Replaced MacOSX build files with Xcode2.2 project (and related files).
git-svn-id: http://svn.xiph.org/trunk/ogg@10425 0101bb08-14d6-0310-b084-bc0e0c8e3800
Diffstat (limited to 'macosx/Info.plist')
-rw-r--r--macosx/Info.plist30
1 files changed, 30 insertions, 0 deletions
diff --git a/macosx/Info.plist b/macosx/Info.plist
new file mode 100644
index 0000000..3f96be0
--- /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>Ogg</string>
+ <key>CFBundleGetInfoString</key>
+ <string>Ogg framework 1.1.2, Copyright © 1994-2005 Xiph.Org Foundation</string>
+ <key>CFBundleIconFile</key>
+ <string></string>
+ <key>CFBundleIdentifier</key>
+ <string>org.xiph.ogg</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundlePackageType</key>
+ <string>FMWK</string>
+ <key>CFBundleShortVersionString</key>
+ <string>1.1.2</string>
+ <key>CFBundleSignature</key>
+ <string>????</string>
+ <key>CFBundleVersion</key>
+ <string>1.1.2d1</string>
+ <key>NSHumanReadableCopyright</key>
+ <string>Ogg framework 1.1.2, Copyright © 1994-2005 Xiph.Org Foundation</string>
+ <key>CSResourcesFileMapped</key>
+ <true/>
+</dict>
+</plist>