project.pbxproj 13 KB

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