project.pbxproj 14 KB

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