project.pbxproj 12 KB

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