project.pbxproj 15 KB

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