summaryrefslogtreecommitdiff
path: root/macosx
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
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')
-rw-r--r--macosx/English.lproj/InfoPlist.stringsbin520 -> 136 bytes
-rw-r--r--macosx/Info.plist30
-rw-r--r--macosx/Ogg.xcodeproj/project.pbxproj344
-rw-r--r--macosx/Ogg_Prefix.pch5
-rw-r--r--macosx/ogg.pbproj/project.pbxproj298
5 files changed, 379 insertions, 298 deletions
diff --git a/macosx/English.lproj/InfoPlist.strings b/macosx/English.lproj/InfoPlist.strings
index e7ba98f..b230fea 100644
--- a/macosx/English.lproj/InfoPlist.strings
+++ b/macosx/English.lproj/InfoPlist.strings
Binary files differ
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>
diff --git a/macosx/Ogg.xcodeproj/project.pbxproj b/macosx/Ogg.xcodeproj/project.pbxproj
new file mode 100644
index 0000000..b9cee4f
--- /dev/null
+++ b/macosx/Ogg.xcodeproj/project.pbxproj
@@ -0,0 +1,344 @@
+// !$*UTF8*$!
+{
+ archiveVersion = 1;
+ classes = {
+ };
+ objectVersion = 42;
+ objects = {
+
+/* Begin PBXBuildFile section */
+ 730F236309181A8D00AB638C /* bitwise.c in Sources */ = {isa = PBXBuildFile; fileRef = 730F236109181A8D00AB638C /* bitwise.c */; };
+ 730F236409181A8D00AB638C /* framing.c in Sources */ = {isa = PBXBuildFile; fileRef = 730F236209181A8D00AB638C /* framing.c */; };
+ 730F236709181ABE00AB638C /* ogg.h in Headers */ = {isa = PBXBuildFile; fileRef = 730F236509181ABE00AB638C /* ogg.h */; settings = {ATTRIBUTES = (Public, ); }; };
+ 730F236809181ABE00AB638C /* os_types.h in Headers */ = {isa = PBXBuildFile; fileRef = 730F236609181ABE00AB638C /* os_types.h */; settings = {ATTRIBUTES = (Public, ); }; };
+ 8D07F2BE0486CC7A007CD1D0 /* Ogg_Prefix.pch in Headers */ = {isa = PBXBuildFile; fileRef = 32BAE0B70371A74B00C91783 /* Ogg_Prefix.pch */; };
+ 8D07F2C00486CC7A007CD1D0 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C1666FE841158C02AAC07 /* InfoPlist.strings */; };
+/* End PBXBuildFile section */
+
+/* Begin PBXBuildStyle section */
+ 4F0BB7EC011F40E904CA0E50 /* Development */ = {
+ isa = PBXBuildStyle;
+ buildSettings = {
+ COPY_PHASE_STRIP = NO;
+ GCC_DYNAMIC_NO_PIC = NO;
+ GCC_ENABLE_FIX_AND_CONTINUE = YES;
+ GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
+ GCC_OPTIMIZATION_LEVEL = 0;
+ ZERO_LINK = YES;
+ };
+ name = Development;
+ };
+ 4F0BB7ED011F40E904CA0E50 /* Deployment */ = {
+ isa = PBXBuildStyle;
+ buildSettings = {
+ COPY_PHASE_STRIP = YES;
+ GCC_ENABLE_FIX_AND_CONTINUE = NO;
+ ZERO_LINK = NO;
+ };
+ name = Deployment;
+ };
+/* End PBXBuildStyle section */
+
+/* Begin PBXFileReference section */
+ 089C1667FE841158C02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
+ 32BAE0B70371A74B00C91783 /* Ogg_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Ogg_Prefix.pch; sourceTree = "<group>"; };
+ 730F236109181A8D00AB638C /* bitwise.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = bitwise.c; path = ../src/bitwise.c; sourceTree = SOURCE_ROOT; };
+ 730F236209181A8D00AB638C /* framing.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = framing.c; path = ../src/framing.c; sourceTree = SOURCE_ROOT; };
+ 730F236509181ABE00AB638C /* ogg.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ogg.h; path = ../include/ogg/ogg.h; sourceTree = SOURCE_ROOT; };
+ 730F236609181ABE00AB638C /* os_types.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = os_types.h; path = ../include/ogg/os_types.h; sourceTree = SOURCE_ROOT; };
+ 8D07F2C70486CC7A007CD1D0 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
+ 8D07F2C80486CC7A007CD1D0 /* Ogg.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Ogg.framework; sourceTree = BUILT_PRODUCTS_DIR; };
+/* End PBXFileReference section */
+
+/* Begin PBXFrameworksBuildPhase section */
+ 8D07F2C30486CC7A007CD1D0 /* Frameworks */ = {
+ isa = PBXFrameworksBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXFrameworksBuildPhase section */
+
+/* Begin PBXGroup section */
+ 034768DDFF38A45A11DB9C8B /* Products */ = {
+ isa = PBXGroup;
+ children = (
+ 8D07F2C80486CC7A007CD1D0 /* Ogg.framework */,
+ );
+ name = Products;
+ sourceTree = "<group>";
+ };
+ 0867D691FE84028FC02AAC07 /* Ogg */ = {
+ isa = PBXGroup;
+ children = (
+ 730F235F09181A3E00AB638C /* Headers */,
+ 08FB77ACFE841707C02AAC07 /* Source */,
+ 089C1665FE841158C02AAC07 /* Resources */,
+ 0867D69AFE84028FC02AAC07 /* External Frameworks and Libraries */,
+ 034768DDFF38A45A11DB9C8B /* Products */,
+ );
+ name = Ogg;
+ sourceTree = "<group>";
+ };
+ 0867D69AFE84028FC02AAC07 /* External Frameworks and Libraries */ = {
+ isa = PBXGroup;
+ children = (
+ );
+ name = "External Frameworks and Libraries";
+ sourceTree = "<group>";
+ };
+ 089C1665FE841158C02AAC07 /* Resources */ = {
+ isa = PBXGroup;
+ children = (
+ 8D07F2C70486CC7A007CD1D0 /* Info.plist */,
+ 089C1666FE841158C02AAC07 /* InfoPlist.strings */,
+ );
+ name = Resources;
+ sourceTree = "<group>";
+ };
+ 08FB77ACFE841707C02AAC07 /* Source */ = {
+ isa = PBXGroup;
+ children = (
+ 730F236109181A8D00AB638C /* bitwise.c */,
+ 730F236209181A8D00AB638C /* framing.c */,
+ 32BAE0B70371A74B00C91783 /* Ogg_Prefix.pch */,
+ );
+ name = Source;
+ sourceTree = "<group>";
+ };
+ 730F235F09181A3E00AB638C /* Headers */ = {
+ isa = PBXGroup;
+ children = (
+ 730F236509181ABE00AB638C /* ogg.h */,
+ 730F236609181ABE00AB638C /* os_types.h */,
+ );
+ name = Headers;
+ sourceTree = "<group>";
+ };
+/* End PBXGroup section */
+
+/* Begin PBXHeadersBuildPhase section */
+ 8D07F2BD0486CC7A007CD1D0 /* Headers */ = {
+ isa = PBXHeadersBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 8D07F2BE0486CC7A007CD1D0 /* Ogg_Prefix.pch in Headers */,
+ 730F236709181ABE00AB638C /* ogg.h in Headers */,
+ 730F236809181ABE00AB638C /* os_types.h in Headers */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXHeadersBuildPhase section */
+
+/* Begin PBXNativeTarget section */
+ 8D07F2BC0486CC7A007CD1D0 /* Ogg */ = {
+ isa = PBXNativeTarget;
+ buildConfigurationList = 730F235409181A3A00AB638C /* Build configuration list for PBXNativeTarget "Ogg" */;
+ buildPhases = (
+ 8D07F2BD0486CC7A007CD1D0 /* Headers */,
+ 8D07F2BF0486CC7A007CD1D0 /* Resources */,
+ 8D07F2C10486CC7A007CD1D0 /* Sources */,
+ 8D07F2C30486CC7A007CD1D0 /* Frameworks */,
+ 8D07F2C50486CC7A007CD1D0 /* Rez */,
+ );
+ buildRules = (
+ );
+ buildSettings = {
+ DYLIB_COMPATIBILITY_VERSION = 1;
+ DYLIB_CURRENT_VERSION = 1;
+ FRAMEWORK_VERSION = A;
+ GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
+ GCC_PRECOMPILE_PREFIX_HEADER = YES;
+ GCC_PREFIX_HEADER = Ogg_Prefix.pch;
+ INFOPLIST_FILE = Info.plist;
+ INSTALL_PATH = "$(HOME)/Library/Frameworks";
+ LIBRARY_STYLE = DYNAMIC;
+ PRODUCT_NAME = Ogg;
+ WRAPPER_EXTENSION = framework;
+ };
+ dependencies = (
+ );
+ name = Ogg;
+ productInstallPath = "$(HOME)/Library/Frameworks";
+ productName = Ogg;
+ productReference = 8D07F2C80486CC7A007CD1D0 /* Ogg.framework */;
+ productType = "com.apple.product-type.framework";
+ };
+/* End PBXNativeTarget section */
+
+/* Begin PBXProject section */
+ 0867D690FE84028FC02AAC07 /* Project object */ = {
+ isa = PBXProject;
+ buildConfigurationList = 730F235809181A3A00AB638C /* Build configuration list for PBXProject "Ogg" */;
+ buildSettings = {
+ };
+ buildStyles = (
+ 4F0BB7EC011F40E904CA0E50 /* Development */,
+ 4F0BB7ED011F40E904CA0E50 /* Deployment */,
+ );
+ hasScannedForEncodings = 1;
+ mainGroup = 0867D691FE84028FC02AAC07 /* Ogg */;
+ productRefGroup = 034768DDFF38A45A11DB9C8B /* Products */;
+ projectDirPath = "";
+ targets = (
+ 8D07F2BC0486CC7A007CD1D0 /* Ogg */,
+ );
+ };
+/* End PBXProject section */
+
+/* Begin PBXResourcesBuildPhase section */
+ 8D07F2BF0486CC7A007CD1D0 /* Resources */ = {
+ isa = PBXResourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 8D07F2C00486CC7A007CD1D0 /* InfoPlist.strings in Resources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXResourcesBuildPhase section */
+
+/* Begin PBXRezBuildPhase section */
+ 8D07F2C50486CC7A007CD1D0 /* Rez */ = {
+ isa = PBXRezBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXRezBuildPhase section */
+
+/* Begin PBXSourcesBuildPhase section */
+ 8D07F2C10486CC7A007CD1D0 /* Sources */ = {
+ isa = PBXSourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 730F236309181A8D00AB638C /* bitwise.c in Sources */,
+ 730F236409181A8D00AB638C /* framing.c in Sources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXSourcesBuildPhase section */
+
+/* Begin PBXVariantGroup section */
+ 089C1666FE841158C02AAC07 /* InfoPlist.strings */ = {
+ isa = PBXVariantGroup;
+ children = (
+ 089C1667FE841158C02AAC07 /* English */,
+ );
+ name = InfoPlist.strings;
+ sourceTree = "<group>";
+ };
+/* End PBXVariantGroup section */
+
+/* Begin XCBuildConfiguration section */
+ 730F235509181A3A00AB638C /* Development */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ COPY_PHASE_STRIP = NO;
+ DYLIB_COMPATIBILITY_VERSION = 1;
+ DYLIB_CURRENT_VERSION = 1;
+ FRAMEWORK_VERSION = A;
+ GCC_DYNAMIC_NO_PIC = NO;
+ GCC_ENABLE_FIX_AND_CONTINUE = YES;
+ GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
+ GCC_OPTIMIZATION_LEVEL = 0;
+ GCC_PRECOMPILE_PREFIX_HEADER = YES;
+ GCC_PREFIX_HEADER = Ogg_Prefix.pch;
+ INFOPLIST_FILE = Info.plist;
+ INSTALL_PATH = /Library/Frameworks;
+ LIBRARY_STYLE = DYNAMIC;
+ MACH_O_TYPE = mh_dylib;
+ PRODUCT_NAME = Ogg;
+ WRAPPER_EXTENSION = framework;
+ ZERO_LINK = YES;
+ };
+ name = Development;
+ };
+ 730F235609181A3A00AB638C /* Deployment */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ COPY_PHASE_STRIP = YES;
+ DYLIB_COMPATIBILITY_VERSION = 1;
+ DYLIB_CURRENT_VERSION = 1;
+ FRAMEWORK_VERSION = A;
+ GCC_ENABLE_FIX_AND_CONTINUE = NO;
+ GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
+ GCC_PRECOMPILE_PREFIX_HEADER = YES;
+ GCC_PREFIX_HEADER = Ogg_Prefix.pch;
+ INFOPLIST_FILE = Info.plist;
+ INSTALL_PATH = /Library/Frameworks;
+ LIBRARY_STYLE = DYNAMIC;
+ MACH_O_TYPE = mh_dylib;
+ PRODUCT_NAME = Ogg;
+ WRAPPER_EXTENSION = framework;
+ ZERO_LINK = NO;
+ };
+ name = Deployment;
+ };
+ 730F235709181A3A00AB638C /* Default */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ DYLIB_COMPATIBILITY_VERSION = 1;
+ DYLIB_CURRENT_VERSION = 1;
+ FRAMEWORK_VERSION = A;
+ GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
+ GCC_PRECOMPILE_PREFIX_HEADER = YES;
+ GCC_PREFIX_HEADER = Ogg_Prefix.pch;
+ INFOPLIST_FILE = Info.plist;
+ INSTALL_PATH = /Library/Frameworks;
+ LIBRARY_STYLE = DYNAMIC;
+ MACH_O_TYPE = mh_dylib;
+ PRODUCT_NAME = Ogg;
+ WRAPPER_EXTENSION = framework;
+ };
+ name = Default;
+ };
+ 730F235909181A3A00AB638C /* Development */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ GCC_PREPROCESSOR_DEFINITIONS = __MACOSX__;
+ };
+ name = Development;
+ };
+ 730F235A09181A3A00AB638C /* Deployment */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ GCC_PREPROCESSOR_DEFINITIONS = __MACOSX__;
+ };
+ name = Deployment;
+ };
+ 730F235B09181A3A00AB638C /* Default */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ GCC_PREPROCESSOR_DEFINITIONS = __MACOSX__;
+ };
+ name = Default;
+ };
+/* End XCBuildConfiguration section */
+
+/* Begin XCConfigurationList section */
+ 730F235409181A3A00AB638C /* Build configuration list for PBXNativeTarget "Ogg" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ 730F235509181A3A00AB638C /* Development */,
+ 730F235609181A3A00AB638C /* Deployment */,
+ 730F235709181A3A00AB638C /* Default */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Default;
+ };
+ 730F235809181A3A00AB638C /* Build configuration list for PBXProject "Ogg" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ 730F235909181A3A00AB638C /* Development */,
+ 730F235A09181A3A00AB638C /* Deployment */,
+ 730F235B09181A3A00AB638C /* Default */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Default;
+ };
+/* End XCConfigurationList section */
+ };
+ rootObject = 0867D690FE84028FC02AAC07 /* Project object */;
+}
diff --git a/macosx/Ogg_Prefix.pch b/macosx/Ogg_Prefix.pch
new file mode 100644
index 0000000..05e3af9
--- /dev/null
+++ b/macosx/Ogg_Prefix.pch
@@ -0,0 +1,5 @@
+//
+// Prefix header for all source files of the 'Ogg' target in the 'Ogg' project.
+//
+
+#include <Carbon/Carbon.h>
diff --git a/macosx/ogg.pbproj/project.pbxproj b/macosx/ogg.pbproj/project.pbxproj
deleted file mode 100644
index 42fb53d..0000000
--- a/macosx/ogg.pbproj/project.pbxproj
+++ /dev/null
@@ -1,298 +0,0 @@
-// !$*UTF8*$!
-{
- archiveVersion = 1;
- classes = {
- };
- objectVersion = 38;
- objects = {
- 014CEA440018CDF011CA2923 = {
- buildRules = (
- );
- buildSettings = {
- COPY_PHASE_STRIP = NO;
- OPTIMIZATION_CFLAGS = "-O0";
- };
- isa = PBXBuildStyle;
- name = Development;
- };
- 014CEA450018CDF011CA2923 = {
- buildRules = (
- );
- buildSettings = {
- COPY_PHASE_STRIP = YES;
- };
- isa = PBXBuildStyle;
- name = Deployment;
- };
-//010
-//011
-//012
-//013
-//014
-//030
-//031
-//032
-//033
-//034
- 034768DFFF38A50411DB9C8B = {
- children = (
- 034768E0FF38A50411DB9C8B,
- );
- isa = PBXGroup;
- name = Products;
- refType = 4;
- };
- 034768E0FF38A50411DB9C8B = {
- isa = PBXFrameworkReference;
- path = Ogg.framework;
- refType = 3;
- };
-//030
-//031
-//032
-//033
-//034
-//080
-//081
-//082
-//083
-//084
- 0867D690FE84028FC02AAC07 = {
- buildStyles = (
- 014CEA440018CDF011CA2923,
- 014CEA450018CDF011CA2923,
- );
- isa = PBXProject;
- mainGroup = 0867D691FE84028FC02AAC07;
- productRefGroup = 034768DFFF38A50411DB9C8B;
- projectDirPath = "";
- targets = (
- 0867D69CFE84028FC02AAC07,
- );
- };
- 0867D691FE84028FC02AAC07 = {
- children = (
- F582555C019164DF01A802FE,
- F582554F0191644401A802FE,
- 089C1665FE841158C02AAC07,
- 034768DFFF38A50411DB9C8B,
- );
- isa = PBXGroup;
- name = ogg;
- refType = 4;
- };
- 0867D69CFE84028FC02AAC07 = {
- buildPhases = (
- 0867D69DFE84028FC02AAC07,
- 0867D69EFE84028FC02AAC07,
- 0867D69FFE84028FC02AAC07,
- 0867D6A0FE84028FC02AAC07,
- 0867D6A2FE84028FC02AAC07,
- );
- buildSettings = {
- DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 1;
- FRAMEWORK_SEARCH_PATHS = "";
- FRAMEWORK_VERSION = A;
- HEADER_SEARCH_PATHS = "";
- INSTALL_PATH = /Library/Frameworks;
- LIBRARY_SEARCH_PATHS = "";
- OTHER_CFLAGS = "-D__MACOSX__";
- OTHER_LDFLAGS = "";
- PRODUCT_NAME = Ogg;
- SECTORDER_FLAGS = "";
- WARNING_CFLAGS = "-Wmost -Wno-four-char-constants -Wno-unknown-pragmas";
- WRAPPER_EXTENSION = framework;
- };
- dependencies = (
- );
- isa = PBXFrameworkTarget;
- name = Ogg;
- productInstallPath = /Library/Frameworks;
- productName = ogg;
- productReference = 034768E0FF38A50411DB9C8B;
- productSettingsXML = "<?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>Enables the manipulation of Ogg bitstreams</string>
- <key>CFBundleIconFile</key>
- <string></string>
- <key>CFBundleIdentifier</key>
- <string></string>
- <key>CFBundleInfoDictionaryVersion</key>
- <string>6.0</string>
- <key>CFBundleName</key>
- <string>Ogg framework</string>
- <key>CFBundlePackageType</key>
- <string>FMWK</string>
- <key>CFBundleShortVersionString</key>
- <string>1.11</string>
- <key>CFBundleSignature</key>
- <string>Ogg_</string>
- <key>CFBundleVersion</key>
- <string>1.11</string>
- <key>NSPrincipalClass</key>
- <string></string>
-</dict>
-</plist>
-";
- shouldUseHeadermap = 1;
- };
- 0867D69DFE84028FC02AAC07 = {
- buildActionMask = 2147483647;
- files = (
- F5825565019164DF01A802FE,
- F586EB5C0191DDEA01A802FE,
- );
- isa = PBXHeadersBuildPhase;
- runOnlyForDeploymentPostprocessing = 0;
- };
- 0867D69EFE84028FC02AAC07 = {
- buildActionMask = 2147483647;
- files = (
- 089C1668FE841158C02AAC07,
- );
- isa = PBXResourcesBuildPhase;
- runOnlyForDeploymentPostprocessing = 0;
- };
- 0867D69FFE84028FC02AAC07 = {
- buildActionMask = 2147483647;
- files = (
- F582555A0191644401A802FE,
- F582555B0191644401A802FE,
- );
- isa = PBXSourcesBuildPhase;
- runOnlyForDeploymentPostprocessing = 0;
- };
- 0867D6A0FE84028FC02AAC07 = {
- buildActionMask = 2147483647;
- files = (
- );
- isa = PBXFrameworksBuildPhase;
- runOnlyForDeploymentPostprocessing = 0;
- };
- 0867D6A2FE84028FC02AAC07 = {
- buildActionMask = 2147483647;
- files = (
- );
- isa = PBXRezBuildPhase;
- runOnlyForDeploymentPostprocessing = 0;
- };
- 089C1665FE841158C02AAC07 = {
- children = (
- 089C1666FE841158C02AAC07,
- );
- isa = PBXGroup;
- name = Resources;
- refType = 4;
- };
- 089C1666FE841158C02AAC07 = {
- children = (
- 089C1667FE841158C02AAC07,
- );
- isa = PBXVariantGroup;
- name = InfoPlist.strings;
- refType = 4;
- };
- 089C1667FE841158C02AAC07 = {
- fileEncoding = 10;
- isa = PBXFileReference;
- name = English;
- path = English.lproj/InfoPlist.strings;
- refType = 4;
- };
- 089C1668FE841158C02AAC07 = {
- fileRef = 089C1666FE841158C02AAC07;
- isa = PBXBuildFile;
- settings = {
- };
- };
-//080
-//081
-//082
-//083
-//084
-//F50
-//F51
-//F52
-//F53
-//F54
- F582554F0191644401A802FE = {
- children = (
- F58255530191644401A802FE,
- F58255540191644401A802FE,
- );
- isa = PBXGroup;
- name = src;
- path = ../src;
- refType = 2;
- };
- F58255530191644401A802FE = {
- isa = PBXFileReference;
- path = bitwise.c;
- refType = 4;
- };
- F58255540191644401A802FE = {
- isa = PBXFileReference;
- path = framing.c;
- refType = 4;
- };
- F582555A0191644401A802FE = {
- fileRef = F58255530191644401A802FE;
- isa = PBXBuildFile;
- settings = {
- };
- };
- F582555B0191644401A802FE = {
- fileRef = F58255540191644401A802FE;
- isa = PBXBuildFile;
- settings = {
- };
- };
- F582555C019164DF01A802FE = {
- children = (
- F582555E019164DF01A802FE,
- F582555F019164DF01A802FE,
- );
- isa = PBXGroup;
- name = Headers;
- path = ../include/ogg;
- refType = 2;
- };
- F582555E019164DF01A802FE = {
- isa = PBXFileReference;
- path = ogg.h;
- refType = 4;
- };
- F582555F019164DF01A802FE = {
- isa = PBXFileReference;
- path = os_types.h;
- refType = 4;
- };
- F5825565019164DF01A802FE = {
- fileRef = F582555E019164DF01A802FE;
- isa = PBXBuildFile;
- settings = {
- ATTRIBUTES = (
- Public,
- );
- };
- };
- F586EB5C0191DDEA01A802FE = {
- fileRef = F582555F019164DF01A802FE;
- isa = PBXBuildFile;
- settings = {
- ATTRIBUTES = (
- Public,
- );
- };
- };
- };
- rootObject = 0867D690FE84028FC02AAC07;
-}