project.pbxproj 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 42;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 0BDAA250121EFA8100ED5E97 /* ogg.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BDAA24E121EFA8100ED5E97 /* ogg.h */; };
  10. 0BDAA251121EFA8100ED5E97 /* os_types.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BDAA24F121EFA8100ED5E97 /* os_types.h */; };
  11. 0BDAA252121EFA8100ED5E97 /* ogg.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BDAA24E121EFA8100ED5E97 /* ogg.h */; };
  12. 0BDAA253121EFA8100ED5E97 /* os_types.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BDAA24F121EFA8100ED5E97 /* os_types.h */; };
  13. 0BDAA25C121EFAC800ED5E97 /* bitwise.c in Sources */ = {isa = PBXBuildFile; fileRef = 730F236109181A8D00AB638C /* bitwise.c */; };
  14. 0BDAA25D121EFAC800ED5E97 /* framing.c in Sources */ = {isa = PBXBuildFile; fileRef = 730F236209181A8D00AB638C /* framing.c */; };
  15. 734FB2E70B18B36F00D561D7 /* bitwise.c in Sources */ = {isa = PBXBuildFile; fileRef = 730F236109181A8D00AB638C /* bitwise.c */; };
  16. 734FB2E80B18B36F00D561D7 /* framing.c in Sources */ = {isa = PBXBuildFile; fileRef = 730F236209181A8D00AB638C /* framing.c */; };
  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. 0BDAA238121EFA0500ED5E97 /* libOgg.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libOgg.a; sourceTree = BUILT_PRODUCTS_DIR; };
  21. 0BDAA24E121EFA8100ED5E97 /* ogg.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ogg.h; sourceTree = "<group>"; };
  22. 0BDAA24F121EFA8100ED5E97 /* os_types.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = os_types.h; sourceTree = "<group>"; };
  23. 730F236109181A8D00AB638C /* bitwise.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = bitwise.c; path = ../src/bitwise.c; sourceTree = SOURCE_ROOT; };
  24. 730F236209181A8D00AB638C /* framing.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = framing.c; path = ../src/framing.c; 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. /* End PBXFileReference section */
  28. /* Begin PBXFrameworksBuildPhase section */
  29. 0BDAA236121EFA0500ED5E97 /* Frameworks */ = {
  30. isa = PBXFrameworksBuildPhase;
  31. buildActionMask = 2147483647;
  32. files = (
  33. );
  34. runOnlyForDeploymentPostprocessing = 0;
  35. };
  36. 734FB2E30B18B33E00D561D7 /* Frameworks */ = {
  37. isa = PBXFrameworksBuildPhase;
  38. buildActionMask = 2147483647;
  39. files = (
  40. );
  41. runOnlyForDeploymentPostprocessing = 0;
  42. };
  43. /* End PBXFrameworksBuildPhase section */
  44. /* Begin PBXGroup section */
  45. 034768DDFF38A45A11DB9C8B /* Products */ = {
  46. isa = PBXGroup;
  47. children = (
  48. 734FB2E50B18B33E00D561D7 /* libOgg.a */,
  49. 0BDAA238121EFA0500ED5E97 /* libOgg.a */,
  50. );
  51. name = Products;
  52. sourceTree = "<group>";
  53. };
  54. 0867D691FE84028FC02AAC07 /* Ogg */ = {
  55. isa = PBXGroup;
  56. children = (
  57. 730F235F09181A3E00AB638C /* Headers */,
  58. 08FB77ACFE841707C02AAC07 /* Source */,
  59. 089C1665FE841158C02AAC07 /* Resources */,
  60. 034768DDFF38A45A11DB9C8B /* Products */,
  61. );
  62. name = Ogg;
  63. sourceTree = "<group>";
  64. };
  65. 089C1665FE841158C02AAC07 /* Resources */ = {
  66. isa = PBXGroup;
  67. children = (
  68. 8D07F2C70486CC7A007CD1D0 /* Info.plist */,
  69. 089C1666FE841158C02AAC07 /* InfoPlist.strings */,
  70. );
  71. name = Resources;
  72. sourceTree = "<group>";
  73. };
  74. 08FB77ACFE841707C02AAC07 /* Source */ = {
  75. isa = PBXGroup;
  76. children = (
  77. 730F236109181A8D00AB638C /* bitwise.c */,
  78. 730F236209181A8D00AB638C /* framing.c */,
  79. );
  80. name = Source;
  81. sourceTree = "<group>";
  82. };
  83. 0BDAA24A121EFA8100ED5E97 /* ogg */ = {
  84. isa = PBXGroup;
  85. children = (
  86. 0BDAA24E121EFA8100ED5E97 /* ogg.h */,
  87. 0BDAA24F121EFA8100ED5E97 /* os_types.h */,
  88. );
  89. name = ogg;
  90. path = ../include/ogg;
  91. sourceTree = SOURCE_ROOT;
  92. };
  93. 730F235F09181A3E00AB638C /* Headers */ = {
  94. isa = PBXGroup;
  95. children = (
  96. 0BDAA24A121EFA8100ED5E97 /* ogg */,
  97. );
  98. name = Headers;
  99. sourceTree = "<group>";
  100. };
  101. /* End PBXGroup section */
  102. /* Begin PBXHeadersBuildPhase section */
  103. 0BDAA234121EFA0500ED5E97 /* Headers */ = {
  104. isa = PBXHeadersBuildPhase;
  105. buildActionMask = 2147483647;
  106. files = (
  107. 0BDAA252121EFA8100ED5E97 /* ogg.h in Headers */,
  108. 0BDAA253121EFA8100ED5E97 /* os_types.h in Headers */,
  109. );
  110. runOnlyForDeploymentPostprocessing = 0;
  111. };
  112. 734FB2E10B18B33E00D561D7 /* Headers */ = {
  113. isa = PBXHeadersBuildPhase;
  114. buildActionMask = 2147483647;
  115. files = (
  116. 0BDAA250121EFA8100ED5E97 /* ogg.h in Headers */,
  117. 0BDAA251121EFA8100ED5E97 /* os_types.h in Headers */,
  118. );
  119. runOnlyForDeploymentPostprocessing = 0;
  120. };
  121. /* End PBXHeadersBuildPhase section */
  122. /* Begin PBXNativeTarget section */
  123. 0BDAA237121EFA0500ED5E97 /* iOS */ = {
  124. isa = PBXNativeTarget;
  125. buildConfigurationList = 0BDAA244121EFA4B00ED5E97 /* Build configuration list for PBXNativeTarget "iOS" */;
  126. buildPhases = (
  127. 0BDAA234121EFA0500ED5E97 /* Headers */,
  128. 0BDAA235121EFA0500ED5E97 /* Sources */,
  129. 0BDAA236121EFA0500ED5E97 /* Frameworks */,
  130. );
  131. buildRules = (
  132. );
  133. dependencies = (
  134. );
  135. name = iOS;
  136. productName = iPhone;
  137. productReference = 0BDAA238121EFA0500ED5E97 /* libOgg.a */;
  138. productType = "com.apple.product-type.library.static";
  139. };
  140. 734FB2E40B18B33E00D561D7 /* Mac */ = {
  141. isa = PBXNativeTarget;
  142. buildConfigurationList = 734FB2ED0B18B3B900D561D7 /* Build configuration list for PBXNativeTarget "Mac" */;
  143. buildPhases = (
  144. 734FB2E10B18B33E00D561D7 /* Headers */,
  145. 734FB2E20B18B33E00D561D7 /* Sources */,
  146. 734FB2E30B18B33E00D561D7 /* Frameworks */,
  147. );
  148. buildRules = (
  149. );
  150. dependencies = (
  151. );
  152. name = Mac;
  153. productName = ogg;
  154. productReference = 734FB2E50B18B33E00D561D7 /* libOgg.a */;
  155. productType = "com.apple.product-type.library.static";
  156. };
  157. /* End PBXNativeTarget section */
  158. /* Begin PBXProject section */
  159. 0867D690FE84028FC02AAC07 /* Project object */ = {
  160. isa = PBXProject;
  161. attributes = {
  162. };
  163. buildConfigurationList = 730F235809181A3A00AB638C /* Build configuration list for PBXProject "Ogg" */;
  164. compatibilityVersion = "Xcode 2.4";
  165. developmentRegion = English;
  166. hasScannedForEncodings = 1;
  167. knownRegions = (
  168. en,
  169. );
  170. mainGroup = 0867D691FE84028FC02AAC07 /* Ogg */;
  171. productRefGroup = 034768DDFF38A45A11DB9C8B /* Products */;
  172. projectDirPath = "";
  173. projectRoot = "";
  174. targets = (
  175. 734FB2E40B18B33E00D561D7 /* Mac */,
  176. 0BDAA237121EFA0500ED5E97 /* iOS */,
  177. );
  178. };
  179. /* End PBXProject section */
  180. /* Begin PBXSourcesBuildPhase section */
  181. 0BDAA235121EFA0500ED5E97 /* Sources */ = {
  182. isa = PBXSourcesBuildPhase;
  183. buildActionMask = 2147483647;
  184. files = (
  185. 0BDAA25C121EFAC800ED5E97 /* bitwise.c in Sources */,
  186. 0BDAA25D121EFAC800ED5E97 /* framing.c in Sources */,
  187. );
  188. runOnlyForDeploymentPostprocessing = 0;
  189. };
  190. 734FB2E20B18B33E00D561D7 /* Sources */ = {
  191. isa = PBXSourcesBuildPhase;
  192. buildActionMask = 2147483647;
  193. files = (
  194. 734FB2E70B18B36F00D561D7 /* bitwise.c in Sources */,
  195. 734FB2E80B18B36F00D561D7 /* framing.c in Sources */,
  196. );
  197. runOnlyForDeploymentPostprocessing = 0;
  198. };
  199. /* End PBXSourcesBuildPhase section */
  200. /* Begin PBXVariantGroup section */
  201. 089C1666FE841158C02AAC07 /* InfoPlist.strings */ = {
  202. isa = PBXVariantGroup;
  203. children = (
  204. 089C1667FE841158C02AAC07 /* English */,
  205. );
  206. name = InfoPlist.strings;
  207. sourceTree = "<group>";
  208. };
  209. /* End PBXVariantGroup section */
  210. /* Begin XCBuildConfiguration section */
  211. 0BDAA239121EFA0500ED5E97 /* Release */ = {
  212. isa = XCBuildConfiguration;
  213. buildSettings = {
  214. SDKROOT = iphoneos;
  215. };
  216. name = Release;
  217. };
  218. 730F235A09181A3A00AB638C /* Release */ = {
  219. isa = XCBuildConfiguration;
  220. buildSettings = {
  221. GCC_FAST_MATH = YES;
  222. GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
  223. GCC_PREPROCESSOR_DEFINITIONS = __MACOSX__;
  224. GCC_THREADSAFE_STATICS = NO;
  225. OTHER_CFLAGS = (
  226. "$(OTHER_CFLAGS)",
  227. "-ffast-math",
  228. );
  229. PRODUCT_NAME = Ogg;
  230. };
  231. name = Release;
  232. };
  233. 734FB2EF0B18B3B900D561D7 /* Release */ = {
  234. isa = XCBuildConfiguration;
  235. buildSettings = {
  236. };
  237. name = Release;
  238. };
  239. /* End XCBuildConfiguration section */
  240. /* Begin XCConfigurationList section */
  241. 0BDAA244121EFA4B00ED5E97 /* Build configuration list for PBXNativeTarget "iOS" */ = {
  242. isa = XCConfigurationList;
  243. buildConfigurations = (
  244. 0BDAA239121EFA0500ED5E97 /* Release */,
  245. );
  246. defaultConfigurationIsVisible = 0;
  247. defaultConfigurationName = Release;
  248. };
  249. 730F235809181A3A00AB638C /* Build configuration list for PBXProject "Ogg" */ = {
  250. isa = XCConfigurationList;
  251. buildConfigurations = (
  252. 730F235A09181A3A00AB638C /* Release */,
  253. );
  254. defaultConfigurationIsVisible = 0;
  255. defaultConfigurationName = Release;
  256. };
  257. 734FB2ED0B18B3B900D561D7 /* Build configuration list for PBXNativeTarget "Mac" */ = {
  258. isa = XCConfigurationList;
  259. buildConfigurations = (
  260. 734FB2EF0B18B3B900D561D7 /* Release */,
  261. );
  262. defaultConfigurationIsVisible = 0;
  263. defaultConfigurationName = Release;
  264. };
  265. /* End XCConfigurationList section */
  266. };
  267. rootObject = 0867D690FE84028FC02AAC07 /* Project object */;
  268. }