project.pbxproj 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 42;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 632A105C0D39148A00AFC99B /* VLCKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 632A0F710D38F71A00AFC99B /* VLCKit.framework */; };
  10. 632A122C0D3947D900AFC99B /* GradientBackgroundView.m in Sources */ = {isa = PBXBuildFile; fileRef = 632A122B0D3947D900AFC99B /* GradientBackgroundView.m */; };
  11. 6333027B0BD24CDB00193D7D /* Controller.m in Sources */ = {isa = PBXBuildFile; fileRef = 633302790BD24CDB00193D7D /* Controller.m */; };
  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. /* End PBXBuildFile section */
  17. /* Begin PBXContainerItemProxy section */
  18. 632A0F700D38F71A00AFC99B /* PBXContainerItemProxy */ = {
  19. isa = PBXContainerItemProxy;
  20. containerPortal = 632A0F680D38F71A00AFC99B /* VLCKit.xcodeproj */;
  21. proxyType = 2;
  22. remoteGlobalIDString = 8DC2EF5B0486A6940098B216;
  23. remoteInfo = VLCKit;
  24. };
  25. 632A0F780D38F72F00AFC99B /* PBXContainerItemProxy */ = {
  26. isa = PBXContainerItemProxy;
  27. containerPortal = 632A0F680D38F71A00AFC99B /* VLCKit.xcodeproj */;
  28. proxyType = 1;
  29. remoteGlobalIDString = 8DC2EF4F0486A6940098B216;
  30. remoteInfo = VLCKit;
  31. };
  32. /* End PBXContainerItemProxy section */
  33. /* Begin PBXFileReference section */
  34. 089C165DFE840E0CC02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
  35. 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
  36. 13E42FB307B3F0F600E4EEF1 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = /System/Library/Frameworks/CoreData.framework; sourceTree = "<absolute>"; };
  37. 29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  38. 29B97319FDCFA39411CA2CEA /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = English.lproj/MainMenu.nib; sourceTree = "<group>"; };
  39. 29B97324FDCFA39411CA2CEA /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; };
  40. 29B97325FDCFA39411CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
  41. 32CA4F630368D1EE00C91783 /* FlashVideoDownloader_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FlashVideoDownloader_Prefix.pch; sourceTree = "<group>"; };
  42. 632A0F680D38F71A00AFC99B /* VLCKit.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = VLCKit.xcodeproj; path = ../../VLCKit.xcodeproj; sourceTree = SOURCE_ROOT; };
  43. 632A122A0D3947D900AFC99B /* GradientBackgroundView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GradientBackgroundView.h; sourceTree = "<group>"; };
  44. 632A122B0D3947D900AFC99B /* GradientBackgroundView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GradientBackgroundView.m; sourceTree = "<group>"; };
  45. 633302780BD24CDB00193D7D /* Controller.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Controller.h; sourceTree = "<group>"; };
  46. 633302790BD24CDB00193D7D /* Controller.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = Controller.m; sourceTree = "<group>"; };
  47. 636836780D3999E5003A1400 /* Flash Video Downloader.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Flash Video Downloader.app"; sourceTree = BUILT_PRODUCTS_DIR; };
  48. 8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
  49. /* End PBXFileReference section */
  50. /* Begin PBXFrameworksBuildPhase section */
  51. 8D11072E0486CEB800E47090 /* Frameworks */ = {
  52. isa = PBXFrameworksBuildPhase;
  53. buildActionMask = 2147483647;
  54. files = (
  55. 632A105C0D39148A00AFC99B /* VLCKit.framework in Frameworks */,
  56. 8D11072F0486CEB800E47090 /* Cocoa.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. 632A122A0D3947D900AFC99B /* GradientBackgroundView.h */,
  66. 632A122B0D3947D900AFC99B /* GradientBackgroundView.m */,
  67. 633302780BD24CDB00193D7D /* Controller.h */,
  68. 633302790BD24CDB00193D7D /* Controller.m */,
  69. );
  70. name = Classes;
  71. sourceTree = "<group>";
  72. };
  73. 1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */ = {
  74. isa = PBXGroup;
  75. children = (
  76. 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */,
  77. );
  78. name = "Linked Frameworks";
  79. sourceTree = "<group>";
  80. };
  81. 1058C7A2FEA54F0111CA2CBB /* Other Frameworks */ = {
  82. isa = PBXGroup;
  83. children = (
  84. 29B97324FDCFA39411CA2CEA /* AppKit.framework */,
  85. 13E42FB307B3F0F600E4EEF1 /* CoreData.framework */,
  86. 29B97325FDCFA39411CA2CEA /* Foundation.framework */,
  87. );
  88. name = "Other Frameworks";
  89. sourceTree = "<group>";
  90. };
  91. 19C28FACFE9D520D11CA2CBB /* Products */ = {
  92. isa = PBXGroup;
  93. children = (
  94. 636836780D3999E5003A1400 /* Flash Video Downloader.app */,
  95. );
  96. name = Products;
  97. sourceTree = "<group>";
  98. };
  99. 29B97314FDCFA39411CA2CEA /* test */ = {
  100. isa = PBXGroup;
  101. children = (
  102. 632A0F680D38F71A00AFC99B /* VLCKit.xcodeproj */,
  103. 080E96DDFE201D6D7F000001 /* Classes */,
  104. 29B97315FDCFA39411CA2CEA /* Other Sources */,
  105. 29B97317FDCFA39411CA2CEA /* Resources */,
  106. 29B97323FDCFA39411CA2CEA /* Frameworks */,
  107. 19C28FACFE9D520D11CA2CBB /* Products */,
  108. );
  109. name = test;
  110. sourceTree = "<group>";
  111. };
  112. 29B97315FDCFA39411CA2CEA /* Other Sources */ = {
  113. isa = PBXGroup;
  114. children = (
  115. 32CA4F630368D1EE00C91783 /* FlashVideoDownloader_Prefix.pch */,
  116. 29B97316FDCFA39411CA2CEA /* main.m */,
  117. );
  118. name = "Other Sources";
  119. sourceTree = "<group>";
  120. };
  121. 29B97317FDCFA39411CA2CEA /* Resources */ = {
  122. isa = PBXGroup;
  123. children = (
  124. 8D1107310486CEB800E47090 /* Info.plist */,
  125. 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */,
  126. 29B97318FDCFA39411CA2CEA /* MainMenu.nib */,
  127. );
  128. name = Resources;
  129. sourceTree = "<group>";
  130. };
  131. 29B97323FDCFA39411CA2CEA /* Frameworks */ = {
  132. isa = PBXGroup;
  133. children = (
  134. 1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */,
  135. 1058C7A2FEA54F0111CA2CBB /* Other Frameworks */,
  136. );
  137. name = Frameworks;
  138. sourceTree = "<group>";
  139. };
  140. 632A0F690D38F71A00AFC99B /* Products */ = {
  141. isa = PBXGroup;
  142. children = (
  143. 632A0F710D38F71A00AFC99B /* VLCKit.framework */,
  144. );
  145. name = Products;
  146. sourceTree = "<group>";
  147. };
  148. /* End PBXGroup section */
  149. /* Begin PBXNativeTarget section */
  150. 8D1107260486CEB800E47090 /* Flash Video Downloader */ = {
  151. isa = PBXNativeTarget;
  152. buildConfigurationList = C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "Flash Video Downloader" */;
  153. buildPhases = (
  154. 636836C00D399CF0003A1400 /* ShellScript */,
  155. 8D1107290486CEB800E47090 /* Resources */,
  156. 8D11072C0486CEB800E47090 /* Sources */,
  157. 8D11072E0486CEB800E47090 /* Frameworks */,
  158. );
  159. buildRules = (
  160. );
  161. dependencies = (
  162. 632A0F790D38F72F00AFC99B /* PBXTargetDependency */,
  163. );
  164. name = "Flash Video Downloader";
  165. productInstallPath = "$(HOME)/Applications";
  166. productName = test;
  167. productReference = 636836780D3999E5003A1400 /* Flash Video Downloader.app */;
  168. productType = "com.apple.product-type.application";
  169. };
  170. /* End PBXNativeTarget section */
  171. /* Begin PBXProject section */
  172. 29B97313FDCFA39411CA2CEA /* Project object */ = {
  173. isa = PBXProject;
  174. buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "FlashVideoDownloader" */;
  175. compatibilityVersion = "Xcode 2.4";
  176. hasScannedForEncodings = 1;
  177. mainGroup = 29B97314FDCFA39411CA2CEA /* test */;
  178. projectDirPath = "";
  179. projectReferences = (
  180. {
  181. ProductGroup = 632A0F690D38F71A00AFC99B /* Products */;
  182. ProjectRef = 632A0F680D38F71A00AFC99B /* VLCKit.xcodeproj */;
  183. },
  184. );
  185. projectRoot = "";
  186. targets = (
  187. 8D1107260486CEB800E47090 /* Flash Video Downloader */,
  188. );
  189. };
  190. /* End PBXProject section */
  191. /* Begin PBXReferenceProxy section */
  192. 632A0F710D38F71A00AFC99B /* VLCKit.framework */ = {
  193. isa = PBXReferenceProxy;
  194. fileType = wrapper.framework;
  195. path = VLCKit.framework;
  196. remoteRef = 632A0F700D38F71A00AFC99B /* PBXContainerItemProxy */;
  197. sourceTree = BUILT_PRODUCTS_DIR;
  198. };
  199. /* End PBXReferenceProxy section */
  200. /* Begin PBXResourcesBuildPhase section */
  201. 8D1107290486CEB800E47090 /* Resources */ = {
  202. isa = PBXResourcesBuildPhase;
  203. buildActionMask = 2147483647;
  204. files = (
  205. 8D11072A0486CEB800E47090 /* MainMenu.nib in Resources */,
  206. 8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */,
  207. );
  208. runOnlyForDeploymentPostprocessing = 0;
  209. };
  210. /* End PBXResourcesBuildPhase section */
  211. /* Begin PBXShellScriptBuildPhase section */
  212. 636836C00D399CF0003A1400 /* ShellScript */ = {
  213. isa = PBXShellScriptBuildPhase;
  214. buildActionMask = 2147483647;
  215. files = (
  216. );
  217. inputPaths = (
  218. );
  219. outputPaths = (
  220. );
  221. runOnlyForDeploymentPostprocessing = 0;
  222. shellPath = /bin/sh;
  223. shellScript = "if test \"$SYMROOT\" == \"$PROJECT_DIR/build\"\nthen\n\tVLCFRAMEWORK=\"$SRCROOT/../../build/$CONFIGURATION/VLCKit.framework\"\nelse\n\tVLCFRAMEWORK=\"$SYMROOT/$CONFIGURATION/VLCKit.framework\"\nfi\nmkdir -p \"$BUILT_PRODUCTS_DIR/$FRAMEWORKS_FOLDER_PATH\"\n/Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -resolve-src-symlinks \"$VLCFRAMEWORK\" \"$BUILT_PRODUCTS_DIR/$FRAMEWORKS_FOLDER_PATH\"";
  224. showEnvVarsInLog = 0;
  225. };
  226. /* End PBXShellScriptBuildPhase section */
  227. /* Begin PBXSourcesBuildPhase section */
  228. 8D11072C0486CEB800E47090 /* Sources */ = {
  229. isa = PBXSourcesBuildPhase;
  230. buildActionMask = 2147483647;
  231. files = (
  232. 8D11072D0486CEB800E47090 /* main.m in Sources */,
  233. 6333027B0BD24CDB00193D7D /* Controller.m in Sources */,
  234. 632A122C0D3947D900AFC99B /* GradientBackgroundView.m in Sources */,
  235. );
  236. runOnlyForDeploymentPostprocessing = 0;
  237. };
  238. /* End PBXSourcesBuildPhase section */
  239. /* Begin PBXTargetDependency section */
  240. 632A0F790D38F72F00AFC99B /* PBXTargetDependency */ = {
  241. isa = PBXTargetDependency;
  242. name = VLCKit;
  243. targetProxy = 632A0F780D38F72F00AFC99B /* PBXContainerItemProxy */;
  244. };
  245. /* End PBXTargetDependency section */
  246. /* Begin PBXVariantGroup section */
  247. 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */ = {
  248. isa = PBXVariantGroup;
  249. children = (
  250. 089C165DFE840E0CC02AAC07 /* English */,
  251. );
  252. name = InfoPlist.strings;
  253. sourceTree = "<group>";
  254. };
  255. 29B97318FDCFA39411CA2CEA /* MainMenu.nib */ = {
  256. isa = PBXVariantGroup;
  257. children = (
  258. 29B97319FDCFA39411CA2CEA /* English */,
  259. );
  260. name = MainMenu.nib;
  261. sourceTree = "<group>";
  262. };
  263. /* End PBXVariantGroup section */
  264. /* Begin XCBuildConfiguration section */
  265. C01FCF4B08A954540054247B /* Debug */ = {
  266. isa = XCBuildConfiguration;
  267. buildSettings = {
  268. COPY_PHASE_STRIP = NO;
  269. FRAMEWORK_SEARCH_PATHS = (
  270. "$(FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1)",
  271. "$(FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_2)",
  272. );
  273. FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1 = "\"$(SRCROOT)/../../build/Release\"";
  274. FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_2 = "\"$(SRCROOT)/../../build/Debug\"";
  275. GCC_DYNAMIC_NO_PIC = NO;
  276. GCC_ENABLE_FIX_AND_CONTINUE = YES;
  277. GCC_MODEL_TUNING = G5;
  278. GCC_OPTIMIZATION_LEVEL = 0;
  279. INFOPLIST_FILE = Info.plist;
  280. INSTALL_PATH = "$(HOME)/Applications";
  281. OTHER_LDFLAGS = (
  282. "$(LD_FLAGS_LIBINTL)",
  283. "$(LD_FLAGS_LIBVLC)",
  284. "$(LD_FLAGS_LIBVLC_CONTROL)",
  285. );
  286. PRODUCT_NAME = "Flash Video Downloader";
  287. VLC_FRAMEWORK = "$(TARGET_BUILD_DIR)/VLC.framework";
  288. WRAPPER_EXTENSION = app;
  289. ZERO_LINK = YES;
  290. };
  291. name = Debug;
  292. };
  293. C01FCF4C08A954540054247B /* Release */ = {
  294. isa = XCBuildConfiguration;
  295. buildSettings = {
  296. ARCHS = "$(NATIVE_ARCH)";
  297. FRAMEWORK_SEARCH_PATHS = (
  298. "$(FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1)",
  299. "$(FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_2)",
  300. );
  301. FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1 = "\"$(SRCROOT)/../../build/Release\"";
  302. FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_2 = "\"$(SRCROOT)/../../build/Debug\"";
  303. GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
  304. GCC_MODEL_TUNING = G5;
  305. INFOPLIST_FILE = Info.plist;
  306. INSTALL_PATH = "$(HOME)/Applications";
  307. OTHER_LDFLAGS = (
  308. "$(LD_FLAGS_LIBINTL)",
  309. "$(LD_FLAGS_LIBVLC)",
  310. "$(LD_FLAGS_LIBVLC_CONTROL)",
  311. );
  312. PRODUCT_NAME = "Flash Video Downloader";
  313. VLC_FRAMEWORK = "$(TARGET_BUILD_DIR)/VLC.framework";
  314. WRAPPER_EXTENSION = app;
  315. };
  316. name = Release;
  317. };
  318. C01FCF4F08A954540054247B /* Debug */ = {
  319. isa = XCBuildConfiguration;
  320. buildSettings = {
  321. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  322. GCC_WARN_UNUSED_VARIABLE = YES;
  323. PREBINDING = NO;
  324. };
  325. name = Debug;
  326. };
  327. C01FCF5008A954540054247B /* Release */ = {
  328. isa = XCBuildConfiguration;
  329. buildSettings = {
  330. ARCHS = "$(NATIVE_ARCH)";
  331. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  332. GCC_WARN_UNUSED_VARIABLE = YES;
  333. PREBINDING = NO;
  334. };
  335. name = Release;
  336. };
  337. /* End XCBuildConfiguration section */
  338. /* Begin XCConfigurationList section */
  339. C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "Flash Video Downloader" */ = {
  340. isa = XCConfigurationList;
  341. buildConfigurations = (
  342. C01FCF4B08A954540054247B /* Debug */,
  343. C01FCF4C08A954540054247B /* Release */,
  344. );
  345. defaultConfigurationIsVisible = 0;
  346. defaultConfigurationName = Debug;
  347. };
  348. C01FCF4E08A954540054247B /* Build configuration list for PBXProject "FlashVideoDownloader" */ = {
  349. isa = XCConfigurationList;
  350. buildConfigurations = (
  351. C01FCF4F08A954540054247B /* Debug */,
  352. C01FCF5008A954540054247B /* Release */,
  353. );
  354. defaultConfigurationIsVisible = 0;
  355. defaultConfigurationName = Debug;
  356. };
  357. /* End XCConfigurationList section */
  358. };
  359. rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;
  360. }