project.pbxproj 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 42;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 071120831405C91B007FF1B0 /* ALACBitUtilities.c in Sources */ = {isa = PBXBuildFile; fileRef = 071120811405C91B007FF1B0 /* ALACBitUtilities.c */; };
  10. 074B586A1405B97E0060A703 /* ag_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 074B58611405B97E0060A703 /* ag_dec.c */; };
  11. 074B586B1405B97E0060A703 /* ag_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 074B58621405B97E0060A703 /* ag_enc.c */; };
  12. 074B586D1405B97E0060A703 /* dp_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 074B58641405B97E0060A703 /* dp_dec.c */; };
  13. 074B586E1405B97E0060A703 /* dp_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 074B58651405B97E0060A703 /* dp_enc.c */; };
  14. 074B58791405B98B0060A703 /* matrix_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 074B58751405B98B0060A703 /* matrix_dec.c */; };
  15. 074B587A1405B98B0060A703 /* matrix_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 074B58761405B98B0060A703 /* matrix_enc.c */; };
  16. 075CBE1E142184CB0089DFF0 /* CAFFileALAC.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 075CBE1D142184CB0089DFF0 /* CAFFileALAC.cpp */; };
  17. 07B7F449141999F800035453 /* ALACDecoder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 07B7F445141999F800035453 /* ALACDecoder.cpp */; };
  18. 07B7F44B141999F800035453 /* ALACEncoder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 07B7F447141999F800035453 /* ALACEncoder.cpp */; };
  19. 07E06D00142968F2002489A3 /* EndianPortable.c in Sources */ = {isa = PBXBuildFile; fileRef = 07E06CFE142968F2002489A3 /* EndianPortable.c */; };
  20. A98FBFAD06EBB5AB00E7B080 /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A98FBFAC06EBB5AB00E7B080 /* main.cpp */; };
  21. /* End PBXBuildFile section */
  22. /* Begin PBXCopyFilesBuildPhase section */
  23. 8DD76FAF0486AB0100D96B5E /* CopyFiles */ = {
  24. isa = PBXCopyFilesBuildPhase;
  25. buildActionMask = 8;
  26. dstPath = /usr/share/man/man1/;
  27. dstSubfolderSpec = 0;
  28. files = (
  29. );
  30. runOnlyForDeploymentPostprocessing = 1;
  31. };
  32. /* End PBXCopyFilesBuildPhase section */
  33. /* Begin PBXFileReference section */
  34. 071120811405C91B007FF1B0 /* ALACBitUtilities.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ALACBitUtilities.c; sourceTree = "<group>"; };
  35. 071120821405C91B007FF1B0 /* ALACBitUtilities.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ALACBitUtilities.h; sourceTree = "<group>"; };
  36. 074B58611405B97E0060A703 /* ag_dec.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ag_dec.c; sourceTree = "<group>"; };
  37. 074B58621405B97E0060A703 /* ag_enc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ag_enc.c; sourceTree = "<group>"; };
  38. 074B58631405B97E0060A703 /* aglib.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aglib.h; sourceTree = "<group>"; };
  39. 074B58641405B97E0060A703 /* dp_dec.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dp_dec.c; sourceTree = "<group>"; };
  40. 074B58651405B97E0060A703 /* dp_enc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dp_enc.c; sourceTree = "<group>"; };
  41. 074B58741405B98B0060A703 /* dplib.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dplib.h; sourceTree = "<group>"; };
  42. 074B58751405B98B0060A703 /* matrix_dec.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = matrix_dec.c; sourceTree = "<group>"; };
  43. 074B58761405B98B0060A703 /* matrix_enc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = matrix_enc.c; sourceTree = "<group>"; };
  44. 074B587B1405B9920060A703 /* matrixlib.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = matrixlib.h; sourceTree = "<group>"; };
  45. 075CBE12141EC2080089DFF0 /* CAFFileALAC.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAFFileALAC.h; sourceTree = "<group>"; };
  46. 075CBE1D142184CB0089DFF0 /* CAFFileALAC.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAFFileALAC.cpp; sourceTree = "<group>"; };
  47. 075CBE1F142187450089DFF0 /* ALACAudioTypes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ALACAudioTypes.h; sourceTree = "<group>"; };
  48. 07B7F445141999F800035453 /* ALACDecoder.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ALACDecoder.cpp; sourceTree = "<group>"; };
  49. 07B7F446141999F800035453 /* ALACDecoder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ALACDecoder.h; sourceTree = "<group>"; };
  50. 07B7F447141999F800035453 /* ALACEncoder.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ALACEncoder.cpp; sourceTree = "<group>"; };
  51. 07B7F448141999F800035453 /* ALACEncoder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ALACEncoder.h; sourceTree = "<group>"; };
  52. 07E06CFE142968F2002489A3 /* EndianPortable.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = EndianPortable.c; sourceTree = "<group>"; };
  53. 07E06CFF142968F2002489A3 /* EndianPortable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EndianPortable.h; sourceTree = "<group>"; };
  54. 8DD76FB20486AB0100D96B5E /* alacconvert */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = alacconvert; sourceTree = BUILT_PRODUCTS_DIR; };
  55. A98FBFAC06EBB5AB00E7B080 /* main.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = "<group>"; };
  56. /* End PBXFileReference section */
  57. /* Begin PBXFrameworksBuildPhase section */
  58. 8DD76FAD0486AB0100D96B5E /* Frameworks */ = {
  59. isa = PBXFrameworksBuildPhase;
  60. buildActionMask = 2147483647;
  61. files = (
  62. );
  63. runOnlyForDeploymentPostprocessing = 0;
  64. };
  65. /* End PBXFrameworksBuildPhase section */
  66. /* Begin PBXGroup section */
  67. 074B58601405B8160060A703 /* codec */ = {
  68. isa = PBXGroup;
  69. children = (
  70. 074B58611405B97E0060A703 /* ag_dec.c */,
  71. 074B58621405B97E0060A703 /* ag_enc.c */,
  72. 074B58631405B97E0060A703 /* aglib.h */,
  73. 074B58641405B97E0060A703 /* dp_dec.c */,
  74. 074B58651405B97E0060A703 /* dp_enc.c */,
  75. 074B58741405B98B0060A703 /* dplib.h */,
  76. 074B58751405B98B0060A703 /* matrix_dec.c */,
  77. 074B58761405B98B0060A703 /* matrix_enc.c */,
  78. 074B587B1405B9920060A703 /* matrixlib.h */,
  79. 075CBE1F142187450089DFF0 /* ALACAudioTypes.h */,
  80. 071120811405C91B007FF1B0 /* ALACBitUtilities.c */,
  81. 071120821405C91B007FF1B0 /* ALACBitUtilities.h */,
  82. 07B7F445141999F800035453 /* ALACDecoder.cpp */,
  83. 07B7F446141999F800035453 /* ALACDecoder.h */,
  84. 07B7F447141999F800035453 /* ALACEncoder.cpp */,
  85. 07B7F448141999F800035453 /* ALACEncoder.h */,
  86. 07E06CFE142968F2002489A3 /* EndianPortable.c */,
  87. 07E06CFF142968F2002489A3 /* EndianPortable.h */,
  88. );
  89. name = codec;
  90. path = ../codec;
  91. sourceTree = SOURCE_ROOT;
  92. };
  93. 08FB7794FE84155DC02AAC07 /* ALACconvert */ = {
  94. isa = PBXGroup;
  95. children = (
  96. 08FB7795FE84155DC02AAC07 /* Source */,
  97. 1AB674ADFE9D54B511CA2CBB /* Products */,
  98. );
  99. name = ALACconvert;
  100. sourceTree = "<group>";
  101. };
  102. 08FB7795FE84155DC02AAC07 /* Source */ = {
  103. isa = PBXGroup;
  104. children = (
  105. A98FBFAC06EBB5AB00E7B080 /* main.cpp */,
  106. 075CBE12141EC2080089DFF0 /* CAFFileALAC.h */,
  107. 075CBE1D142184CB0089DFF0 /* CAFFileALAC.cpp */,
  108. 074B58601405B8160060A703 /* codec */,
  109. );
  110. name = Source;
  111. sourceTree = "<group>";
  112. };
  113. 1AB674ADFE9D54B511CA2CBB /* Products */ = {
  114. isa = PBXGroup;
  115. children = (
  116. 8DD76FB20486AB0100D96B5E /* alacconvert */,
  117. );
  118. name = Products;
  119. sourceTree = "<group>";
  120. };
  121. /* End PBXGroup section */
  122. /* Begin PBXHeadersBuildPhase section */
  123. 8DD76FAA0486AB0100D96B5E /* Headers */ = {
  124. isa = PBXHeadersBuildPhase;
  125. buildActionMask = 2147483647;
  126. files = (
  127. );
  128. runOnlyForDeploymentPostprocessing = 0;
  129. };
  130. /* End PBXHeadersBuildPhase section */
  131. /* Begin PBXNativeTarget section */
  132. 8DD76FA90486AB0100D96B5E /* ALACconvert */ = {
  133. isa = PBXNativeTarget;
  134. buildConfigurationList = A9E1644A087DFBDE006BF7C2 /* Build configuration list for PBXNativeTarget "ALACconvert" */;
  135. buildPhases = (
  136. 8DD76FAA0486AB0100D96B5E /* Headers */,
  137. 8DD76FAB0486AB0100D96B5E /* Sources */,
  138. 8DD76FAD0486AB0100D96B5E /* Frameworks */,
  139. 8DD76FAE0486AB0100D96B5E /* Rez */,
  140. 8DD76FAF0486AB0100D96B5E /* CopyFiles */,
  141. );
  142. buildRules = (
  143. );
  144. dependencies = (
  145. );
  146. name = ALACconvert;
  147. productInstallPath = "$(HOME)/bin";
  148. productName = ALACconvert;
  149. productReference = 8DD76FB20486AB0100D96B5E /* alacconvert */;
  150. productType = "com.apple.product-type.tool";
  151. };
  152. /* End PBXNativeTarget section */
  153. /* Begin PBXProject section */
  154. 08FB7793FE84155DC02AAC07 /* Project object */ = {
  155. isa = PBXProject;
  156. buildConfigurationList = A9E1644E087DFBDE006BF7C2 /* Build configuration list for PBXProject "ALACconvert" */;
  157. compatibilityVersion = "Xcode 2.4";
  158. developmentRegion = English;
  159. hasScannedForEncodings = 1;
  160. knownRegions = (
  161. en,
  162. );
  163. mainGroup = 08FB7794FE84155DC02AAC07 /* ALACconvert */;
  164. projectDirPath = "";
  165. projectRoot = "";
  166. targets = (
  167. 8DD76FA90486AB0100D96B5E /* ALACconvert */,
  168. );
  169. };
  170. /* End PBXProject section */
  171. /* Begin PBXRezBuildPhase section */
  172. 8DD76FAE0486AB0100D96B5E /* Rez */ = {
  173. isa = PBXRezBuildPhase;
  174. buildActionMask = 2147483647;
  175. files = (
  176. );
  177. runOnlyForDeploymentPostprocessing = 0;
  178. };
  179. /* End PBXRezBuildPhase section */
  180. /* Begin PBXSourcesBuildPhase section */
  181. 8DD76FAB0486AB0100D96B5E /* Sources */ = {
  182. isa = PBXSourcesBuildPhase;
  183. buildActionMask = 2147483647;
  184. files = (
  185. A98FBFAD06EBB5AB00E7B080 /* main.cpp in Sources */,
  186. 074B586A1405B97E0060A703 /* ag_dec.c in Sources */,
  187. 074B586B1405B97E0060A703 /* ag_enc.c in Sources */,
  188. 074B586D1405B97E0060A703 /* dp_dec.c in Sources */,
  189. 074B586E1405B97E0060A703 /* dp_enc.c in Sources */,
  190. 074B58791405B98B0060A703 /* matrix_dec.c in Sources */,
  191. 074B587A1405B98B0060A703 /* matrix_enc.c in Sources */,
  192. 071120831405C91B007FF1B0 /* ALACBitUtilities.c in Sources */,
  193. 07B7F449141999F800035453 /* ALACDecoder.cpp in Sources */,
  194. 07B7F44B141999F800035453 /* ALACEncoder.cpp in Sources */,
  195. 075CBE1E142184CB0089DFF0 /* CAFFileALAC.cpp in Sources */,
  196. 07E06D00142968F2002489A3 /* EndianPortable.c in Sources */,
  197. );
  198. runOnlyForDeploymentPostprocessing = 0;
  199. };
  200. /* End PBXSourcesBuildPhase section */
  201. /* Begin XCBuildConfiguration section */
  202. A9E1644B087DFBDE006BF7C2 /* Development */ = {
  203. isa = XCBuildConfiguration;
  204. buildSettings = {
  205. ARCHS = "$(ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1)";
  206. ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1 = "x86_64 i386 ppc";
  207. COPY_PHASE_STRIP = NO;
  208. DEBUGGING_SYMBOLS = YES;
  209. FRAMEWORK_SEARCH_PATHS = "";
  210. GCC_DYNAMIC_NO_PIC = NO;
  211. GCC_ENABLE_FIX_AND_CONTINUE = NO;
  212. GCC_ENABLE_TRIGRAPHS = NO;
  213. GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
  214. GCC_OPTIMIZATION_LEVEL = 0;
  215. GCC_PRECOMPILE_PREFIX_HEADER = NO;
  216. GCC_WARN_ABOUT_MISSING_PROTOTYPES = NO;
  217. GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO;
  218. GCC_WARN_UNKNOWN_PRAGMAS = NO;
  219. HEADER_SEARCH_PATHS = "";
  220. INSTALL_PATH = "$(HOME)/bin";
  221. LIBRARY_SEARCH_PATHS = "";
  222. OTHER_CFLAGS = "";
  223. OTHER_LDFLAGS = "";
  224. OTHER_REZFLAGS = "";
  225. PRODUCT_NAME = alacconvert;
  226. REZ_EXECUTABLE = YES;
  227. SECTORDER_FLAGS = "";
  228. WARNING_CFLAGS = (
  229. "-Wmost",
  230. "-Wno-four-char-constants",
  231. "-Wno-unknown-pragmas",
  232. );
  233. ZERO_LINK = NO;
  234. };
  235. name = Development;
  236. };
  237. A9E1644C087DFBDE006BF7C2 /* Deployment - Fat */ = {
  238. isa = XCBuildConfiguration;
  239. buildSettings = {
  240. ARCHS = "$(ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1)";
  241. ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1 = "x86_64 i386 ppc";
  242. COPY_PHASE_STRIP = YES;
  243. FRAMEWORK_SEARCH_PATHS = "";
  244. GCC_ENABLE_FIX_AND_CONTINUE = NO;
  245. GCC_ENABLE_TRIGRAPHS = NO;
  246. GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
  247. GCC_PRECOMPILE_PREFIX_HEADER = NO;
  248. GCC_WARN_ABOUT_MISSING_PROTOTYPES = NO;
  249. GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO;
  250. GCC_WARN_UNKNOWN_PRAGMAS = NO;
  251. HEADER_SEARCH_PATHS = "";
  252. INSTALL_PATH = "$(HOME)/bin";
  253. LIBRARY_SEARCH_PATHS = "";
  254. OTHER_CFLAGS = "";
  255. OTHER_LDFLAGS = "";
  256. OTHER_REZFLAGS = "";
  257. PRODUCT_NAME = alacconvert;
  258. REZ_EXECUTABLE = YES;
  259. SECTORDER_FLAGS = "";
  260. WARNING_CFLAGS = (
  261. "-Wmost",
  262. "-Wno-four-char-constants",
  263. "-Wno-unknown-pragmas",
  264. );
  265. ZERO_LINK = NO;
  266. };
  267. name = "Deployment - Fat";
  268. };
  269. A9E1644D087DFBDE006BF7C2 /* Default */ = {
  270. isa = XCBuildConfiguration;
  271. buildSettings = {
  272. ARCHS = "$(ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1)";
  273. ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1 = "x86_64 i386 ppc";
  274. FRAMEWORK_SEARCH_PATHS = "";
  275. GCC_ENABLE_TRIGRAPHS = NO;
  276. GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
  277. GCC_PRECOMPILE_PREFIX_HEADER = NO;
  278. GCC_WARN_ABOUT_MISSING_PROTOTYPES = NO;
  279. GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO;
  280. GCC_WARN_UNKNOWN_PRAGMAS = NO;
  281. HEADER_SEARCH_PATHS = "";
  282. INSTALL_PATH = "$(HOME)/bin";
  283. LIBRARY_SEARCH_PATHS = "";
  284. OTHER_CFLAGS = "";
  285. OTHER_LDFLAGS = "";
  286. OTHER_REZFLAGS = "";
  287. PRODUCT_NAME = alacconvert;
  288. REZ_EXECUTABLE = YES;
  289. SECTORDER_FLAGS = "";
  290. WARNING_CFLAGS = (
  291. "-Wmost",
  292. "-Wno-four-char-constants",
  293. "-Wno-unknown-pragmas",
  294. );
  295. };
  296. name = Default;
  297. };
  298. A9E1644F087DFBDE006BF7C2 /* Development */ = {
  299. isa = XCBuildConfiguration;
  300. buildSettings = {
  301. ARCHS = "$(ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1)";
  302. ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1 = "x86_64 i386 ppc";
  303. HEADER_SEARCH_PATHS = "";
  304. };
  305. name = Development;
  306. };
  307. A9E16450087DFBDE006BF7C2 /* Deployment - Fat */ = {
  308. isa = XCBuildConfiguration;
  309. buildSettings = {
  310. ARCHS = "$(ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1)";
  311. ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1 = "x86_64 i386 ppc";
  312. HEADER_SEARCH_PATHS = "";
  313. };
  314. name = "Deployment - Fat";
  315. };
  316. A9E16451087DFBDE006BF7C2 /* Default */ = {
  317. isa = XCBuildConfiguration;
  318. buildSettings = {
  319. ARCHS = "$(ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1)";
  320. ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1 = "x86_64 i386 ppc";
  321. HEADER_SEARCH_PATHS = "";
  322. };
  323. name = Default;
  324. };
  325. /* End XCBuildConfiguration section */
  326. /* Begin XCConfigurationList section */
  327. A9E1644A087DFBDE006BF7C2 /* Build configuration list for PBXNativeTarget "ALACconvert" */ = {
  328. isa = XCConfigurationList;
  329. buildConfigurations = (
  330. A9E1644B087DFBDE006BF7C2 /* Development */,
  331. A9E1644C087DFBDE006BF7C2 /* Deployment - Fat */,
  332. A9E1644D087DFBDE006BF7C2 /* Default */,
  333. );
  334. defaultConfigurationIsVisible = 0;
  335. defaultConfigurationName = Default;
  336. };
  337. A9E1644E087DFBDE006BF7C2 /* Build configuration list for PBXProject "ALACconvert" */ = {
  338. isa = XCConfigurationList;
  339. buildConfigurations = (
  340. A9E1644F087DFBDE006BF7C2 /* Development */,
  341. A9E16450087DFBDE006BF7C2 /* Deployment - Fat */,
  342. A9E16451087DFBDE006BF7C2 /* Default */,
  343. );
  344. defaultConfigurationIsVisible = 0;
  345. defaultConfigurationName = Default;
  346. };
  347. /* End XCConfigurationList section */
  348. };
  349. rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
  350. }