[xiph-commits] r8444 - trunk/oggdsf/macosx

illiminable at motherfish-iii.xiph.org illiminable at motherfish-iii.xiph.org
Thu Dec 16 05:10:24 PST 2004


Author: illiminable
Date: 2004-12-16 05:10:24 -0800 (Thu, 16 Dec 2004)
New Revision: 8444

Added:
   trunk/oggdsf/macosx/VorbisComment-Info.plist
Log:
Mac OS X: Added missing file required to build VorbisComment



Added: trunk/oggdsf/macosx/VorbisComment-Info.plist
===================================================================
--- trunk/oggdsf/macosx/VorbisComment-Info.plist	2004-12-16 13:04:15 UTC (rev 8443)
+++ trunk/oggdsf/macosx/VorbisComment-Info.plist	2004-12-16 13:10:24 UTC (rev 8444)
@@ -0,0 +1,20 @@
+<?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>OOOgg</string>
+	<key>CFBundleIdentifier</key>
+	<string>com.yourcompany.VorbisComment</string>
+	<key>CFBundleInfoDictionaryVersion</key>
+	<string>6.0</string>
+	<key>CFBundlePackageType</key>
+	<string>FMWK</string>
+	<key>CFBundleSignature</key>
+	<string>????</string>
+	<key>CFBundleVersion</key>
+	<string>1.0</string>
+</dict>
+</plist>



More information about the commits mailing list