project.pbxproj 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 42;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 730F236309181A8D00AB638C /* bitwise.c in Sources */ = {isa = PBXBuildFile; fileRef = 730F236109181A8D00AB638C /* bitwise.c */; };
  10. 730F236409181A8D00AB638C /* framing.c in Sources */ = {isa = PBXBuildFile; fileRef = 730F236209181A8D00AB638C /* framing.c */; };
  11. 730F236709181ABE00AB638C /* ogg.h in Headers */ = {isa = PBXBuildFile; fileRef = 730F236509181ABE00AB638C /* ogg.h */; settings = {ATTRIBUTES = (Public, ); }; };
  12. 730F236809181ABE00AB638C /* os_types.h in Headers */ = {isa = PBXBuildFile; fileRef = 730F236609181ABE00AB638C /* os_types.h */; settings = {ATTRIBUTES = (Public, ); }; };
  13. 734FB2E70B18B36F00D561D7 /* bitwise.c in Sources */ = {isa = PBXBuildFile; fileRef = 730F236109181A8D00AB638C /* bitwise.c */; };
  14. 734FB2E80B18B36F00D561D7 /* framing.c in Sources */ = {isa = PBXBuildFile; fileRef = 730F236209181A8D00AB638C /* framing.c */; };
  15. 8D07F2BE0486CC7A007CD1D0 /* Ogg_Prefix.pch in Headers */ = {isa = PBXBuildFile; fileRef = 32BAE0B70371A74B00C91783 /* Ogg_Prefix.pch */; };
  16. 8D07F2C00486CC7A007CD1D0 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C1666FE841158C02AAC07 /* InfoPlist.strings */; };
  17. /* End PBXBuildFile section */
  18. /* Begin PBXFileReference section */
  19. 089C1667FE841158C02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
  20. 32BAE0B70371A74B00C91783 /* Ogg_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Ogg_Prefix.pch; sourceTree = "<group>"; };
  21. 730F236109181A8D00AB638C /* bitwise.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = bitwise.c; path = ../src/bitwise.c; sourceTree = SOURCE_ROOT; };
  22. 730F236209181A8D00AB638C /* framing.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = framing.c; path = ../src/framing.c; sourceTree = SOURCE_ROOT; };
  23. 730F236509181ABE00AB638C /* ogg.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ogg.h; path = ../include/ogg/ogg.h; sourceTree = SOURCE_ROOT; };
  24. 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; };
  25. 734FB2E50B18B33E00D561D7 /* libogg.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libogg.a; sourceTree = BUILT_PRODUCTS_DIR; };
  26. 8D07F2C70486CC7A007CD1D0 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
  27. 8D07F2C80486CC7A007CD1D0 /* Ogg.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Ogg.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  28. /* End PBXFileReference section */
  29. /* Begin PBXFrameworksBuildPhase section */
  30. 734FB2E30B18B33E00D561D7 /* Frameworks */ = {
  31. isa = PBXFrameworksBuildPhase;
  32. buildActionMask = 2147483647;
  33. files = (
  34. );
  35. runOnlyForDeploymentPostprocessing = 0;
  36. };
  37. 8D07F2C30486CC7A007CD1D0 /* Frameworks */ = {
  38. isa = PBXFrameworksBuildPhase;
  39. buildActionMask = 2147483647;
  40. files = (
  41. );
  42. runOnlyForDeploymentPostprocessing = 0;
  43. };
  44. /* End PBXFrameworksBuildPhase section */
  45. /* Begin PBXGroup section */
  46. 034768DDFF38A45A11DB9C8B /* Products */ = {
  47. isa = PBXGroup;
  48. children = (
  49. 8D07F2C80486CC7A007CD1D0 /* Ogg.framework */,
  50. 734FB2E50B18B33E00D561D7 /* libogg.a */,
  51. );
  52. name = Products;
  53. sourceTree = "<group>";
  54. };
  55. 0867D691FE84028FC02AAC07 /* Ogg */ = {
  56. isa = PBXGroup;
  57. children = (
  58. 730F235F09181A3E00AB638C /* Headers */,
  59. 08FB77ACFE841707C02AAC07 /* Source */,
  60. 089C1665FE841158C02AAC07 /* Resources */,
  61. 0867D69AFE84028FC02AAC07 /* External Frameworks and Libraries */,
  62. 034768DDFF38A45A11DB9C8B /* Products */,
  63. );
  64. name = Ogg;
  65. sourceTree = "<group>";
  66. };
  67. 0867D69AFE84028FC02AAC07 /* External Frameworks and Libraries */ = {
  68. isa = PBXGroup;
  69. children = (
  70. );
  71. name = "External Frameworks and Libraries";
  72. sourceTree = "<group>";
  73. };
  74. 089C1665FE841158C02AAC07 /* Resources */ = {
  75. isa = PBXGroup;
  76. children = (
  77. 8D07F2C70486CC7A007CD1D0 /* Info.plist */,
  78. 089C1666FE841158C02AAC07 /* InfoPlist.strings */,
  79. );
  80. name = Resources;
  81. sourceTree = "<group>";
  82. };
  83. 08FB77ACFE841707C02AAC07 /* Source */ = {
  84. isa = PBXGroup;
  85. children = (
  86. 730F236109181A8D00AB638C /* bitwise.c */,
  87. 730F236209181A8D00AB638C /* framing.c */,
  88. 32BAE0B70371A74B00C91783 /* Ogg_Prefix.pch */,
  89. );
  90. name = Source;
  91. sourceTree = "<group>";
  92. };
  93. 730F235F09181A3E00AB638C /* Headers */ = {
  94. isa = PBXGroup;
  95. children = (
  96. 730F236509181ABE00AB638C /* ogg.h */,
  97. 730F236609181ABE00AB638C /* os_types.h */,
  98. );
  99. name = Headers;
  100. sourceTree = "<group>";
  101. };
  102. /* End PBXGroup section */
  103. /* Begin PBXHeadersBuildPhase section */
  104. 734FB2E10B18B33E00D561D7 /* Headers */ = {
  105. isa = PBXHeadersBuildPhase;
  106. buildActionMask = 2147483647;
  107. files = (
  108. );
  109. runOnlyForDeploymentPostprocessing = 0;
  110. };
  111. 8D07F2BD0486CC7A007CD1D0 /* Headers */ = {
  112. isa = PBXHeadersBuildPhase;
  113. buildActionMask = 2147483647;
  114. files = (
  115. 8D07F2BE0486CC7A007CD1D0 /* Ogg_Prefix.pch in Headers */,
  116. 730F236709181ABE00AB638C /* ogg.h in Headers */,
  117. 730F236809181ABE00AB638C /* os_types.h in Headers */,
  118. );
  119. runOnlyForDeploymentPostprocessing = 0;
  120. };
  121. /* End PBXHeadersBuildPhase section */
  122. /* Begin PBXNativeTarget section */
  123. 734FB2E40B18B33E00D561D7 /* libogg (static) */ = {
  124. isa = PBXNativeTarget;
  125. buildConfigurationList = 734FB2ED0B18B3B900D561D7 /* Build configuration list for PBXNativeTarget "libogg (static)" */;
  126. buildPhases = (
  127. 734FB2E10B18B33E00D561D7 /* Headers */,
  128. 734FB2E20B18B33E00D561D7 /* Sources */,
  129. 734FB2E30B18B33E00D561D7 /* Frameworks */,
  130. );
  131. buildRules = (
  132. );
  133. dependencies = (
  134. );
  135. name = "libogg (static)";
  136. productName = ogg;
  137. productReference = 734FB2E50B18B33E00D561D7 /* libogg.a */;
  138. productType = "com.apple.product-type.library.static";
  139. };
  140. 8D07F2BC0486CC7A007CD1D0 /* Ogg */ = {
  141. isa = PBXNativeTarget;
  142. buildConfigurationList = 730F235409181A3A00AB638C /* Build configuration list for PBXNativeTarget "Ogg" */;
  143. buildPhases = (
  144. 8D07F2BD0486CC7A007CD1D0 /* Headers */,
  145. 8D07F2BF0486CC7A007CD1D0 /* Resources */,
  146. 8D07F2C10486CC7A007CD1D0 /* Sources */,
  147. 8D07F2C30486CC7A007CD1D0 /* Frameworks */,
  148. 8D07F2C50486CC7A007CD1D0 /* Rez */,
  149. );
  150. buildRules = (
  151. );
  152. dependencies = (
  153. );
  154. name = Ogg;
  155. productInstallPath = "$(HOME)/Library/Frameworks";
  156. productName = Ogg;
  157. productReference = 8D07F2C80486CC7A007CD1D0 /* Ogg.framework */;
  158. productType = "com.apple.product-type.framework";
  159. };
  160. /* End PBXNativeTarget section */
  161. /* Begin PBXProject section */
  162. 0867D690FE84028FC02AAC07 /* Project object */ = {
  163. isa = PBXProject;
  164. buildConfigurationList = 730F235809181A3A00AB638C /* Build configuration list for PBXProject "Ogg" */;
  165. hasScannedForEncodings = 1;
  166. mainGroup = 0867D691FE84028FC02AAC07 /* Ogg */;
  167. productRefGroup = 034768DDFF38A45A11DB9C8B /* Products */;
  168. projectDirPath = "";
  169. targets = (
  170. 8D07F2BC0486CC7A007CD1D0 /* Ogg */,
  171. 734FB2E40B18B33E00D561D7 /* libogg (static) */,
  172. );
  173. };
  174. /* End PBXProject section */
  175. /* Begin PBXResourcesBuildPhase section */
  176. 8D07F2BF0486CC7A007CD1D0 /* Resources */ = {
  177. isa = PBXResourcesBuildPhase;
  178. buildActionMask = 2147483647;
  179. files = (
  180. 8D07F2C00486CC7A007CD1D0 /* InfoPlist.strings in Resources */,
  181. );
  182. runOnlyForDeploymentPostprocessing = 0;
  183. };
  184. /* End PBXResourcesBuildPhase section */
  185. /* Begin PBXRezBuildPhase section */
  186. 8D07F2C50486CC7A007CD1D0 /* Rez */ = {
  187. isa = PBXRezBuildPhase;
  188. buildActionMask = 2147483647;
  189. files = (
  190. );
  191. runOnlyForDeploymentPostprocessing = 0;
  192. };
  193. /* End PBXRezBuildPhase section */
  194. /* Begin PBXSourcesBuildPhase section */
  195. 734FB2E20B18B33E00D561D7 /* Sources */ = {
  196. isa = PBXSourcesBuildPhase;
  197. buildActionMask = 2147483647;
  198. files = (
  199. 734FB2E70B18B36F00D561D7 /* bitwise.c in Sources */,
  200. 734FB2E80B18B36F00D561D7 /* framing.c in Sources */,
  201. );
  202. runOnlyForDeploymentPostprocessing = 0;
  203. };
  204. 8D07F2C10486CC7A007CD1D0 /* Sources */ = {
  205. isa = PBXSourcesBuildPhase;
  206. buildActionMask = 2147483647;
  207. files = (
  208. 730F236309181A8D00AB638C /* bitwise.c in Sources */,
  209. 730F236409181A8D00AB638C /* framing.c in Sources */,
  210. );
  211. runOnlyForDeploymentPostprocessing = 0;
  212. };
  213. /* End PBXSourcesBuildPhase section */
  214. /* Begin PBXVariantGroup section */
  215. 089C1666FE841158C02AAC07 /* InfoPlist.strings */ = {
  216. isa = PBXVariantGroup;
  217. children = (
  218. 089C1667FE841158C02AAC07 /* English */,
  219. );
  220. name = InfoPlist.strings;
  221. sourceTree = "<group>";
  222. };
  223. /* End PBXVariantGroup section */
  224. /* Begin XCBuildConfiguration section */
  225. 730F235509181A3A00AB638C /* Debug */ = {
  226. isa = XCBuildConfiguration;
  227. buildSettings = {
  228. COPY_PHASE_STRIP = NO;
  229. DYLIB_COMPATIBILITY_VERSION = 1;
  230. DYLIB_CURRENT_VERSION = 1;
  231. FRAMEWORK_VERSION = A;
  232. GCC_DYNAMIC_NO_PIC = NO;
  233. GCC_ENABLE_FIX_AND_CONTINUE = YES;
  234. GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
  235. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  236. GCC_PREFIX_HEADER = Ogg_Prefix.pch;
  237. INFOPLIST_FILE = Info.plist;
  238. INSTALL_PATH = /Library/Frameworks;
  239. PRODUCT_NAME = Ogg;
  240. WRAPPER_EXTENSION = framework;
  241. ZERO_LINK = YES;
  242. };
  243. name = Debug;
  244. };
  245. 730F235609181A3A00AB638C /* Release */ = {
  246. isa = XCBuildConfiguration;
  247. buildSettings = {
  248. COPY_PHASE_STRIP = YES;
  249. DYLIB_COMPATIBILITY_VERSION = 1;
  250. DYLIB_CURRENT_VERSION = 1;
  251. FRAMEWORK_VERSION = A;
  252. GCC_ENABLE_FIX_AND_CONTINUE = NO;
  253. GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
  254. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  255. GCC_PREFIX_HEADER = Ogg_Prefix.pch;
  256. INFOPLIST_FILE = Info.plist;
  257. INSTALL_PATH = /Library/Frameworks;
  258. PRODUCT_NAME = Ogg;
  259. WRAPPER_EXTENSION = framework;
  260. ZERO_LINK = NO;
  261. };
  262. name = Release;
  263. };
  264. 730F235909181A3A00AB638C /* Debug */ = {
  265. isa = XCBuildConfiguration;
  266. buildSettings = {
  267. GCC_OPTIMIZATION_LEVEL = 0;
  268. GCC_PREPROCESSOR_DEFINITIONS = __MACOSX__;
  269. SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
  270. };
  271. name = Debug;
  272. };
  273. 730F235A09181A3A00AB638C /* Release */ = {
  274. isa = XCBuildConfiguration;
  275. buildSettings = {
  276. ARCHS = (
  277. ppc,
  278. i386,
  279. );
  280. GCC_OPTIMIZATION_LEVEL = 3;
  281. GCC_PREPROCESSOR_DEFINITIONS = __MACOSX__;
  282. OTHER_CFLAGS = (
  283. "$(OTHER_CFLAGS)",
  284. "-ffast-math",
  285. "-falign-loops=16",
  286. );
  287. SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
  288. };
  289. name = Release;
  290. };
  291. 734FB2EE0B18B3B900D561D7 /* Debug */ = {
  292. isa = XCBuildConfiguration;
  293. buildSettings = {
  294. COPY_PHASE_STRIP = NO;
  295. GCC_DYNAMIC_NO_PIC = NO;
  296. GCC_ENABLE_FIX_AND_CONTINUE = YES;
  297. GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
  298. INSTALL_PATH = /usr/local/lib;
  299. PREBINDING = NO;
  300. PRODUCT_NAME = ogg;
  301. ZERO_LINK = YES;
  302. };
  303. name = Debug;
  304. };
  305. 734FB2EF0B18B3B900D561D7 /* Release */ = {
  306. isa = XCBuildConfiguration;
  307. buildSettings = {
  308. COPY_PHASE_STRIP = YES;
  309. GCC_ENABLE_FIX_AND_CONTINUE = NO;
  310. GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
  311. INSTALL_PATH = /usr/local/lib;
  312. PREBINDING = NO;
  313. PRODUCT_NAME = ogg;
  314. ZERO_LINK = NO;
  315. };
  316. name = Release;
  317. };
  318. /* End XCBuildConfiguration section */
  319. /* Begin XCConfigurationList section */
  320. 730F235409181A3A00AB638C /* Build configuration list for PBXNativeTarget "Ogg" */ = {
  321. isa = XCConfigurationList;
  322. buildConfigurations = (
  323. 730F235509181A3A00AB638C /* Debug */,
  324. 730F235609181A3A00AB638C /* Release */,
  325. );
  326. defaultConfigurationIsVisible = 0;
  327. defaultConfigurationName = Release;
  328. };
  329. 730F235809181A3A00AB638C /* Build configuration list for PBXProject "Ogg" */ = {
  330. isa = XCConfigurationList;
  331. buildConfigurations = (
  332. 730F235909181A3A00AB638C /* Debug */,
  333. 730F235A09181A3A00AB638C /* Release */,
  334. );
  335. defaultConfigurationIsVisible = 0;
  336. defaultConfigurationName = Release;
  337. };
  338. 734FB2ED0B18B3B900D561D7 /* Build configuration list for PBXNativeTarget "libogg (static)" */ = {
  339. isa = XCConfigurationList;
  340. buildConfigurations = (
  341. 734FB2EE0B18B3B900D561D7 /* Debug */,
  342. 734FB2EF0B18B3B900D561D7 /* Release */,
  343. );
  344. defaultConfigurationIsVisible = 0;
  345. defaultConfigurationName = Release;
  346. };
  347. /* End XCConfigurationList section */
  348. };
  349. rootObject = 0867D690FE84028FC02AAC07 /* Project object */;
  350. }