project.pbxproj 14 KB

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