| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279 |
- // !$*UTF8*$!
- {
- archiveVersion = 1;
- classes = {
- };
- objectVersion = 42;
- objects = {
- /* Begin PBXBuildFile section */
- 0BDAA250121EFA8100ED5E97 /* ogg.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BDAA24E121EFA8100ED5E97 /* ogg.h */; };
- 0BDAA251121EFA8100ED5E97 /* os_types.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BDAA24F121EFA8100ED5E97 /* os_types.h */; };
- 0BDAA252121EFA8100ED5E97 /* ogg.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BDAA24E121EFA8100ED5E97 /* ogg.h */; };
- 0BDAA253121EFA8100ED5E97 /* os_types.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BDAA24F121EFA8100ED5E97 /* os_types.h */; };
- 0BDAA25C121EFAC800ED5E97 /* bitwise.c in Sources */ = {isa = PBXBuildFile; fileRef = 730F236109181A8D00AB638C /* bitwise.c */; };
- 0BDAA25D121EFAC800ED5E97 /* framing.c in Sources */ = {isa = PBXBuildFile; fileRef = 730F236209181A8D00AB638C /* framing.c */; };
- 734FB2E70B18B36F00D561D7 /* bitwise.c in Sources */ = {isa = PBXBuildFile; fileRef = 730F236109181A8D00AB638C /* bitwise.c */; };
- 734FB2E80B18B36F00D561D7 /* framing.c in Sources */ = {isa = PBXBuildFile; fileRef = 730F236209181A8D00AB638C /* framing.c */; };
- /* End PBXBuildFile section */
- /* Begin PBXFileReference section */
- 089C1667FE841158C02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
- 0BDAA238121EFA0500ED5E97 /* libOgg.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libOgg.a; sourceTree = BUILT_PRODUCTS_DIR; };
- 0BDAA24E121EFA8100ED5E97 /* ogg.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ogg.h; sourceTree = "<group>"; };
- 0BDAA24F121EFA8100ED5E97 /* os_types.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = os_types.h; 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; };
- 734FB2E50B18B33E00D561D7 /* libOgg.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libOgg.a; sourceTree = BUILT_PRODUCTS_DIR; };
- 8D07F2C70486CC7A007CD1D0 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
- /* End PBXFileReference section */
- /* Begin PBXFrameworksBuildPhase section */
- 0BDAA236121EFA0500ED5E97 /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 734FB2E30B18B33E00D561D7 /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXFrameworksBuildPhase section */
- /* Begin PBXGroup section */
- 034768DDFF38A45A11DB9C8B /* Products */ = {
- isa = PBXGroup;
- children = (
- 734FB2E50B18B33E00D561D7 /* libOgg.a */,
- 0BDAA238121EFA0500ED5E97 /* libOgg.a */,
- );
- name = Products;
- sourceTree = "<group>";
- };
- 0867D691FE84028FC02AAC07 /* Ogg */ = {
- isa = PBXGroup;
- children = (
- 730F235F09181A3E00AB638C /* Headers */,
- 08FB77ACFE841707C02AAC07 /* Source */,
- 089C1665FE841158C02AAC07 /* Resources */,
- 034768DDFF38A45A11DB9C8B /* Products */,
- );
- name = Ogg;
- 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 */,
- );
- name = Source;
- sourceTree = "<group>";
- };
- 0BDAA24A121EFA8100ED5E97 /* ogg */ = {
- isa = PBXGroup;
- children = (
- 0BDAA24E121EFA8100ED5E97 /* ogg.h */,
- 0BDAA24F121EFA8100ED5E97 /* os_types.h */,
- );
- name = ogg;
- path = ../include/ogg;
- sourceTree = SOURCE_ROOT;
- };
- 730F235F09181A3E00AB638C /* Headers */ = {
- isa = PBXGroup;
- children = (
- 0BDAA24A121EFA8100ED5E97 /* ogg */,
- );
- name = Headers;
- sourceTree = "<group>";
- };
- /* End PBXGroup section */
- /* Begin PBXHeadersBuildPhase section */
- 0BDAA234121EFA0500ED5E97 /* Headers */ = {
- isa = PBXHeadersBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 0BDAA252121EFA8100ED5E97 /* ogg.h in Headers */,
- 0BDAA253121EFA8100ED5E97 /* os_types.h in Headers */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 734FB2E10B18B33E00D561D7 /* Headers */ = {
- isa = PBXHeadersBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 0BDAA250121EFA8100ED5E97 /* ogg.h in Headers */,
- 0BDAA251121EFA8100ED5E97 /* os_types.h in Headers */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXHeadersBuildPhase section */
- /* Begin PBXNativeTarget section */
- 0BDAA237121EFA0500ED5E97 /* iOS */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = 0BDAA244121EFA4B00ED5E97 /* Build configuration list for PBXNativeTarget "iOS" */;
- buildPhases = (
- 0BDAA234121EFA0500ED5E97 /* Headers */,
- 0BDAA235121EFA0500ED5E97 /* Sources */,
- 0BDAA236121EFA0500ED5E97 /* Frameworks */,
- );
- buildRules = (
- );
- dependencies = (
- );
- name = iOS;
- productName = iPhone;
- productReference = 0BDAA238121EFA0500ED5E97 /* libOgg.a */;
- productType = "com.apple.product-type.library.static";
- };
- 734FB2E40B18B33E00D561D7 /* Mac */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = 734FB2ED0B18B3B900D561D7 /* Build configuration list for PBXNativeTarget "Mac" */;
- buildPhases = (
- 734FB2E10B18B33E00D561D7 /* Headers */,
- 734FB2E20B18B33E00D561D7 /* Sources */,
- 734FB2E30B18B33E00D561D7 /* Frameworks */,
- );
- buildRules = (
- );
- dependencies = (
- );
- name = Mac;
- productName = ogg;
- productReference = 734FB2E50B18B33E00D561D7 /* libOgg.a */;
- productType = "com.apple.product-type.library.static";
- };
- /* End PBXNativeTarget section */
- /* Begin PBXProject section */
- 0867D690FE84028FC02AAC07 /* Project object */ = {
- isa = PBXProject;
- attributes = {
- };
- buildConfigurationList = 730F235809181A3A00AB638C /* Build configuration list for PBXProject "Ogg" */;
- compatibilityVersion = "Xcode 2.4";
- developmentRegion = English;
- hasScannedForEncodings = 1;
- knownRegions = (
- en,
- );
- mainGroup = 0867D691FE84028FC02AAC07 /* Ogg */;
- productRefGroup = 034768DDFF38A45A11DB9C8B /* Products */;
- projectDirPath = "";
- projectRoot = "";
- targets = (
- 734FB2E40B18B33E00D561D7 /* Mac */,
- 0BDAA237121EFA0500ED5E97 /* iOS */,
- );
- };
- /* End PBXProject section */
- /* Begin PBXSourcesBuildPhase section */
- 0BDAA235121EFA0500ED5E97 /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 0BDAA25C121EFAC800ED5E97 /* bitwise.c in Sources */,
- 0BDAA25D121EFAC800ED5E97 /* framing.c in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 734FB2E20B18B33E00D561D7 /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 734FB2E70B18B36F00D561D7 /* bitwise.c in Sources */,
- 734FB2E80B18B36F00D561D7 /* 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 */
- 0BDAA239121EFA0500ED5E97 /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- SDKROOT = iphoneos;
- };
- name = Release;
- };
- 730F235A09181A3A00AB638C /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- GCC_FAST_MATH = YES;
- GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
- GCC_PREPROCESSOR_DEFINITIONS = __MACOSX__;
- GCC_THREADSAFE_STATICS = NO;
- OTHER_CFLAGS = (
- "$(OTHER_CFLAGS)",
- "-ffast-math",
- );
- PRODUCT_NAME = Ogg;
- };
- name = Release;
- };
- 734FB2EF0B18B3B900D561D7 /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- };
- name = Release;
- };
- /* End XCBuildConfiguration section */
- /* Begin XCConfigurationList section */
- 0BDAA244121EFA4B00ED5E97 /* Build configuration list for PBXNativeTarget "iOS" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 0BDAA239121EFA0500ED5E97 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- 730F235809181A3A00AB638C /* Build configuration list for PBXProject "Ogg" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 730F235A09181A3A00AB638C /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- 734FB2ED0B18B3B900D561D7 /* Build configuration list for PBXNativeTarget "Mac" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 734FB2EF0B18B3B900D561D7 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- /* End XCConfigurationList section */
- };
- rootObject = 0867D690FE84028FC02AAC07 /* Project object */;
- }
|