project.pbxproj 12 KB

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