project.pbxproj 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 42;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 6333027B0BD24CDB00193D7D /* Controller.m in Sources */ = {isa = PBXBuildFile; fileRef = 633302790BD24CDB00193D7D /* Controller.m */; };
  10. 7DAE7546183A7DCC00ED6F89 /* VLCKit.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = CC786BB31715AAB50024EDC0 /* VLCKit.framework */; };
  11. 7DD54F38183A749F004149F5 /* GradientBackgroundView.m in Sources */ = {isa = PBXBuildFile; fileRef = 7DD54F36183A749F004149F5 /* GradientBackgroundView.m */; };
  12. 7DD54F39183A749F004149F5 /* MovieReceiver.m in Sources */ = {isa = PBXBuildFile; fileRef = 7DD54F37183A749F004149F5 /* MovieReceiver.m */; };
  13. 7DD54F3D183A74E9004149F5 /* MainMenu.nib in Resources */ = {isa = PBXBuildFile; fileRef = 7DD54F3B183A74E9004149F5 /* MainMenu.nib */; };
  14. 8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */; };
  15. 8D11072D0486CEB800E47090 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main.m */; settings = {ATTRIBUTES = (); }; };
  16. 8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; };
  17. CC786BB41715AAB50024EDC0 /* VLCKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC786BB31715AAB50024EDC0 /* VLCKit.framework */; };
  18. /* End PBXBuildFile section */
  19. /* Begin PBXCopyFilesBuildPhase section */
  20. 7DAE7545183A7DC200ED6F89 /* CopyFiles */ = {
  21. isa = PBXCopyFilesBuildPhase;
  22. buildActionMask = 2147483647;
  23. dstPath = "";
  24. dstSubfolderSpec = 10;
  25. files = (
  26. 7DAE7546183A7DCC00ED6F89 /* VLCKit.framework in CopyFiles */,
  27. );
  28. runOnlyForDeploymentPostprocessing = 0;
  29. };
  30. /* End PBXCopyFilesBuildPhase section */
  31. /* Begin PBXFileReference section */
  32. 089C165DFE840E0CC02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
  33. 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
  34. 13E42FB307B3F0F600E4EEF1 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = /System/Library/Frameworks/CoreData.framework; sourceTree = "<absolute>"; };
  35. 29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  36. 29B97324FDCFA39411CA2CEA /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; };
  37. 29B97325FDCFA39411CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
  38. 633302780BD24CDB00193D7D /* Controller.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Controller.h; sourceTree = "<group>"; };
  39. 633302790BD24CDB00193D7D /* Controller.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Controller.m; sourceTree = "<group>"; };
  40. 7DD54F34183A749F004149F5 /* GradientBackgroundView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GradientBackgroundView.h; sourceTree = "<group>"; };
  41. 7DD54F35183A749F004149F5 /* MovieReceiver.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MovieReceiver.h; sourceTree = "<group>"; };
  42. 7DD54F36183A749F004149F5 /* GradientBackgroundView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GradientBackgroundView.m; sourceTree = "<group>"; };
  43. 7DD54F37183A749F004149F5 /* MovieReceiver.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MovieReceiver.m; sourceTree = "<group>"; };
  44. 7DD54F3A183A74A9004149F5 /* iPodConverter_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = iPodConverter_Prefix.pch; sourceTree = "<group>"; };
  45. 7DD54F3C183A74E9004149F5 /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = English.lproj/MainMenu.nib; sourceTree = "<group>"; };
  46. 8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
  47. 8D1107320486CEB800E47090 /* iPodConverter.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = iPodConverter.app; sourceTree = BUILT_PRODUCTS_DIR; };
  48. CC786BB31715AAB50024EDC0 /* VLCKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = VLCKit.framework; path = ../../build/Debug/VLCKit.framework; sourceTree = "<group>"; };
  49. /* End PBXFileReference section */
  50. /* Begin PBXFrameworksBuildPhase section */
  51. 8D11072E0486CEB800E47090 /* Frameworks */ = {
  52. isa = PBXFrameworksBuildPhase;
  53. buildActionMask = 2147483647;
  54. files = (
  55. 8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */,
  56. CC786BB41715AAB50024EDC0 /* VLCKit.framework in Frameworks */,
  57. );
  58. runOnlyForDeploymentPostprocessing = 0;
  59. };
  60. /* End PBXFrameworksBuildPhase section */
  61. /* Begin PBXGroup section */
  62. 080E96DDFE201D6D7F000001 /* Classes */ = {
  63. isa = PBXGroup;
  64. children = (
  65. 633302780BD24CDB00193D7D /* Controller.h */,
  66. 633302790BD24CDB00193D7D /* Controller.m */,
  67. 7DD54F35183A749F004149F5 /* MovieReceiver.h */,
  68. 7DD54F37183A749F004149F5 /* MovieReceiver.m */,
  69. 7DD54F34183A749F004149F5 /* GradientBackgroundView.h */,
  70. 7DD54F36183A749F004149F5 /* GradientBackgroundView.m */,
  71. );
  72. name = Classes;
  73. sourceTree = "<group>";
  74. };
  75. 1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */ = {
  76. isa = PBXGroup;
  77. children = (
  78. CC786BB31715AAB50024EDC0 /* VLCKit.framework */,
  79. 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */,
  80. );
  81. name = "Linked Frameworks";
  82. sourceTree = "<group>";
  83. };
  84. 1058C7A2FEA54F0111CA2CBB /* Other Frameworks */ = {
  85. isa = PBXGroup;
  86. children = (
  87. 29B97324FDCFA39411CA2CEA /* AppKit.framework */,
  88. 13E42FB307B3F0F600E4EEF1 /* CoreData.framework */,
  89. 29B97325FDCFA39411CA2CEA /* Foundation.framework */,
  90. );
  91. name = "Other Frameworks";
  92. sourceTree = "<group>";
  93. };
  94. 19C28FACFE9D520D11CA2CBB /* Products */ = {
  95. isa = PBXGroup;
  96. children = (
  97. 8D1107320486CEB800E47090 /* iPodConverter.app */,
  98. );
  99. name = Products;
  100. sourceTree = "<group>";
  101. };
  102. 29B97314FDCFA39411CA2CEA /* test */ = {
  103. isa = PBXGroup;
  104. children = (
  105. 080E96DDFE201D6D7F000001 /* Classes */,
  106. 29B97315FDCFA39411CA2CEA /* Other Sources */,
  107. 29B97317FDCFA39411CA2CEA /* Resources */,
  108. 29B97323FDCFA39411CA2CEA /* Frameworks */,
  109. 19C28FACFE9D520D11CA2CBB /* Products */,
  110. );
  111. name = test;
  112. sourceTree = "<group>";
  113. };
  114. 29B97315FDCFA39411CA2CEA /* Other Sources */ = {
  115. isa = PBXGroup;
  116. children = (
  117. 7DD54F3A183A74A9004149F5 /* iPodConverter_Prefix.pch */,
  118. 29B97316FDCFA39411CA2CEA /* main.m */,
  119. );
  120. name = "Other Sources";
  121. sourceTree = "<group>";
  122. };
  123. 29B97317FDCFA39411CA2CEA /* Resources */ = {
  124. isa = PBXGroup;
  125. children = (
  126. 7DD54F3B183A74E9004149F5 /* MainMenu.nib */,
  127. 8D1107310486CEB800E47090 /* Info.plist */,
  128. 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */,
  129. );
  130. name = Resources;
  131. sourceTree = "<group>";
  132. };
  133. 29B97323FDCFA39411CA2CEA /* Frameworks */ = {
  134. isa = PBXGroup;
  135. children = (
  136. 1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */,
  137. 1058C7A2FEA54F0111CA2CBB /* Other Frameworks */,
  138. );
  139. name = Frameworks;
  140. sourceTree = "<group>";
  141. };
  142. /* End PBXGroup section */
  143. /* Begin PBXNativeTarget section */
  144. 8D1107260486CEB800E47090 /* iPodConverter */ = {
  145. isa = PBXNativeTarget;
  146. buildConfigurationList = C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "iPodConverter" */;
  147. buildPhases = (
  148. 8D1107290486CEB800E47090 /* Resources */,
  149. 8D11072C0486CEB800E47090 /* Sources */,
  150. 8D11072E0486CEB800E47090 /* Frameworks */,
  151. 7DAE7545183A7DC200ED6F89 /* CopyFiles */,
  152. );
  153. buildRules = (
  154. );
  155. dependencies = (
  156. );
  157. name = iPodConverter;
  158. productInstallPath = "$(HOME)/Applications";
  159. productName = test;
  160. productReference = 8D1107320486CEB800E47090 /* iPodConverter.app */;
  161. productType = "com.apple.product-type.application";
  162. };
  163. /* End PBXNativeTarget section */
  164. /* Begin PBXProject section */
  165. 29B97313FDCFA39411CA2CEA /* Project object */ = {
  166. isa = PBXProject;
  167. buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "iPodConverter" */;
  168. compatibilityVersion = "Xcode 2.4";
  169. developmentRegion = English;
  170. hasScannedForEncodings = 1;
  171. knownRegions = (
  172. en,
  173. English,
  174. );
  175. mainGroup = 29B97314FDCFA39411CA2CEA /* test */;
  176. projectDirPath = "";
  177. projectRoot = "";
  178. targets = (
  179. 8D1107260486CEB800E47090 /* iPodConverter */,
  180. );
  181. };
  182. /* End PBXProject section */
  183. /* Begin PBXResourcesBuildPhase section */
  184. 8D1107290486CEB800E47090 /* Resources */ = {
  185. isa = PBXResourcesBuildPhase;
  186. buildActionMask = 2147483647;
  187. files = (
  188. 8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */,
  189. 7DD54F3D183A74E9004149F5 /* MainMenu.nib in Resources */,
  190. );
  191. runOnlyForDeploymentPostprocessing = 0;
  192. };
  193. /* End PBXResourcesBuildPhase section */
  194. /* Begin PBXSourcesBuildPhase section */
  195. 8D11072C0486CEB800E47090 /* Sources */ = {
  196. isa = PBXSourcesBuildPhase;
  197. buildActionMask = 2147483647;
  198. files = (
  199. 8D11072D0486CEB800E47090 /* main.m in Sources */,
  200. 6333027B0BD24CDB00193D7D /* Controller.m in Sources */,
  201. 7DD54F38183A749F004149F5 /* GradientBackgroundView.m in Sources */,
  202. 7DD54F39183A749F004149F5 /* MovieReceiver.m in Sources */,
  203. );
  204. runOnlyForDeploymentPostprocessing = 0;
  205. };
  206. /* End PBXSourcesBuildPhase section */
  207. /* Begin PBXVariantGroup section */
  208. 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */ = {
  209. isa = PBXVariantGroup;
  210. children = (
  211. 089C165DFE840E0CC02AAC07 /* English */,
  212. );
  213. name = InfoPlist.strings;
  214. sourceTree = "<group>";
  215. };
  216. 7DD54F3B183A74E9004149F5 /* MainMenu.nib */ = {
  217. isa = PBXVariantGroup;
  218. children = (
  219. 7DD54F3C183A74E9004149F5 /* English */,
  220. );
  221. name = MainMenu.nib;
  222. sourceTree = "<group>";
  223. };
  224. /* End PBXVariantGroup section */
  225. /* Begin XCBuildConfiguration section */
  226. C01FCF4B08A954540054247B /* Debug */ = {
  227. isa = XCBuildConfiguration;
  228. buildSettings = {
  229. ARCHS = "$(NATIVE_ARCH_ACTUAL)";
  230. COPY_PHASE_STRIP = NO;
  231. FRAMEWORK_SEARCH_PATHS = (
  232. "$(inherited)",
  233. "$(FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1)",
  234. );
  235. FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1 = "\"$(SRCROOT)/../../build/Debug\"";
  236. GCC_C_LANGUAGE_STANDARD = c99;
  237. GCC_DYNAMIC_NO_PIC = NO;
  238. GCC_ENABLE_FIX_AND_CONTINUE = YES;
  239. GCC_OPTIMIZATION_LEVEL = 0;
  240. INFOPLIST_FILE = Info.plist;
  241. INSTALL_PATH = "$(HOME)/Applications";
  242. LD_FLAGS_LIBINTL = "-dylib_file @loader_path/../lib/vlc_libintl.dylib:$(VLC_FRAMEWORK)/lib/vlc_libintl.dylib";
  243. LD_FLAGS_LIBVLC = "-dylib_file @loader_path/lib/libvlc.dylib:$(VLC_FRAMEWORK)/lib/libvlc.dylib -dylib_file @loader_path/../lib/libvlc.dylib:$(VLC_FRAMEWORK)/lib/libvlc.dylib";
  244. LD_FLAGS_LIBVLC_CONTROL = "-dylib_file @loader_path/lib/libvlc-control.dylib:$(VLC_FRAMEWORK)/lib/libvlc-control.dylib";
  245. OTHER_LDFLAGS = (
  246. "$(LD_FLAGS_LIBINTL)",
  247. "$(LD_FLAGS_LIBVLC)",
  248. "$(LD_FLAGS_LIBVLC_CONTROL)",
  249. );
  250. PRODUCT_NAME = iPodConverter;
  251. SYMROOT = ../../build;
  252. VLC_FRAMEWORK = "$(TARGET_BUILD_DIR)/VLC.framework";
  253. WRAPPER_EXTENSION = app;
  254. ZERO_LINK = YES;
  255. };
  256. name = Debug;
  257. };
  258. C01FCF4C08A954540054247B /* Release */ = {
  259. isa = XCBuildConfiguration;
  260. buildSettings = {
  261. ARCHS = "$(NATIVE_ARCH_ACTUAL)";
  262. FRAMEWORK_SEARCH_PATHS = (
  263. "$(inherited)",
  264. "$(FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1)",
  265. );
  266. FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1 = "\"$(SRCROOT)/../../build/Debug\"";
  267. GCC_C_LANGUAGE_STANDARD = c99;
  268. GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
  269. INFOPLIST_FILE = Info.plist;
  270. INSTALL_PATH = "$(HOME)/Applications";
  271. LD_FLAGS_LIBINTL = "-dylib_file @loader_path/../lib/vlc_libintl.dylib:$(VLC_FRAMEWORK)/lib/vlc_libintl.dylib";
  272. LD_FLAGS_LIBVLC = "-dylib_file @loader_path/lib/libvlc.dylib:$(VLC_FRAMEWORK)/lib/libvlc.dylib -dylib_file @loader_path/../lib/libvlc.dylib:$(VLC_FRAMEWORK)/lib/libvlc.dylib";
  273. LD_FLAGS_LIBVLC_CONTROL = "-dylib_file @loader_path/lib/libvlc-control.dylib:$(VLC_FRAMEWORK)/lib/libvlc-control.dylib";
  274. OTHER_LDFLAGS = (
  275. "$(LD_FLAGS_LIBINTL)",
  276. "$(LD_FLAGS_LIBVLC)",
  277. "$(LD_FLAGS_LIBVLC_CONTROL)",
  278. );
  279. PRODUCT_NAME = iPodConverter;
  280. SYMROOT = ../../build;
  281. VLC_FRAMEWORK = "$(TARGET_BUILD_DIR)/VLC.framework";
  282. WRAPPER_EXTENSION = app;
  283. };
  284. name = Release;
  285. };
  286. C01FCF4F08A954540054247B /* Debug */ = {
  287. isa = XCBuildConfiguration;
  288. buildSettings = {
  289. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  290. GCC_WARN_UNUSED_VARIABLE = YES;
  291. PREBINDING = NO;
  292. };
  293. name = Debug;
  294. };
  295. C01FCF5008A954540054247B /* Release */ = {
  296. isa = XCBuildConfiguration;
  297. buildSettings = {
  298. ARCHS = "$(NATIVE_ARCH)";
  299. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  300. GCC_WARN_UNUSED_VARIABLE = YES;
  301. PREBINDING = NO;
  302. };
  303. name = Release;
  304. };
  305. /* End XCBuildConfiguration section */
  306. /* Begin XCConfigurationList section */
  307. C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "iPodConverter" */ = {
  308. isa = XCConfigurationList;
  309. buildConfigurations = (
  310. C01FCF4B08A954540054247B /* Debug */,
  311. C01FCF4C08A954540054247B /* Release */,
  312. );
  313. defaultConfigurationIsVisible = 0;
  314. defaultConfigurationName = Debug;
  315. };
  316. C01FCF4E08A954540054247B /* Build configuration list for PBXProject "iPodConverter" */ = {
  317. isa = XCConfigurationList;
  318. buildConfigurations = (
  319. C01FCF4F08A954540054247B /* Debug */,
  320. C01FCF5008A954540054247B /* Release */,
  321. );
  322. defaultConfigurationIsVisible = 0;
  323. defaultConfigurationName = Debug;
  324. };
  325. /* End XCConfigurationList section */
  326. };
  327. rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;
  328. }