summaryrefslogtreecommitdiff
path: root/macosx/Info.plist
diff options
context:
space:
mode:
authorRalph Giles <giles@thaumas.net>2020-05-02 12:07:52 -0700
committerRalph Giles <giles@thaumas.net>2020-05-02 21:03:05 -0700
commitb661e504ae430c7e57be4c200a4b722bc6d02eb2 (patch)
tree99e70fcfb52ace070301ff221ec58b346f8b9b57 /macosx/Info.plist
parent6e9f7cc2f64c9e659c6ca7cde6737f5d1d564b5e (diff)
downloadogg-git-b661e504ae430c7e57be4c200a4b722bc6d02eb2.tar.gz
Remove macOS XCode project files.
This description of the build is very old, unmaintained, and not integration tested. I don't think it's useful to users, who can use the supported autotools or cmake builds, or just add the few source files directly to their own projects. Signed-off-by: Thomas Daede <daede003@umn.edu>
Diffstat (limited to 'macosx/Info.plist')
-rw-r--r--macosx/Info.plist30
1 files changed, 0 insertions, 30 deletions
diff --git a/macosx/Info.plist b/macosx/Info.plist
deleted file mode 100644
index d075456..0000000
--- a/macosx/Info.plist
+++ /dev/null
@@ -1,30 +0,0 @@
-<?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.4, Copyright © 1994-2009 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.4</string>
- <key>CFBundleSignature</key>
- <string>????</string>
- <key>CFBundleVersion</key>
- <string>1.1.4</string>
- <key>NSHumanReadableCopyright</key>
- <string>Ogg framework 1.1.4, Copyright © 1994-2009 Xiph.Org Foundation</string>
- <key>CSResourcesFileMapped</key>
- <true/>
-</dict>
-</plist>