project.pbxproj 12 KB

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