Home | History | Annotate | Download | only in Ogg.xcodeproj
      1 // !$*UTF8*$!
      2 {
      3 	archiveVersion = 1;
      4 	classes = {
      5 	};
      6 	objectVersion = 45;
      7 	objects = {
      8 
      9 /* Begin PBXBuildFile section */
     10 		734FB2E70B18B36F00D561D7 /* bitwise.c in Sources */ = {isa = PBXBuildFile; fileRef = 730F236109181A8D00AB638C /* bitwise.c */; };
     11 		734FB2E80B18B36F00D561D7 /* framing.c in Sources */ = {isa = PBXBuildFile; fileRef = 730F236209181A8D00AB638C /* framing.c */; };
     12 /* End PBXBuildFile section */
     13 
     14 /* Begin PBXFileReference section */
     15 		089C1667FE841158C02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
     16 		32BAE0B70371A74B00C91783 /* Ogg_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Ogg_Prefix.pch; sourceTree = "<group>"; };
     17 		730F236109181A8D00AB638C /* bitwise.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = bitwise.c; path = ../src/bitwise.c; sourceTree = SOURCE_ROOT; };
     18 		730F236209181A8D00AB638C /* framing.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = framing.c; path = ../src/framing.c; sourceTree = SOURCE_ROOT; };
     19 		730F236509181ABE00AB638C /* ogg.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ogg.h; path = ../include/ogg/ogg.h; sourceTree = SOURCE_ROOT; };
     20 		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; };
     21 		734FB2E50B18B33E00D561D7 /* libogg.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libogg.a; sourceTree = BUILT_PRODUCTS_DIR; };
     22 		8D07F2C70486CC7A007CD1D0 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
     23 		B0A98E7011D4310A00952D48 /* MacConfigExternalDebug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = MacConfigExternalDebug.xcconfig; path = ../../MacConfigExternalDebug.xcconfig; sourceTree = SOURCE_ROOT; };
     24 		B0A98E7111D4310A00952D48 /* MacConfigExternalRelease.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = MacConfigExternalRelease.xcconfig; path = ../../MacConfigExternalRelease.xcconfig; sourceTree = SOURCE_ROOT; };
     25 /* End PBXFileReference section */
     26 
     27 /* Begin PBXFrameworksBuildPhase section */
     28 		734FB2E30B18B33E00D561D7 /* Frameworks */ = {
     29 			isa = PBXFrameworksBuildPhase;
     30 			buildActionMask = 2147483647;
     31 			files = (
     32 			);
     33 			runOnlyForDeploymentPostprocessing = 0;
     34 		};
     35 /* End PBXFrameworksBuildPhase section */
     36 
     37 /* Begin PBXGroup section */
     38 		034768DDFF38A45A11DB9C8B /* Products */ = {
     39 			isa = PBXGroup;
     40 			children = (
     41 				734FB2E50B18B33E00D561D7 /* libogg.a */,
     42 			);
     43 			name = Products;
     44 			sourceTree = "<group>";
     45 		};
     46 		0867D691FE84028FC02AAC07 /* Ogg */ = {
     47 			isa = PBXGroup;
     48 			children = (
     49 				B0A98E7011D4310A00952D48 /* MacConfigExternalDebug.xcconfig */,
     50 				B0A98E7111D4310A00952D48 /* MacConfigExternalRelease.xcconfig */,
     51 				730F235F09181A3E00AB638C /* Headers */,
     52 				08FB77ACFE841707C02AAC07 /* Source */,
     53 				089C1665FE841158C02AAC07 /* Resources */,
     54 				0867D69AFE84028FC02AAC07 /* External Frameworks and Libraries */,
     55 				034768DDFF38A45A11DB9C8B /* Products */,
     56 			);
     57 			name = Ogg;
     58 			sourceTree = "<group>";
     59 		};
     60 		0867D69AFE84028FC02AAC07 /* External Frameworks and Libraries */ = {
     61 			isa = PBXGroup;
     62 			children = (
     63 			);
     64 			name = "External Frameworks and Libraries";
     65 			sourceTree = "<group>";
     66 		};
     67 		089C1665FE841158C02AAC07 /* Resources */ = {
     68 			isa = PBXGroup;
     69 			children = (
     70 				8D07F2C70486CC7A007CD1D0 /* Info.plist */,
     71 				089C1666FE841158C02AAC07 /* InfoPlist.strings */,
     72 			);
     73 			name = Resources;
     74 			sourceTree = "<group>";
     75 		};
     76 		08FB77ACFE841707C02AAC07 /* Source */ = {
     77 			isa = PBXGroup;
     78 			children = (
     79 				730F236109181A8D00AB638C /* bitwise.c */,
     80 				730F236209181A8D00AB638C /* framing.c */,
     81 				32BAE0B70371A74B00C91783 /* Ogg_Prefix.pch */,
     82 			);
     83 			name = Source;
     84 			sourceTree = "<group>";
     85 		};
     86 		730F235F09181A3E00AB638C /* Headers */ = {
     87 			isa = PBXGroup;
     88 			children = (
     89 				730F236509181ABE00AB638C /* ogg.h */,
     90 				730F236609181ABE00AB638C /* os_types.h */,
     91 			);
     92 			name = Headers;
     93 			sourceTree = "<group>";
     94 		};
     95 /* End PBXGroup section */
     96 
     97 /* Begin PBXHeadersBuildPhase section */
     98 		734FB2E10B18B33E00D561D7 /* Headers */ = {
     99 			isa = PBXHeadersBuildPhase;
    100 			buildActionMask = 2147483647;
    101 			files = (
    102 			);
    103 			runOnlyForDeploymentPostprocessing = 0;
    104 		};
    105 /* End PBXHeadersBuildPhase section */
    106 
    107 /* Begin PBXNativeTarget section */
    108 		734FB2E40B18B33E00D561D7 /* libogg (static) */ = {
    109 			isa = PBXNativeTarget;
    110 			buildConfigurationList = 734FB2ED0B18B3B900D561D7 /* Build configuration list for PBXNativeTarget "libogg (static)" */;
    111 			buildPhases = (
    112 				734FB2E10B18B33E00D561D7 /* Headers */,
    113 				734FB2E20B18B33E00D561D7 /* Sources */,
    114 				734FB2E30B18B33E00D561D7 /* Frameworks */,
    115 			);
    116 			buildRules = (
    117 			);
    118 			dependencies = (
    119 			);
    120 			name = "libogg (static)";
    121 			productName = ogg;
    122 			productReference = 734FB2E50B18B33E00D561D7 /* libogg.a */;
    123 			productType = "com.apple.product-type.library.static";
    124 		};
    125 /* End PBXNativeTarget section */
    126 
    127 /* Begin PBXProject section */
    128 		0867D690FE84028FC02AAC07 /* Project object */ = {
    129 			isa = PBXProject;
    130 			buildConfigurationList = 730F235809181A3A00AB638C /* Build configuration list for PBXProject "Ogg" */;
    131 			compatibilityVersion = "Xcode 3.1";
    132 			hasScannedForEncodings = 1;
    133 			mainGroup = 0867D691FE84028FC02AAC07 /* Ogg */;
    134 			productRefGroup = 034768DDFF38A45A11DB9C8B /* Products */;
    135 			projectDirPath = "";
    136 			projectRoot = "";
    137 			targets = (
    138 				734FB2E40B18B33E00D561D7 /* libogg (static) */,
    139 			);
    140 		};
    141 /* End PBXProject section */
    142 
    143 /* Begin PBXSourcesBuildPhase section */
    144 		734FB2E20B18B33E00D561D7 /* Sources */ = {
    145 			isa = PBXSourcesBuildPhase;
    146 			buildActionMask = 2147483647;
    147 			files = (
    148 				734FB2E70B18B36F00D561D7 /* bitwise.c in Sources */,
    149 				734FB2E80B18B36F00D561D7 /* framing.c in Sources */,
    150 			);
    151 			runOnlyForDeploymentPostprocessing = 0;
    152 		};
    153 /* End PBXSourcesBuildPhase section */
    154 
    155 /* Begin PBXVariantGroup section */
    156 		089C1666FE841158C02AAC07 /* InfoPlist.strings */ = {
    157 			isa = PBXVariantGroup;
    158 			children = (
    159 				089C1667FE841158C02AAC07 /* English */,
    160 			);
    161 			name = InfoPlist.strings;
    162 			sourceTree = "<group>";
    163 		};
    164 /* End PBXVariantGroup section */
    165 
    166 /* Begin XCBuildConfiguration section */
    167 		730F235909181A3A00AB638C /* Debug */ = {
    168 			isa = XCBuildConfiguration;
    169 			baseConfigurationReference = B0A98E7011D4310A00952D48 /* MacConfigExternalDebug.xcconfig */;
    170 			buildSettings = {
    171 				GCC_PREPROCESSOR_DEFINITIONS = __MACOSX__;
    172 				HEADER_SEARCH_PATHS = ../include;
    173 			};
    174 			name = Debug;
    175 		};
    176 		730F235A09181A3A00AB638C /* Release */ = {
    177 			isa = XCBuildConfiguration;
    178 			baseConfigurationReference = B0A98E7111D4310A00952D48 /* MacConfigExternalRelease.xcconfig */;
    179 			buildSettings = {
    180 				GCC_OPTIMIZATION_LEVEL = 3;
    181 				GCC_PREPROCESSOR_DEFINITIONS = __MACOSX__;
    182 				HEADER_SEARCH_PATHS = ../include;
    183 				OTHER_CFLAGS = (
    184 					"$(OTHER_CFLAGS)",
    185 					"-ffast-math",
    186 					"-falign-loops=16",
    187 				);
    188 			};
    189 			name = Release;
    190 		};
    191 		734FB2EE0B18B3B900D561D7 /* Debug */ = {
    192 			isa = XCBuildConfiguration;
    193 			buildSettings = {
    194 				PREBINDING = NO;
    195 				PRODUCT_NAME = ogg;
    196 			};
    197 			name = Debug;
    198 		};
    199 		734FB2EF0B18B3B900D561D7 /* Release */ = {
    200 			isa = XCBuildConfiguration;
    201 			buildSettings = {
    202 				PREBINDING = NO;
    203 				PRODUCT_NAME = ogg;
    204 			};
    205 			name = Release;
    206 		};
    207 /* End XCBuildConfiguration section */
    208 
    209 /* Begin XCConfigurationList section */
    210 		730F235809181A3A00AB638C /* Build configuration list for PBXProject "Ogg" */ = {
    211 			isa = XCConfigurationList;
    212 			buildConfigurations = (
    213 				730F235909181A3A00AB638C /* Debug */,
    214 				730F235A09181A3A00AB638C /* Release */,
    215 			);
    216 			defaultConfigurationIsVisible = 0;
    217 			defaultConfigurationName = Release;
    218 		};
    219 		734FB2ED0B18B3B900D561D7 /* Build configuration list for PBXNativeTarget "libogg (static)" */ = {
    220 			isa = XCConfigurationList;
    221 			buildConfigurations = (
    222 				734FB2EE0B18B3B900D561D7 /* Debug */,
    223 				734FB2EF0B18B3B900D561D7 /* Release */,
    224 			);
    225 			defaultConfigurationIsVisible = 0;
    226 			defaultConfigurationName = Release;
    227 		};
    228 /* End XCConfigurationList section */
    229 	};
    230 	rootObject = 0867D690FE84028FC02AAC07 /* Project object */;
    231 }
    232