project.pbxproj 65 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXAggregateTarget section */
  9. 6337547910ED090A0072A0D9 /* Make VLC */ = {
  10. isa = PBXAggregateTarget;
  11. buildConfigurationList = 6337548110ED093B0072A0D9 /* Build configuration list for PBXAggregateTarget "Make VLC" */;
  12. buildPhases = (
  13. 6337548010ED091D0072A0D9 /* make */,
  14. 633754D310ED0D330072A0D9 /* install */,
  15. );
  16. dependencies = (
  17. CC4C58F413F539B900FB0EFC /* PBXTargetDependency */,
  18. );
  19. name = "Make VLC";
  20. productName = "Make VLC 2";
  21. };
  22. 633BD6E40D2ADF030012A314 /* Setup VLC contribs */ = {
  23. isa = PBXAggregateTarget;
  24. buildConfigurationList = 633BD6EC0D2ADF460012A314 /* Build configuration list for PBXAggregateTarget "Setup VLC contribs" */;
  25. buildPhases = (
  26. 633BD6E30D2ADF030012A314 /* make */,
  27. );
  28. dependencies = (
  29. 7D4D50D416362A8700DFF142 /* PBXTargetDependency */,
  30. );
  31. name = "Setup VLC contribs";
  32. productName = "vlc-contrib";
  33. };
  34. 63FFDBCE0D2AE2AE0092FC96 /* Run VLC configure */ = {
  35. isa = PBXAggregateTarget;
  36. buildConfigurationList = 63FFDBD50D2AE3250092FC96 /* Build configuration list for PBXAggregateTarget "Run VLC configure" */;
  37. buildPhases = (
  38. 631A90420D5A007D0014A2CE /* bootstrap */,
  39. 63FFDBCD0D2AE2AE0092FC96 /* configure */,
  40. );
  41. dependencies = (
  42. 29EC337A1806F69600165783 /* PBXTargetDependency */,
  43. );
  44. name = "Run VLC configure";
  45. productName = "vlc-bootstrap";
  46. };
  47. CC1EA79815938D7E00C40EF9 /* Fetch libvlc */ = {
  48. isa = PBXAggregateTarget;
  49. buildConfigurationList = CC1EA79A15938D7E00C40EF9 /* Build configuration list for PBXAggregateTarget "Fetch libvlc" */;
  50. buildPhases = (
  51. CC1EA79915938D7E00C40EF9 /* make */,
  52. );
  53. dependencies = (
  54. );
  55. name = "Fetch libvlc";
  56. productName = "vlc-contrib";
  57. };
  58. CC61094C112F4AB500FAFD22 /* Make VLC and VLCKit */ = {
  59. isa = PBXAggregateTarget;
  60. buildConfigurationList = CC61095D112F4AD400FAFD22 /* Build configuration list for PBXAggregateTarget "Make VLC and VLCKit" */;
  61. buildPhases = (
  62. );
  63. dependencies = (
  64. CC610951112F4ABB00FAFD22 /* PBXTargetDependency */,
  65. CC610953112F4ABF00FAFD22 /* PBXTargetDependency */,
  66. );
  67. name = "Make VLC and VLCKit";
  68. productName = "Make VLC and VLCKit";
  69. };
  70. /* End PBXAggregateTarget section */
  71. /* Begin PBXBuildFile section */
  72. 63014A7A1042ACE100534090 /* VLCMediaListPlayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 63014A781042ACE100534090 /* VLCMediaListPlayer.m */; };
  73. 63014B7E1042E64A00534090 /* VLCMediaListPlayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 63014B7D1042E64A00534090 /* VLCMediaListPlayer.h */; settings = {ATTRIBUTES = (Public, ); }; };
  74. 63098FDC110E7159005F46AE /* VLCExtensionsManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 63098FDA110E7159005F46AE /* VLCExtensionsManager.m */; };
  75. 63099116110F0EC3005F46AE /* VLCExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 63099114110F0EC3005F46AE /* VLCExtension.m */; };
  76. 6309994B110FC791005F46AE /* VLCExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 63099949110FC791005F46AE /* VLCExtension.h */; settings = {ATTRIBUTES = (Public, ); }; };
  77. 6309994C110FC791005F46AE /* VLCExtensionsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 6309994A110FC791005F46AE /* VLCExtensionsManager.h */; settings = {ATTRIBUTES = (Public, ); }; };
  78. 632A0E850D3835C400AFC99B /* VLCStreamSession.h in Headers */ = {isa = PBXBuildFile; fileRef = 632A0E830D3835C400AFC99B /* VLCStreamSession.h */; settings = {ATTRIBUTES = (Public, ); }; };
  79. 632A0E860D3835C400AFC99B /* VLCStreamSession.m in Sources */ = {isa = PBXBuildFile; fileRef = 632A0E840D3835C400AFC99B /* VLCStreamSession.m */; };
  80. 632A0EC30D38392E00AFC99B /* VLCStreamOutput.h in Headers */ = {isa = PBXBuildFile; fileRef = 632A0EC10D38392E00AFC99B /* VLCStreamOutput.h */; settings = {ATTRIBUTES = (Public, ); }; };
  81. 632A0EC40D38392E00AFC99B /* VLCStreamOutput.m in Sources */ = {isa = PBXBuildFile; fileRef = 632A0EC20D38392E00AFC99B /* VLCStreamOutput.m */; };
  82. 6341FCAF0D2C0929002A97B7 /* VLCVideoLayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 6341FCAE0D2C0929002A97B7 /* VLCVideoLayer.h */; settings = {ATTRIBUTES = (Public, ); }; };
  83. 6341FCB10D2C0936002A97B7 /* VLCVideoLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 6341FCB00D2C0936002A97B7 /* VLCVideoLayer.m */; };
  84. 636E974E11E8DCF1002FE8A9 /* VLCMediaThumbnailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 636E974C11E8DCF1002FE8A9 /* VLCMediaThumbnailer.m */; };
  85. 637CFB940D2D280900A041B6 /* VLCLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = 637CFB930D2D280800A041B6 /* VLCLibrary.h */; settings = {ATTRIBUTES = (Public, ); }; };
  86. 637D5ABD0CF6F2650073EA45 /* VLCMediaDiscoverer.h in Headers */ = {isa = PBXBuildFile; fileRef = 637D5ABC0CF6F2650073EA45 /* VLCMediaDiscoverer.h */; settings = {ATTRIBUTES = (Public, ); }; };
  87. 637D5ADC0CF6F2720073EA45 /* VLCMediaDiscoverer.m in Sources */ = {isa = PBXBuildFile; fileRef = 637D5ADB0CF6F2720073EA45 /* VLCMediaDiscoverer.m */; };
  88. 6384FD080D0DBA20005EB1F7 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6384FD070D0DBA20005EB1F7 /* QuartzCore.framework */; };
  89. 63D88D93124E9BF600F65FA0 /* VLCMediaThumbnailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 63D88D92124E9BF600F65FA0 /* VLCMediaThumbnailer.h */; };
  90. 8DC2EF570486A6940098B216 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7B1FEA5585E11CA2CBB /* Cocoa.framework */; };
  91. A7A0CEA40D2EF13000F2C039 /* VLCVideoCommon.h in Headers */ = {isa = PBXBuildFile; fileRef = A7A0CEA20D2EF13000F2C039 /* VLCVideoCommon.h */; };
  92. A7A0CEA50D2EF13000F2C039 /* VLCVideoCommon.m in Sources */ = {isa = PBXBuildFile; fileRef = A7A0CEA30D2EF13000F2C039 /* VLCVideoCommon.m */; };
  93. CC4C591113F53EA400FB0EFC /* VLCEventManager.m in Sources */ = {isa = PBXBuildFile; fileRef = EF78BD3C0CAEEFF600354E6E /* VLCEventManager.m */; };
  94. CC4C591213F53EA400FB0EFC /* VLCLibrary.m in Sources */ = {isa = PBXBuildFile; fileRef = EF78BD3D0CAEEFF600354E6E /* VLCLibrary.m */; };
  95. CC4C591313F53EA400FB0EFC /* VLCMedia.m in Sources */ = {isa = PBXBuildFile; fileRef = EF78BD3E0CAEEFF600354E6E /* VLCMedia.m */; };
  96. CC4C591413F53EA400FB0EFC /* VLCMediaLibrary.m in Sources */ = {isa = PBXBuildFile; fileRef = EF78BD400CAEEFF600354E6E /* VLCMediaLibrary.m */; };
  97. CC4C591513F53EA400FB0EFC /* VLCMediaList.m in Sources */ = {isa = PBXBuildFile; fileRef = EF78BD410CAEEFF600354E6E /* VLCMediaList.m */; };
  98. CC4C591613F53EA400FB0EFC /* VLCTime.m in Sources */ = {isa = PBXBuildFile; fileRef = EF78BD440CAEEFF600354E6E /* VLCTime.m */; };
  99. CC4C591713F53EA400FB0EFC /* VLCVideoView.m in Sources */ = {isa = PBXBuildFile; fileRef = EF78BD450CAEEFF600354E6E /* VLCVideoView.m */; };
  100. CC4C591813F53EA400FB0EFC /* VLCMediaPlayer.m in Sources */ = {isa = PBXBuildFile; fileRef = EF8BB8CF0CAFA8D80038A613 /* VLCMediaPlayer.m */; };
  101. CC4C591913F53EA400FB0EFC /* VLCAudio.m in Sources */ = {isa = PBXBuildFile; fileRef = EF73118F0CB5797B009473B4 /* VLCAudio.m */; };
  102. CC4C591A13F53EA400FB0EFC /* VLCMediaDiscoverer.m in Sources */ = {isa = PBXBuildFile; fileRef = 637D5ADB0CF6F2720073EA45 /* VLCMediaDiscoverer.m */; };
  103. CC4C591B13F53EA400FB0EFC /* VLCVideoLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 6341FCB00D2C0936002A97B7 /* VLCVideoLayer.m */; };
  104. CC4C591C13F53EA400FB0EFC /* VLCVideoCommon.m in Sources */ = {isa = PBXBuildFile; fileRef = A7A0CEA30D2EF13000F2C039 /* VLCVideoCommon.m */; };
  105. CC4C591D13F53EA400FB0EFC /* VLCStreamSession.m in Sources */ = {isa = PBXBuildFile; fileRef = 632A0E840D3835C400AFC99B /* VLCStreamSession.m */; };
  106. CC4C591E13F53EA400FB0EFC /* VLCStreamOutput.m in Sources */ = {isa = PBXBuildFile; fileRef = 632A0EC20D38392E00AFC99B /* VLCStreamOutput.m */; };
  107. CC4C591F13F53EA400FB0EFC /* VLCMediaListPlayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 63014A781042ACE100534090 /* VLCMediaListPlayer.m */; };
  108. CC4C592013F53EA400FB0EFC /* VLCExtensionsManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 63098FDA110E7159005F46AE /* VLCExtensionsManager.m */; };
  109. CC4C592113F53EA400FB0EFC /* VLCExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 63099114110F0EC3005F46AE /* VLCExtension.m */; };
  110. CC4C592213F53EA400FB0EFC /* VLCMediaThumbnailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 636E974C11E8DCF1002FE8A9 /* VLCMediaThumbnailer.m */; };
  111. CC4C592413F53EA400FB0EFC /* VLCEventManager.h in Headers */ = {isa = PBXBuildFile; fileRef = EF78BD0D0CAEEEC300354E6E /* VLCEventManager.h */; settings = {ATTRIBUTES = (); }; };
  112. CC4C592513F53EA400FB0EFC /* VLCKit.h in Headers */ = {isa = PBXBuildFile; fileRef = EF78BD120CAEEEE700354E6E /* VLCKit.h */; settings = {ATTRIBUTES = (Public, ); }; };
  113. CC4C592613F53EA400FB0EFC /* VLCMedia.h in Headers */ = {isa = PBXBuildFile; fileRef = EF78BD130CAEEEE700354E6E /* VLCMedia.h */; settings = {ATTRIBUTES = (Public, ); }; };
  114. CC4C592713F53EA400FB0EFC /* VLCMediaLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = EF78BD150CAEEEE700354E6E /* VLCMediaLibrary.h */; settings = {ATTRIBUTES = (Public, ); }; };
  115. CC4C592813F53EA400FB0EFC /* VLCMediaList.h in Headers */ = {isa = PBXBuildFile; fileRef = EF78BD160CAEEEE700354E6E /* VLCMediaList.h */; settings = {ATTRIBUTES = (Public, ); }; };
  116. CC4C592913F53EA400FB0EFC /* VLCTime.h in Headers */ = {isa = PBXBuildFile; fileRef = EF78BD190CAEEEE700354E6E /* VLCTime.h */; settings = {ATTRIBUTES = (Public, ); }; };
  117. CC4C592A13F53EA400FB0EFC /* VLCVideoView.h in Headers */ = {isa = PBXBuildFile; fileRef = EF78BD1A0CAEEEE700354E6E /* VLCVideoView.h */; settings = {ATTRIBUTES = (Public, ); }; };
  118. CC4C592B13F53EA400FB0EFC /* VLCMediaPlayer.h in Headers */ = {isa = PBXBuildFile; fileRef = EF8BB8CE0CAFA8D80038A613 /* VLCMediaPlayer.h */; settings = {ATTRIBUTES = (Public, ); }; };
  119. CC4C592C13F53EA400FB0EFC /* VLCAudio.h in Headers */ = {isa = PBXBuildFile; fileRef = EF73118E0CB5797B009473B4 /* VLCAudio.h */; settings = {ATTRIBUTES = (Public, ); }; };
  120. CC4C592D13F53EA400FB0EFC /* VLCLibVLCBridging.h in Headers */ = {isa = PBXBuildFile; fileRef = EFD551DC0CC6DD720074CEE1 /* VLCLibVLCBridging.h */; };
  121. CC4C592E13F53EA400FB0EFC /* VLCMediaDiscoverer.h in Headers */ = {isa = PBXBuildFile; fileRef = 637D5ABC0CF6F2650073EA45 /* VLCMediaDiscoverer.h */; settings = {ATTRIBUTES = (Public, ); }; };
  122. CC4C592F13F53EA400FB0EFC /* VLCVideoLayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 6341FCAE0D2C0929002A97B7 /* VLCVideoLayer.h */; settings = {ATTRIBUTES = (Public, ); }; };
  123. CC4C593013F53EA400FB0EFC /* VLCLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = 637CFB930D2D280800A041B6 /* VLCLibrary.h */; settings = {ATTRIBUTES = (Public, ); }; };
  124. CC4C593113F53EA400FB0EFC /* VLCVideoCommon.h in Headers */ = {isa = PBXBuildFile; fileRef = A7A0CEA20D2EF13000F2C039 /* VLCVideoCommon.h */; };
  125. CC4C593213F53EA400FB0EFC /* VLCStreamSession.h in Headers */ = {isa = PBXBuildFile; fileRef = 632A0E830D3835C400AFC99B /* VLCStreamSession.h */; settings = {ATTRIBUTES = (Public, ); }; };
  126. CC4C593313F53EA400FB0EFC /* VLCStreamOutput.h in Headers */ = {isa = PBXBuildFile; fileRef = 632A0EC10D38392E00AFC99B /* VLCStreamOutput.h */; settings = {ATTRIBUTES = (Public, ); }; };
  127. CC4C593413F53EA400FB0EFC /* VLCMediaListPlayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 63014B7D1042E64A00534090 /* VLCMediaListPlayer.h */; settings = {ATTRIBUTES = (Public, ); }; };
  128. CC4C593513F53EA400FB0EFC /* VLCExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 63099949110FC791005F46AE /* VLCExtension.h */; settings = {ATTRIBUTES = (Public, ); }; };
  129. CC4C593613F53EA400FB0EFC /* VLCExtensionsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 6309994A110FC791005F46AE /* VLCExtensionsManager.h */; settings = {ATTRIBUTES = (Public, ); }; };
  130. CC4C593713F53EA400FB0EFC /* VLCMediaThumbnailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 63D88D92124E9BF600F65FA0 /* VLCMediaThumbnailer.h */; };
  131. CC4C593A13F53EA400FB0EFC /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7B1FEA5585E11CA2CBB /* Cocoa.framework */; };
  132. CC4C593B13F53EA400FB0EFC /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6384FD070D0DBA20005EB1F7 /* QuartzCore.framework */; };
  133. EF7311900CB5797B009473B4 /* VLCAudio.h in Headers */ = {isa = PBXBuildFile; fileRef = EF73118E0CB5797B009473B4 /* VLCAudio.h */; settings = {ATTRIBUTES = (Public, ); }; };
  134. EF7311910CB5797B009473B4 /* VLCAudio.m in Sources */ = {isa = PBXBuildFile; fileRef = EF73118F0CB5797B009473B4 /* VLCAudio.m */; };
  135. EF78BD100CAEEEC300354E6E /* VLCEventManager.h in Headers */ = {isa = PBXBuildFile; fileRef = EF78BD0D0CAEEEC300354E6E /* VLCEventManager.h */; settings = {ATTRIBUTES = (); }; };
  136. EF78BD1B0CAEEEE700354E6E /* VLCKit.h in Headers */ = {isa = PBXBuildFile; fileRef = EF78BD120CAEEEE700354E6E /* VLCKit.h */; settings = {ATTRIBUTES = (Public, ); }; };
  137. EF78BD1C0CAEEEE700354E6E /* VLCMedia.h in Headers */ = {isa = PBXBuildFile; fileRef = EF78BD130CAEEEE700354E6E /* VLCMedia.h */; settings = {ATTRIBUTES = (Public, ); }; };
  138. EF78BD1E0CAEEEE700354E6E /* VLCMediaLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = EF78BD150CAEEEE700354E6E /* VLCMediaLibrary.h */; settings = {ATTRIBUTES = (Public, ); }; };
  139. EF78BD1F0CAEEEE700354E6E /* VLCMediaList.h in Headers */ = {isa = PBXBuildFile; fileRef = EF78BD160CAEEEE700354E6E /* VLCMediaList.h */; settings = {ATTRIBUTES = (Public, ); }; };
  140. EF78BD460CAEEFF600354E6E /* VLCEventManager.m in Sources */ = {isa = PBXBuildFile; fileRef = EF78BD3C0CAEEFF600354E6E /* VLCEventManager.m */; };
  141. EF78BD470CAEEFF600354E6E /* VLCLibrary.m in Sources */ = {isa = PBXBuildFile; fileRef = EF78BD3D0CAEEFF600354E6E /* VLCLibrary.m */; };
  142. EF78BD480CAEEFF600354E6E /* VLCMedia.m in Sources */ = {isa = PBXBuildFile; fileRef = EF78BD3E0CAEEFF600354E6E /* VLCMedia.m */; };
  143. EF78BD4A0CAEEFF600354E6E /* VLCMediaLibrary.m in Sources */ = {isa = PBXBuildFile; fileRef = EF78BD400CAEEFF600354E6E /* VLCMediaLibrary.m */; };
  144. EF78BD4B0CAEEFF600354E6E /* VLCMediaList.m in Sources */ = {isa = PBXBuildFile; fileRef = EF78BD410CAEEFF600354E6E /* VLCMediaList.m */; };
  145. EF78BE0F0CAF039400354E6E /* VLCTime.h in Headers */ = {isa = PBXBuildFile; fileRef = EF78BD190CAEEEE700354E6E /* VLCTime.h */; settings = {ATTRIBUTES = (Public, ); }; };
  146. EF78BE100CAF039400354E6E /* VLCTime.m in Sources */ = {isa = PBXBuildFile; fileRef = EF78BD440CAEEFF600354E6E /* VLCTime.m */; };
  147. EF78BEF30CAF07E100354E6E /* VLCVideoView.h in Headers */ = {isa = PBXBuildFile; fileRef = EF78BD1A0CAEEEE700354E6E /* VLCVideoView.h */; settings = {ATTRIBUTES = (Public, ); }; };
  148. EF78BEF40CAF07E500354E6E /* VLCVideoView.m in Sources */ = {isa = PBXBuildFile; fileRef = EF78BD450CAEEFF600354E6E /* VLCVideoView.m */; };
  149. EF8BB8D00CAFA8D80038A613 /* VLCMediaPlayer.h in Headers */ = {isa = PBXBuildFile; fileRef = EF8BB8CE0CAFA8D80038A613 /* VLCMediaPlayer.h */; settings = {ATTRIBUTES = (Public, ); }; };
  150. EF8BB8D10CAFA8D80038A613 /* VLCMediaPlayer.m in Sources */ = {isa = PBXBuildFile; fileRef = EF8BB8CF0CAFA8D80038A613 /* VLCMediaPlayer.m */; };
  151. EFD551DD0CC6DD720074CEE1 /* VLCLibVLCBridging.h in Headers */ = {isa = PBXBuildFile; fileRef = EFD551DC0CC6DD720074CEE1 /* VLCLibVLCBridging.h */; };
  152. /* End PBXBuildFile section */
  153. /* Begin PBXContainerItemProxy section */
  154. 29EC33791806F69600165783 /* PBXContainerItemProxy */ = {
  155. isa = PBXContainerItemProxy;
  156. containerPortal = 0867D690FE84028FC02AAC07 /* Project object */;
  157. proxyType = 1;
  158. remoteGlobalIDString = 633BD6E40D2ADF030012A314;
  159. remoteInfo = "Setup VLC contribs";
  160. };
  161. 7D4D50D316362A8700DFF142 /* PBXContainerItemProxy */ = {
  162. isa = PBXContainerItemProxy;
  163. containerPortal = 0867D690FE84028FC02AAC07 /* Project object */;
  164. proxyType = 1;
  165. remoteGlobalIDString = CC1EA79815938D7E00C40EF9;
  166. remoteInfo = "Fetch libvlc";
  167. };
  168. CC1EA7A115938F2200C40EF9 /* PBXContainerItemProxy */ = {
  169. isa = PBXContainerItemProxy;
  170. containerPortal = 0867D690FE84028FC02AAC07 /* Project object */;
  171. proxyType = 1;
  172. remoteGlobalIDString = CC1EA79815938D7E00C40EF9;
  173. remoteInfo = "Fetch libvlc";
  174. };
  175. CC4C58F313F539B900FB0EFC /* PBXContainerItemProxy */ = {
  176. isa = PBXContainerItemProxy;
  177. containerPortal = 0867D690FE84028FC02AAC07 /* Project object */;
  178. proxyType = 1;
  179. remoteGlobalIDString = 63FFDBCE0D2AE2AE0092FC96;
  180. remoteInfo = "Run VLC configure";
  181. };
  182. CC4C590A13F53EA400FB0EFC /* PBXContainerItemProxy */ = {
  183. isa = PBXContainerItemProxy;
  184. containerPortal = 0867D690FE84028FC02AAC07 /* Project object */;
  185. proxyType = 1;
  186. remoteGlobalIDString = 633BD6E40D2ADF030012A314;
  187. remoteInfo = "Setup VLC contribs";
  188. };
  189. CC4C590C13F53EA400FB0EFC /* PBXContainerItemProxy */ = {
  190. isa = PBXContainerItemProxy;
  191. containerPortal = 0867D690FE84028FC02AAC07 /* Project object */;
  192. proxyType = 1;
  193. remoteGlobalIDString = 63FFDBCE0D2AE2AE0092FC96;
  194. remoteInfo = "Run VLC configure";
  195. };
  196. CC4C590E13F53EA400FB0EFC /* PBXContainerItemProxy */ = {
  197. isa = PBXContainerItemProxy;
  198. containerPortal = 0867D690FE84028FC02AAC07 /* Project object */;
  199. proxyType = 1;
  200. remoteGlobalIDString = 6337547910ED090A0072A0D9;
  201. remoteInfo = "Make VLC";
  202. };
  203. CC610950112F4ABB00FAFD22 /* PBXContainerItemProxy */ = {
  204. isa = PBXContainerItemProxy;
  205. containerPortal = 0867D690FE84028FC02AAC07 /* Project object */;
  206. proxyType = 1;
  207. remoteGlobalIDString = 6337547910ED090A0072A0D9;
  208. remoteInfo = "Make VLC";
  209. };
  210. CC610952112F4ABF00FAFD22 /* PBXContainerItemProxy */ = {
  211. isa = PBXContainerItemProxy;
  212. containerPortal = 0867D690FE84028FC02AAC07 /* Project object */;
  213. proxyType = 1;
  214. remoteGlobalIDString = 8DC2EF4F0486A6940098B216;
  215. remoteInfo = VLCKit;
  216. };
  217. /* End PBXContainerItemProxy section */
  218. /* Begin PBXFileReference section */
  219. 0867D69BFE84028FC02AAC07 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
  220. 0867D6A5FE840307C02AAC07 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; };
  221. 1058C7B1FEA5585E11CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
  222. 32DBCF5E0370ADEE00C91783 /* VLC_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VLC_Prefix.pch; sourceTree = "<group>"; };
  223. 63014A781042ACE100534090 /* VLCMediaListPlayer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCMediaListPlayer.m; sourceTree = "<group>"; };
  224. 63014B7D1042E64A00534090 /* VLCMediaListPlayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCMediaListPlayer.h; path = Public/VLCMediaListPlayer.h; sourceTree = "<group>"; };
  225. 63030CC70CCA652C0088ECD1 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist.xml; name = Info.plist; path = Resources/Info.plist; sourceTree = "<group>"; };
  226. 63098FDA110E7159005F46AE /* VLCExtensionsManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCExtensionsManager.m; sourceTree = "<group>"; };
  227. 63099114110F0EC3005F46AE /* VLCExtension.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCExtension.m; sourceTree = "<group>"; };
  228. 63099949110FC791005F46AE /* VLCExtension.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCExtension.h; path = Public/VLCExtension.h; sourceTree = "<group>"; };
  229. 6309994A110FC791005F46AE /* VLCExtensionsManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCExtensionsManager.h; path = Public/VLCExtensionsManager.h; sourceTree = "<group>"; };
  230. 632A0E830D3835C400AFC99B /* VLCStreamSession.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCStreamSession.h; path = Public/VLCStreamSession.h; sourceTree = "<group>"; };
  231. 632A0E840D3835C400AFC99B /* VLCStreamSession.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCStreamSession.m; sourceTree = "<group>"; };
  232. 632A0EC10D38392E00AFC99B /* VLCStreamOutput.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCStreamOutput.h; path = Public/VLCStreamOutput.h; sourceTree = "<group>"; };
  233. 632A0EC20D38392E00AFC99B /* VLCStreamOutput.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCStreamOutput.m; sourceTree = "<group>"; };
  234. 633753FF10ECE1C60072A0D9 /* Configure.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = Configure.sh; sourceTree = "<group>"; };
  235. 634117B911D9344400FA3A70 /* MobileVLCKit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MobileVLCKit.h; path = Public/MobileVLCKit.h; sourceTree = "<group>"; };
  236. 6341FCAE0D2C0929002A97B7 /* VLCVideoLayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCVideoLayer.h; path = Public/VLCVideoLayer.h; sourceTree = "<group>"; };
  237. 6341FCB00D2C0936002A97B7 /* VLCVideoLayer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCVideoLayer.m; sourceTree = "<group>"; };
  238. 636E974C11E8DCF1002FE8A9 /* VLCMediaThumbnailer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCMediaThumbnailer.m; sourceTree = "<group>"; };
  239. 637CFB930D2D280800A041B6 /* VLCLibrary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCLibrary.h; path = Public/VLCLibrary.h; sourceTree = "<group>"; };
  240. 637D5ABC0CF6F2650073EA45 /* VLCMediaDiscoverer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCMediaDiscoverer.h; path = Public/VLCMediaDiscoverer.h; sourceTree = "<group>"; };
  241. 637D5ADB0CF6F2720073EA45 /* VLCMediaDiscoverer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCMediaDiscoverer.m; sourceTree = "<group>"; };
  242. 6384FD070D0DBA20005EB1F7 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = /System/Library/Frameworks/QuartzCore.framework; sourceTree = "<absolute>"; };
  243. 63D88C56124E9A5100F65FA0 /* Quartz.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Quartz.framework; path = System/Library/Frameworks/Quartz.framework; sourceTree = SDKROOT; };
  244. 63D88CA9124E9A8200F65FA0 /* ApplicationServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ApplicationServices.framework; path = System/Library/Frameworks/ApplicationServices.framework; sourceTree = SDKROOT; };
  245. 63D88D92124E9BF600F65FA0 /* VLCMediaThumbnailer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCMediaThumbnailer.h; path = Public/VLCMediaThumbnailer.h; sourceTree = "<group>"; };
  246. A26DCC7314279D2400EA47A0 /* VLCKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = VLCKit.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  247. A7A0CEA20D2EF13000F2C039 /* VLCVideoCommon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCVideoCommon.h; path = Internal/VLCVideoCommon.h; sourceTree = "<group>"; };
  248. A7A0CEA30D2EF13000F2C039 /* VLCVideoCommon.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCVideoCommon.m; sourceTree = "<group>"; };
  249. CC4C594013F53EA400FB0EFC /* VLCKit-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = "VLCKit-Info.plist"; path = "/Users/dilaroga/dev/vlc_workspace/vlc/projects/macosx/framework/VLCKit-Info.plist"; sourceTree = "<absolute>"; };
  250. CCEC5B73114D9BE800D34AAB /* deprecated.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = deprecated.h; path = ../../../include/vlc/deprecated.h; sourceTree = SOURCE_ROOT; };
  251. CCEC5B74114D9BE800D34AAB /* libvlc_events.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = libvlc_events.h; path = ../../../include/vlc/libvlc_events.h; sourceTree = SOURCE_ROOT; };
  252. CCEC5B75114D9BE800D34AAB /* libvlc_media_discoverer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = libvlc_media_discoverer.h; path = ../../../include/vlc/libvlc_media_discoverer.h; sourceTree = SOURCE_ROOT; };
  253. CCEC5B76114D9BE800D34AAB /* libvlc_media_library.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = libvlc_media_library.h; path = ../../../include/vlc/libvlc_media_library.h; sourceTree = SOURCE_ROOT; };
  254. CCEC5B77114D9BE800D34AAB /* libvlc_media_list_player.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = libvlc_media_list_player.h; path = ../../../include/vlc/libvlc_media_list_player.h; sourceTree = SOURCE_ROOT; };
  255. CCEC5B78114D9BE800D34AAB /* libvlc_media_list.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = libvlc_media_list.h; path = ../../../include/vlc/libvlc_media_list.h; sourceTree = SOURCE_ROOT; };
  256. CCEC5B79114D9BE800D34AAB /* libvlc_media_player.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = libvlc_media_player.h; path = ../../../include/vlc/libvlc_media_player.h; sourceTree = SOURCE_ROOT; };
  257. CCEC5B7A114D9BE800D34AAB /* libvlc_media.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = libvlc_media.h; path = ../../../include/vlc/libvlc_media.h; sourceTree = SOURCE_ROOT; };
  258. CCEC5B7B114D9BE800D34AAB /* libvlc_structures.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = libvlc_structures.h; path = ../../../include/vlc/libvlc_structures.h; sourceTree = SOURCE_ROOT; };
  259. CCEC5B7C114D9BE800D34AAB /* libvlc_vlm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = libvlc_vlm.h; path = ../../../include/vlc/libvlc_vlm.h; sourceTree = SOURCE_ROOT; };
  260. CCEC5B7D114D9BE800D34AAB /* libvlc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = libvlc.h; path = ../../../include/vlc/libvlc.h; sourceTree = SOURCE_ROOT; };
  261. CCEC5B7E114D9BE800D34AAB /* vlc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = vlc.h; path = ../../../include/vlc/vlc.h; sourceTree = SOURCE_ROOT; };
  262. D2F7E79907B2D74100F64583 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = /System/Library/Frameworks/CoreData.framework; sourceTree = "<absolute>"; };
  263. EF73118E0CB5797B009473B4 /* VLCAudio.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCAudio.h; path = Public/VLCAudio.h; sourceTree = "<group>"; };
  264. EF73118F0CB5797B009473B4 /* VLCAudio.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCAudio.m; sourceTree = "<group>"; };
  265. EF78BD0D0CAEEEC300354E6E /* VLCEventManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCEventManager.h; path = Internal/VLCEventManager.h; sourceTree = "<group>"; };
  266. EF78BD120CAEEEE700354E6E /* VLCKit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCKit.h; path = Public/VLCKit.h; sourceTree = "<group>"; };
  267. EF78BD130CAEEEE700354E6E /* VLCMedia.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCMedia.h; path = Public/VLCMedia.h; sourceTree = "<group>"; };
  268. EF78BD150CAEEEE700354E6E /* VLCMediaLibrary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCMediaLibrary.h; path = Public/VLCMediaLibrary.h; sourceTree = "<group>"; };
  269. EF78BD160CAEEEE700354E6E /* VLCMediaList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCMediaList.h; path = Public/VLCMediaList.h; sourceTree = "<group>"; };
  270. EF78BD190CAEEEE700354E6E /* VLCTime.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCTime.h; path = Public/VLCTime.h; sourceTree = "<group>"; };
  271. EF78BD1A0CAEEEE700354E6E /* VLCVideoView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCVideoView.h; path = Public/VLCVideoView.h; sourceTree = "<group>"; };
  272. EF78BD350CAEEFB000354E6E /* Pre-Compile.sh */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.script.sh; path = "Pre-Compile.sh"; sourceTree = "<group>"; };
  273. EF78BD3C0CAEEFF600354E6E /* VLCEventManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCEventManager.m; sourceTree = "<group>"; };
  274. EF78BD3D0CAEEFF600354E6E /* VLCLibrary.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCLibrary.m; sourceTree = "<group>"; };
  275. EF78BD3E0CAEEFF600354E6E /* VLCMedia.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCMedia.m; sourceTree = "<group>"; };
  276. EF78BD400CAEEFF600354E6E /* VLCMediaLibrary.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCMediaLibrary.m; sourceTree = "<group>"; };
  277. EF78BD410CAEEFF600354E6E /* VLCMediaList.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCMediaList.m; sourceTree = "<group>"; };
  278. EF78BD440CAEEFF600354E6E /* VLCTime.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCTime.m; sourceTree = "<group>"; };
  279. EF78BD450CAEEFF600354E6E /* VLCVideoView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCVideoView.m; sourceTree = "<group>"; };
  280. EF8BB8CE0CAFA8D80038A613 /* VLCMediaPlayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCMediaPlayer.h; path = Public/VLCMediaPlayer.h; sourceTree = "<group>"; };
  281. EF8BB8CF0CAFA8D80038A613 /* VLCMediaPlayer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCMediaPlayer.m; sourceTree = "<group>"; };
  282. EFD551DC0CC6DD720074CEE1 /* VLCLibVLCBridging.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCLibVLCBridging.h; path = Internal/VLCLibVLCBridging.h; sourceTree = "<group>"; };
  283. /* End PBXFileReference section */
  284. /* Begin PBXFrameworksBuildPhase section */
  285. 8DC2EF560486A6940098B216 /* Frameworks */ = {
  286. isa = PBXFrameworksBuildPhase;
  287. buildActionMask = 2147483647;
  288. files = (
  289. 8DC2EF570486A6940098B216 /* Cocoa.framework in Frameworks */,
  290. 6384FD080D0DBA20005EB1F7 /* QuartzCore.framework in Frameworks */,
  291. );
  292. runOnlyForDeploymentPostprocessing = 0;
  293. };
  294. CC4C593913F53EA400FB0EFC /* Frameworks */ = {
  295. isa = PBXFrameworksBuildPhase;
  296. buildActionMask = 2147483647;
  297. files = (
  298. CC4C593A13F53EA400FB0EFC /* Cocoa.framework in Frameworks */,
  299. CC4C593B13F53EA400FB0EFC /* QuartzCore.framework in Frameworks */,
  300. );
  301. runOnlyForDeploymentPostprocessing = 0;
  302. };
  303. /* End PBXFrameworksBuildPhase section */
  304. /* Begin PBXGroup section */
  305. 034768DFFF38A50411DB9C8B /* Products */ = {
  306. isa = PBXGroup;
  307. children = (
  308. A26DCC7314279D2400EA47A0 /* VLCKit.framework */,
  309. );
  310. name = Products;
  311. sourceTree = "<group>";
  312. };
  313. 0867D691FE84028FC02AAC07 /* VLC */ = {
  314. isa = PBXGroup;
  315. children = (
  316. EF78BD3B0CAEEFD000354E6E /* Headers */,
  317. 08FB77AEFE84172EC02AAC07 /* Sources */,
  318. 32C88DFF0371C24200C91783 /* Other Sources */,
  319. 089C1665FE841158C02AAC07 /* Resources */,
  320. 0867D69AFE84028FC02AAC07 /* External Frameworks and Libraries */,
  321. 034768DFFF38A50411DB9C8B /* Products */,
  322. 63D88C56124E9A5100F65FA0 /* Quartz.framework */,
  323. 63D88CA9124E9A8200F65FA0 /* ApplicationServices.framework */,
  324. CC4C594013F53EA400FB0EFC /* VLCKit-Info.plist */,
  325. );
  326. name = VLC;
  327. sourceTree = "<group>";
  328. };
  329. 0867D69AFE84028FC02AAC07 /* External Frameworks and Libraries */ = {
  330. isa = PBXGroup;
  331. children = (
  332. EF53DD5F0CBD7BD100D3D4D0 /* Linked Libraries */,
  333. 1058C7B0FEA5585E11CA2CBB /* Linked Frameworks */,
  334. 1058C7B2FEA5585E11CA2CBB /* Other Frameworks */,
  335. );
  336. name = "External Frameworks and Libraries";
  337. sourceTree = "<group>";
  338. };
  339. 089C1665FE841158C02AAC07 /* Resources */ = {
  340. isa = PBXGroup;
  341. children = (
  342. EF78BD350CAEEFB000354E6E /* Pre-Compile.sh */,
  343. 633753FF10ECE1C60072A0D9 /* Configure.sh */,
  344. 63030CC70CCA652C0088ECD1 /* Info.plist */,
  345. );
  346. name = Resources;
  347. sourceTree = "<group>";
  348. };
  349. 08FB77AEFE84172EC02AAC07 /* Sources */ = {
  350. isa = PBXGroup;
  351. children = (
  352. EF78BD3C0CAEEFF600354E6E /* VLCEventManager.m */,
  353. EF78BD3D0CAEEFF600354E6E /* VLCLibrary.m */,
  354. EF78BD3E0CAEEFF600354E6E /* VLCMedia.m */,
  355. 637D5ADB0CF6F2720073EA45 /* VLCMediaDiscoverer.m */,
  356. EF78BD410CAEEFF600354E6E /* VLCMediaList.m */,
  357. 63014A781042ACE100534090 /* VLCMediaListPlayer.m */,
  358. EF8BB8CF0CAFA8D80038A613 /* VLCMediaPlayer.m */,
  359. 636E974C11E8DCF1002FE8A9 /* VLCMediaThumbnailer.m */,
  360. EF78BD400CAEEFF600354E6E /* VLCMediaLibrary.m */,
  361. A7A0CEA30D2EF13000F2C039 /* VLCVideoCommon.m */,
  362. 6341FCB00D2C0936002A97B7 /* VLCVideoLayer.m */,
  363. EF78BD450CAEEFF600354E6E /* VLCVideoView.m */,
  364. EF78BD440CAEEFF600354E6E /* VLCTime.m */,
  365. EF73118F0CB5797B009473B4 /* VLCAudio.m */,
  366. 63098FDA110E7159005F46AE /* VLCExtensionsManager.m */,
  367. 63099114110F0EC3005F46AE /* VLCExtension.m */,
  368. 632A0F7B0D38F78500AFC99B /* Stream */,
  369. );
  370. path = Sources;
  371. sourceTree = "<group>";
  372. };
  373. 1058C7B0FEA5585E11CA2CBB /* Linked Frameworks */ = {
  374. isa = PBXGroup;
  375. children = (
  376. 6384FD070D0DBA20005EB1F7 /* QuartzCore.framework */,
  377. 1058C7B1FEA5585E11CA2CBB /* Cocoa.framework */,
  378. );
  379. name = "Linked Frameworks";
  380. sourceTree = "<group>";
  381. };
  382. 1058C7B2FEA5585E11CA2CBB /* Other Frameworks */ = {
  383. isa = PBXGroup;
  384. children = (
  385. 0867D6A5FE840307C02AAC07 /* AppKit.framework */,
  386. D2F7E79907B2D74100F64583 /* CoreData.framework */,
  387. 0867D69BFE84028FC02AAC07 /* Foundation.framework */,
  388. );
  389. name = "Other Frameworks";
  390. sourceTree = "<group>";
  391. };
  392. 32C88DFF0371C24200C91783 /* Other Sources */ = {
  393. isa = PBXGroup;
  394. children = (
  395. 32DBCF5E0370ADEE00C91783 /* VLC_Prefix.pch */,
  396. );
  397. name = "Other Sources";
  398. sourceTree = "<group>";
  399. };
  400. 632A0F7B0D38F78500AFC99B /* Stream */ = {
  401. isa = PBXGroup;
  402. children = (
  403. 632A0E840D3835C400AFC99B /* VLCStreamSession.m */,
  404. 632A0EC20D38392E00AFC99B /* VLCStreamOutput.m */,
  405. );
  406. name = Stream;
  407. sourceTree = "<group>";
  408. };
  409. 632A0F7C0D38F79200AFC99B /* Stream */ = {
  410. isa = PBXGroup;
  411. children = (
  412. 632A0E830D3835C400AFC99B /* VLCStreamSession.h */,
  413. 632A0EC10D38392E00AFC99B /* VLCStreamOutput.h */,
  414. );
  415. name = Stream;
  416. sourceTree = "<group>";
  417. };
  418. 637CFB960D2D281900A041B6 /* Internal */ = {
  419. isa = PBXGroup;
  420. children = (
  421. 63D88D92124E9BF600F65FA0 /* VLCMediaThumbnailer.h */,
  422. EFD551DC0CC6DD720074CEE1 /* VLCLibVLCBridging.h */,
  423. EF78BD0D0CAEEEC300354E6E /* VLCEventManager.h */,
  424. A7A0CEA20D2EF13000F2C039 /* VLCVideoCommon.h */,
  425. );
  426. name = Internal;
  427. sourceTree = "<group>";
  428. };
  429. CCEC5B6C114D9BD300D34AAB /* libvlc (not distributed) */ = {
  430. isa = PBXGroup;
  431. children = (
  432. CCEC5B73114D9BE800D34AAB /* deprecated.h */,
  433. CCEC5B74114D9BE800D34AAB /* libvlc_events.h */,
  434. CCEC5B75114D9BE800D34AAB /* libvlc_media_discoverer.h */,
  435. CCEC5B76114D9BE800D34AAB /* libvlc_media_library.h */,
  436. CCEC5B77114D9BE800D34AAB /* libvlc_media_list_player.h */,
  437. CCEC5B78114D9BE800D34AAB /* libvlc_media_list.h */,
  438. CCEC5B79114D9BE800D34AAB /* libvlc_media_player.h */,
  439. CCEC5B7A114D9BE800D34AAB /* libvlc_media.h */,
  440. CCEC5B7B114D9BE800D34AAB /* libvlc_structures.h */,
  441. CCEC5B7C114D9BE800D34AAB /* libvlc_vlm.h */,
  442. CCEC5B7D114D9BE800D34AAB /* libvlc.h */,
  443. CCEC5B7E114D9BE800D34AAB /* vlc.h */,
  444. );
  445. name = "libvlc (not distributed)";
  446. sourceTree = "<group>";
  447. };
  448. EF53DD5F0CBD7BD100D3D4D0 /* Linked Libraries */ = {
  449. isa = PBXGroup;
  450. children = (
  451. );
  452. name = "Linked Libraries";
  453. sourceTree = "<group>";
  454. };
  455. EF6BC9110DA1932F00DD37EF /* Public */ = {
  456. isa = PBXGroup;
  457. children = (
  458. 634117B911D9344400FA3A70 /* MobileVLCKit.h */,
  459. EF78BD120CAEEEE700354E6E /* VLCKit.h */,
  460. 637CFB930D2D280800A041B6 /* VLCLibrary.h */,
  461. EF78BD130CAEEEE700354E6E /* VLCMedia.h */,
  462. 637D5ABC0CF6F2650073EA45 /* VLCMediaDiscoverer.h */,
  463. EF78BD160CAEEEE700354E6E /* VLCMediaList.h */,
  464. 63014B7D1042E64A00534090 /* VLCMediaListPlayer.h */,
  465. EF8BB8CE0CAFA8D80038A613 /* VLCMediaPlayer.h */,
  466. EF78BD150CAEEEE700354E6E /* VLCMediaLibrary.h */,
  467. 6341FCAE0D2C0929002A97B7 /* VLCVideoLayer.h */,
  468. EF78BD1A0CAEEEE700354E6E /* VLCVideoView.h */,
  469. EF78BD190CAEEEE700354E6E /* VLCTime.h */,
  470. EF73118E0CB5797B009473B4 /* VLCAudio.h */,
  471. 63099949110FC791005F46AE /* VLCExtension.h */,
  472. 6309994A110FC791005F46AE /* VLCExtensionsManager.h */,
  473. 632A0F7C0D38F79200AFC99B /* Stream */,
  474. );
  475. name = Public;
  476. sourceTree = "<group>";
  477. };
  478. EF78BD3B0CAEEFD000354E6E /* Headers */ = {
  479. isa = PBXGroup;
  480. children = (
  481. CCEC5B6C114D9BD300D34AAB /* libvlc (not distributed) */,
  482. 637CFB960D2D281900A041B6 /* Internal */,
  483. EF6BC9110DA1932F00DD37EF /* Public */,
  484. );
  485. path = Headers;
  486. sourceTree = "<group>";
  487. };
  488. /* End PBXGroup section */
  489. /* Begin PBXHeadersBuildPhase section */
  490. 8DC2EF500486A6940098B216 /* Headers */ = {
  491. isa = PBXHeadersBuildPhase;
  492. buildActionMask = 2147483647;
  493. files = (
  494. EF78BD100CAEEEC300354E6E /* VLCEventManager.h in Headers */,
  495. EF78BD1B0CAEEEE700354E6E /* VLCKit.h in Headers */,
  496. EF78BD1C0CAEEEE700354E6E /* VLCMedia.h in Headers */,
  497. EF78BD1E0CAEEEE700354E6E /* VLCMediaLibrary.h in Headers */,
  498. EF78BD1F0CAEEEE700354E6E /* VLCMediaList.h in Headers */,
  499. EF78BE0F0CAF039400354E6E /* VLCTime.h in Headers */,
  500. EF78BEF30CAF07E100354E6E /* VLCVideoView.h in Headers */,
  501. EF8BB8D00CAFA8D80038A613 /* VLCMediaPlayer.h in Headers */,
  502. EF7311900CB5797B009473B4 /* VLCAudio.h in Headers */,
  503. EFD551DD0CC6DD720074CEE1 /* VLCLibVLCBridging.h in Headers */,
  504. 637D5ABD0CF6F2650073EA45 /* VLCMediaDiscoverer.h in Headers */,
  505. 6341FCAF0D2C0929002A97B7 /* VLCVideoLayer.h in Headers */,
  506. 637CFB940D2D280900A041B6 /* VLCLibrary.h in Headers */,
  507. A7A0CEA40D2EF13000F2C039 /* VLCVideoCommon.h in Headers */,
  508. 632A0E850D3835C400AFC99B /* VLCStreamSession.h in Headers */,
  509. 632A0EC30D38392E00AFC99B /* VLCStreamOutput.h in Headers */,
  510. 63014B7E1042E64A00534090 /* VLCMediaListPlayer.h in Headers */,
  511. 6309994B110FC791005F46AE /* VLCExtension.h in Headers */,
  512. 6309994C110FC791005F46AE /* VLCExtensionsManager.h in Headers */,
  513. 63D88D93124E9BF600F65FA0 /* VLCMediaThumbnailer.h in Headers */,
  514. );
  515. runOnlyForDeploymentPostprocessing = 0;
  516. };
  517. CC4C592313F53EA400FB0EFC /* Headers */ = {
  518. isa = PBXHeadersBuildPhase;
  519. buildActionMask = 2147483647;
  520. files = (
  521. CC4C592413F53EA400FB0EFC /* VLCEventManager.h in Headers */,
  522. CC4C592513F53EA400FB0EFC /* VLCKit.h in Headers */,
  523. CC4C592613F53EA400FB0EFC /* VLCMedia.h in Headers */,
  524. CC4C592713F53EA400FB0EFC /* VLCMediaLibrary.h in Headers */,
  525. CC4C592813F53EA400FB0EFC /* VLCMediaList.h in Headers */,
  526. CC4C592913F53EA400FB0EFC /* VLCTime.h in Headers */,
  527. CC4C592A13F53EA400FB0EFC /* VLCVideoView.h in Headers */,
  528. CC4C592B13F53EA400FB0EFC /* VLCMediaPlayer.h in Headers */,
  529. CC4C592C13F53EA400FB0EFC /* VLCAudio.h in Headers */,
  530. CC4C592D13F53EA400FB0EFC /* VLCLibVLCBridging.h in Headers */,
  531. CC4C592E13F53EA400FB0EFC /* VLCMediaDiscoverer.h in Headers */,
  532. CC4C592F13F53EA400FB0EFC /* VLCVideoLayer.h in Headers */,
  533. CC4C593013F53EA400FB0EFC /* VLCLibrary.h in Headers */,
  534. CC4C593113F53EA400FB0EFC /* VLCVideoCommon.h in Headers */,
  535. CC4C593213F53EA400FB0EFC /* VLCStreamSession.h in Headers */,
  536. CC4C593313F53EA400FB0EFC /* VLCStreamOutput.h in Headers */,
  537. CC4C593413F53EA400FB0EFC /* VLCMediaListPlayer.h in Headers */,
  538. CC4C593513F53EA400FB0EFC /* VLCExtension.h in Headers */,
  539. CC4C593613F53EA400FB0EFC /* VLCExtensionsManager.h in Headers */,
  540. CC4C593713F53EA400FB0EFC /* VLCMediaThumbnailer.h in Headers */,
  541. );
  542. runOnlyForDeploymentPostprocessing = 0;
  543. };
  544. /* End PBXHeadersBuildPhase section */
  545. /* Begin PBXNativeTarget section */
  546. 8DC2EF4F0486A6940098B216 /* Build just VLCKit */ = {
  547. isa = PBXNativeTarget;
  548. buildConfigurationList = 1DEB91AD08733DA50010E9CD /* Build configuration list for PBXNativeTarget "Build just VLCKit" */;
  549. buildPhases = (
  550. EF78BD2E0CAEEF9500354E6E /* ShellScript */,
  551. 8DC2EF540486A6940098B216 /* Sources */,
  552. 8DC2EF500486A6940098B216 /* Headers */,
  553. 8DC2EF520486A6940098B216 /* Resources */,
  554. 8DC2EF560486A6940098B216 /* Frameworks */,
  555. );
  556. buildRules = (
  557. );
  558. comments = "-lvlc -lvlc-control -dylib_file @loader_path/../lib/vlc_libintl.dylib:$(TARGET_BUILD_DIR)/$(PROJECT_NAME).framework/lib/vlc_libintl.dylib -dylib_file @loader_path/../lib/libvlc.dylib:$(TARGET_BUILD_DIR)/$(PROJECT_NAME).framework/lib/libvlc.dylib";
  559. dependencies = (
  560. );
  561. name = "Build just VLCKit";
  562. productInstallPath = "$(HOME)/Library/Frameworks";
  563. productName = VLC;
  564. productReference = A26DCC7314279D2400EA47A0 /* VLCKit.framework */;
  565. productType = "com.apple.product-type.framework";
  566. };
  567. CC4C590813F53EA400FB0EFC /* Build Everything */ = {
  568. isa = PBXNativeTarget;
  569. buildConfigurationList = CC4C593C13F53EA400FB0EFC /* Build configuration list for PBXNativeTarget "Build Everything" */;
  570. buildPhases = (
  571. CC4C590F13F53EA400FB0EFC /* ShellScript */,
  572. CC4C591013F53EA400FB0EFC /* Sources */,
  573. CC4C592313F53EA400FB0EFC /* Headers */,
  574. CC4C593813F53EA400FB0EFC /* Resources */,
  575. CC4C593913F53EA400FB0EFC /* Frameworks */,
  576. );
  577. buildRules = (
  578. );
  579. comments = "-lvlc -lvlc-control -dylib_file @loader_path/../lib/vlc_libintl.dylib:$(TARGET_BUILD_DIR)/$(PROJECT_NAME).framework/lib/vlc_libintl.dylib -dylib_file @loader_path/../lib/libvlc.dylib:$(TARGET_BUILD_DIR)/$(PROJECT_NAME).framework/lib/libvlc.dylib";
  580. dependencies = (
  581. CC1EA7A215938F2200C40EF9 /* PBXTargetDependency */,
  582. CC4C590913F53EA400FB0EFC /* PBXTargetDependency */,
  583. CC4C590B13F53EA400FB0EFC /* PBXTargetDependency */,
  584. CC4C590D13F53EA400FB0EFC /* PBXTargetDependency */,
  585. );
  586. name = "Build Everything";
  587. productInstallPath = "$(HOME)/Library/Frameworks";
  588. productName = VLC;
  589. productType = "com.apple.product-type.framework";
  590. };
  591. /* End PBXNativeTarget section */
  592. /* Begin PBXProject section */
  593. 0867D690FE84028FC02AAC07 /* Project object */ = {
  594. isa = PBXProject;
  595. attributes = {
  596. LastUpgradeCheck = 0450;
  597. };
  598. buildConfigurationList = 1DEB91B108733DA50010E9CD /* Build configuration list for PBXProject "VLCKit" */;
  599. compatibilityVersion = "Xcode 3.2";
  600. developmentRegion = English;
  601. hasScannedForEncodings = 1;
  602. knownRegions = (
  603. English,
  604. Japanese,
  605. French,
  606. German,
  607. );
  608. mainGroup = 0867D691FE84028FC02AAC07 /* VLC */;
  609. productRefGroup = 034768DFFF38A50411DB9C8B /* Products */;
  610. projectDirPath = "";
  611. projectRoot = "";
  612. targets = (
  613. CC1EA79815938D7E00C40EF9 /* Fetch libvlc */,
  614. 633BD6E40D2ADF030012A314 /* Setup VLC contribs */,
  615. 63FFDBCE0D2AE2AE0092FC96 /* Run VLC configure */,
  616. 6337547910ED090A0072A0D9 /* Make VLC */,
  617. 8DC2EF4F0486A6940098B216 /* Build just VLCKit */,
  618. CC61094C112F4AB500FAFD22 /* Make VLC and VLCKit */,
  619. CC4C590813F53EA400FB0EFC /* Build Everything */,
  620. );
  621. };
  622. /* End PBXProject section */
  623. /* Begin PBXResourcesBuildPhase section */
  624. 8DC2EF520486A6940098B216 /* Resources */ = {
  625. isa = PBXResourcesBuildPhase;
  626. buildActionMask = 2147483647;
  627. files = (
  628. );
  629. runOnlyForDeploymentPostprocessing = 0;
  630. };
  631. CC4C593813F53EA400FB0EFC /* Resources */ = {
  632. isa = PBXResourcesBuildPhase;
  633. buildActionMask = 2147483647;
  634. files = (
  635. );
  636. runOnlyForDeploymentPostprocessing = 0;
  637. };
  638. /* End PBXResourcesBuildPhase section */
  639. /* Begin PBXShellScriptBuildPhase section */
  640. 631A90420D5A007D0014A2CE /* bootstrap */ = {
  641. isa = PBXShellScriptBuildPhase;
  642. buildActionMask = 2147483647;
  643. files = (
  644. );
  645. inputPaths = (
  646. "$(SRCROOT)/vlc-unstable/bootstrap",
  647. );
  648. name = bootstrap;
  649. outputPaths = (
  650. "$(SRCROOT)/vlc-unstable/configure",
  651. );
  652. runOnlyForDeploymentPostprocessing = 0;
  653. shellPath = /bin/sh;
  654. shellScript = "top_srcdir=`pwd`/vlc-unstable\n\nif test \"$ACTION\" = \"clean\"\nthen\n exit 0\nfi\n\nif test \"$arch\" = \"x86_64\"; then\n export PATH=$top_srcdir/contrib/x86_64-apple-darwin10:$PATH\nfi\n\nexport PATH=$top_srcdir/extras/tools/build/bin:$PATH\n\nif ! [ -e $top_srcdir/configure ]; then\n cd \"$top_srcdir\" && ./bootstrap\nfi";
  655. showEnvVarsInLog = 0;
  656. };
  657. 6337548010ED091D0072A0D9 /* make */ = {
  658. isa = PBXShellScriptBuildPhase;
  659. buildActionMask = 2147483647;
  660. files = (
  661. );
  662. inputPaths = (
  663. );
  664. name = make;
  665. outputPaths = (
  666. );
  667. runOnlyForDeploymentPostprocessing = 0;
  668. shellPath = /bin/sh;
  669. shellScript = "NUMBER_OF_CORES=`sysctl hw.ncpu | cut -d\" \" -f2`\n\nfor arch in $ARCHS; do\n\techo \"Make [$arch]\"\n\tcd $VLC_BUILD_DIR/$arch\n\tmake -j$NUMBER_OF_CORES\ndone";
  670. };
  671. 633754D310ED0D330072A0D9 /* install */ = {
  672. isa = PBXShellScriptBuildPhase;
  673. buildActionMask = 2147483647;
  674. files = (
  675. );
  676. inputPaths = (
  677. "$(SYMROOT)/vlc_build_dir/src/.lib/libvlccore.dylib",
  678. "$(SYMROOT)/vlc_build_dir/src/.lib/libvlc.dylib",
  679. "$(SYMROOT)/vlc_build_dir/bin/.lib/vlc",
  680. );
  681. name = install;
  682. outputPaths = (
  683. "$(SYMROOT)/vlc_build_dir/lib/libvlccore.dylib",
  684. "$(SYMROOT)/vlc_build_dir/lib/libvlc.dylib",
  685. "$(SYMROOT)/vlc_build_dir/bin/vlc",
  686. );
  687. runOnlyForDeploymentPostprocessing = 0;
  688. shellPath = /bin/sh;
  689. shellScript = "for arch in $ARCHS; do\n\tcd $VLC_BUILD_DIR/$arch\n\tcd src\n\techo \"Installing [$arch] libvlc, libvlccore, vlc\"\n\tmake install --quiet > /dev/null\ndone";
  690. };
  691. 633BD6E30D2ADF030012A314 /* make */ = {
  692. isa = PBXShellScriptBuildPhase;
  693. buildActionMask = 2147483647;
  694. files = (
  695. );
  696. inputPaths = (
  697. );
  698. name = make;
  699. outputPaths = (
  700. );
  701. runOnlyForDeploymentPostprocessing = 0;
  702. shellPath = /bin/sh;
  703. shellScript = "if test $ACTION = \"clean\"\nthen\nmake clean\nexit 0\nfi\n\necho \"Building tools\"\necho \"\"\ncd $SOURCE_ROOT/vlc-unstable/extras/tools\n./bootstrap\nmake\n\necho \"Building a set of contribs for $ARCHS...\"\necho \"\"\n\nexport PATH=$SOURCE_ROOT/vlc-unstable/extras/tools/build/bin:$PATH\n\nfor arch in $ARCHS; do\n\tcd $SOURCE_ROOT/vlc-unstable/contrib\n\techo \"Making contribs for $arch\"\n\trm -rf vlckit-$arch\t\n\tmkdir vlckit-$arch\n\tcd vlckit-$arch\n\tif test \"$arch\" = \"x86_64\"; then\n export OSX_VERSION=10.7\nexport TRIPLET=x86_64-apple-darwin10\nelse\nexport TRIPLET=i686-apple-darwin9\nfi\n ../bootstrap --build=$TRIPLET --host=$TRIPLET\n\tmake prebuilt\ndone\n";
  704. showEnvVarsInLog = 0;
  705. };
  706. 63FFDBCD0D2AE2AE0092FC96 /* configure */ = {
  707. isa = PBXShellScriptBuildPhase;
  708. buildActionMask = 2147483647;
  709. files = (
  710. );
  711. inputPaths = (
  712. );
  713. name = configure;
  714. outputPaths = (
  715. );
  716. runOnlyForDeploymentPostprocessing = 0;
  717. shellPath = /bin/sh;
  718. shellScript = "echo $ARCHS\nsh $SOURCE_ROOT/Configure.sh";
  719. };
  720. CC1EA79915938D7E00C40EF9 /* make */ = {
  721. isa = PBXShellScriptBuildPhase;
  722. buildActionMask = 2147483647;
  723. files = (
  724. );
  725. inputPaths = (
  726. );
  727. name = make;
  728. outputPaths = (
  729. );
  730. runOnlyForDeploymentPostprocessing = 0;
  731. shellPath = /bin/sh;
  732. shellScript = "if ! [ -e $VLC_SRC_DIR ]; then\n git clone git://git.videolan.org/vlc.git $VLC_SRC_DIR\nelse\n echo \"VLC_SRC_DIR exists\"\nfi";
  733. };
  734. CC4C590F13F53EA400FB0EFC /* ShellScript */ = {
  735. isa = PBXShellScriptBuildPhase;
  736. buildActionMask = 2147483647;
  737. files = (
  738. );
  739. inputPaths = (
  740. );
  741. outputPaths = (
  742. );
  743. runOnlyForDeploymentPostprocessing = 0;
  744. shellPath = /bin/sh;
  745. shellScript = "sh $SOURCE_ROOT/Pre-Compile.sh";
  746. showEnvVarsInLog = 0;
  747. };
  748. EF78BD2E0CAEEF9500354E6E /* ShellScript */ = {
  749. isa = PBXShellScriptBuildPhase;
  750. buildActionMask = 2147483647;
  751. files = (
  752. );
  753. inputPaths = (
  754. );
  755. outputPaths = (
  756. );
  757. runOnlyForDeploymentPostprocessing = 0;
  758. shellPath = /bin/sh;
  759. shellScript = "sh $SOURCE_ROOT/Pre-Compile.sh";
  760. showEnvVarsInLog = 0;
  761. };
  762. /* End PBXShellScriptBuildPhase section */
  763. /* Begin PBXSourcesBuildPhase section */
  764. 8DC2EF540486A6940098B216 /* Sources */ = {
  765. isa = PBXSourcesBuildPhase;
  766. buildActionMask = 2147483647;
  767. files = (
  768. EF78BD460CAEEFF600354E6E /* VLCEventManager.m in Sources */,
  769. EF78BD470CAEEFF600354E6E /* VLCLibrary.m in Sources */,
  770. EF78BD480CAEEFF600354E6E /* VLCMedia.m in Sources */,
  771. EF78BD4A0CAEEFF600354E6E /* VLCMediaLibrary.m in Sources */,
  772. EF78BD4B0CAEEFF600354E6E /* VLCMediaList.m in Sources */,
  773. EF78BE100CAF039400354E6E /* VLCTime.m in Sources */,
  774. EF78BEF40CAF07E500354E6E /* VLCVideoView.m in Sources */,
  775. EF8BB8D10CAFA8D80038A613 /* VLCMediaPlayer.m in Sources */,
  776. EF7311910CB5797B009473B4 /* VLCAudio.m in Sources */,
  777. 637D5ADC0CF6F2720073EA45 /* VLCMediaDiscoverer.m in Sources */,
  778. 6341FCB10D2C0936002A97B7 /* VLCVideoLayer.m in Sources */,
  779. A7A0CEA50D2EF13000F2C039 /* VLCVideoCommon.m in Sources */,
  780. 632A0E860D3835C400AFC99B /* VLCStreamSession.m in Sources */,
  781. 632A0EC40D38392E00AFC99B /* VLCStreamOutput.m in Sources */,
  782. 63014A7A1042ACE100534090 /* VLCMediaListPlayer.m in Sources */,
  783. 63098FDC110E7159005F46AE /* VLCExtensionsManager.m in Sources */,
  784. 63099116110F0EC3005F46AE /* VLCExtension.m in Sources */,
  785. 636E974E11E8DCF1002FE8A9 /* VLCMediaThumbnailer.m in Sources */,
  786. );
  787. runOnlyForDeploymentPostprocessing = 0;
  788. };
  789. CC4C591013F53EA400FB0EFC /* Sources */ = {
  790. isa = PBXSourcesBuildPhase;
  791. buildActionMask = 2147483647;
  792. files = (
  793. CC4C591113F53EA400FB0EFC /* VLCEventManager.m in Sources */,
  794. CC4C591213F53EA400FB0EFC /* VLCLibrary.m in Sources */,
  795. CC4C591313F53EA400FB0EFC /* VLCMedia.m in Sources */,
  796. CC4C591413F53EA400FB0EFC /* VLCMediaLibrary.m in Sources */,
  797. CC4C591513F53EA400FB0EFC /* VLCMediaList.m in Sources */,
  798. CC4C591613F53EA400FB0EFC /* VLCTime.m in Sources */,
  799. CC4C591713F53EA400FB0EFC /* VLCVideoView.m in Sources */,
  800. CC4C591813F53EA400FB0EFC /* VLCMediaPlayer.m in Sources */,
  801. CC4C591913F53EA400FB0EFC /* VLCAudio.m in Sources */,
  802. CC4C591A13F53EA400FB0EFC /* VLCMediaDiscoverer.m in Sources */,
  803. CC4C591B13F53EA400FB0EFC /* VLCVideoLayer.m in Sources */,
  804. CC4C591C13F53EA400FB0EFC /* VLCVideoCommon.m in Sources */,
  805. CC4C591D13F53EA400FB0EFC /* VLCStreamSession.m in Sources */,
  806. CC4C591E13F53EA400FB0EFC /* VLCStreamOutput.m in Sources */,
  807. CC4C591F13F53EA400FB0EFC /* VLCMediaListPlayer.m in Sources */,
  808. CC4C592013F53EA400FB0EFC /* VLCExtensionsManager.m in Sources */,
  809. CC4C592113F53EA400FB0EFC /* VLCExtension.m in Sources */,
  810. CC4C592213F53EA400FB0EFC /* VLCMediaThumbnailer.m in Sources */,
  811. );
  812. runOnlyForDeploymentPostprocessing = 0;
  813. };
  814. /* End PBXSourcesBuildPhase section */
  815. /* Begin PBXTargetDependency section */
  816. 29EC337A1806F69600165783 /* PBXTargetDependency */ = {
  817. isa = PBXTargetDependency;
  818. target = 633BD6E40D2ADF030012A314 /* Setup VLC contribs */;
  819. targetProxy = 29EC33791806F69600165783 /* PBXContainerItemProxy */;
  820. };
  821. 7D4D50D416362A8700DFF142 /* PBXTargetDependency */ = {
  822. isa = PBXTargetDependency;
  823. target = CC1EA79815938D7E00C40EF9 /* Fetch libvlc */;
  824. targetProxy = 7D4D50D316362A8700DFF142 /* PBXContainerItemProxy */;
  825. };
  826. CC1EA7A215938F2200C40EF9 /* PBXTargetDependency */ = {
  827. isa = PBXTargetDependency;
  828. target = CC1EA79815938D7E00C40EF9 /* Fetch libvlc */;
  829. targetProxy = CC1EA7A115938F2200C40EF9 /* PBXContainerItemProxy */;
  830. };
  831. CC4C58F413F539B900FB0EFC /* PBXTargetDependency */ = {
  832. isa = PBXTargetDependency;
  833. target = 63FFDBCE0D2AE2AE0092FC96 /* Run VLC configure */;
  834. targetProxy = CC4C58F313F539B900FB0EFC /* PBXContainerItemProxy */;
  835. };
  836. CC4C590913F53EA400FB0EFC /* PBXTargetDependency */ = {
  837. isa = PBXTargetDependency;
  838. target = 633BD6E40D2ADF030012A314 /* Setup VLC contribs */;
  839. targetProxy = CC4C590A13F53EA400FB0EFC /* PBXContainerItemProxy */;
  840. };
  841. CC4C590B13F53EA400FB0EFC /* PBXTargetDependency */ = {
  842. isa = PBXTargetDependency;
  843. target = 63FFDBCE0D2AE2AE0092FC96 /* Run VLC configure */;
  844. targetProxy = CC4C590C13F53EA400FB0EFC /* PBXContainerItemProxy */;
  845. };
  846. CC4C590D13F53EA400FB0EFC /* PBXTargetDependency */ = {
  847. isa = PBXTargetDependency;
  848. target = 6337547910ED090A0072A0D9 /* Make VLC */;
  849. targetProxy = CC4C590E13F53EA400FB0EFC /* PBXContainerItemProxy */;
  850. };
  851. CC610951112F4ABB00FAFD22 /* PBXTargetDependency */ = {
  852. isa = PBXTargetDependency;
  853. target = 6337547910ED090A0072A0D9 /* Make VLC */;
  854. targetProxy = CC610950112F4ABB00FAFD22 /* PBXContainerItemProxy */;
  855. };
  856. CC610953112F4ABF00FAFD22 /* PBXTargetDependency */ = {
  857. isa = PBXTargetDependency;
  858. target = 8DC2EF4F0486A6940098B216 /* Build just VLCKit */;
  859. targetProxy = CC610952112F4ABF00FAFD22 /* PBXContainerItemProxy */;
  860. };
  861. /* End PBXTargetDependency section */
  862. /* Begin XCBuildConfiguration section */
  863. 1DEB91AE08733DA50010E9CD /* Debug */ = {
  864. isa = XCBuildConfiguration;
  865. buildSettings = {
  866. COMBINE_HIDPI_IMAGES = YES;
  867. COPY_PHASE_STRIP = NO;
  868. DYLIB_COMPATIBILITY_VERSION = 1;
  869. DYLIB_CURRENT_VERSION = 1;
  870. FRAMEWORK_VERSION = A;
  871. GCC_DYNAMIC_NO_PIC = NO;
  872. GCC_ENABLE_OBJC_EXCEPTIONS = YES;
  873. GCC_OPTIMIZATION_LEVEL = 0;
  874. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  875. GCC_PREFIX_HEADER = VLC_Prefix.pch;
  876. GCC_VERSION = "";
  877. HEADER_SEARCH_PATHS = (
  878. "$(VLC_SRC_DIR)/include",
  879. "Headers/**",
  880. );
  881. INFOPLIST_FILE = Resources/Info.plist;
  882. INSTALL_PATH = "@loader_path/../Frameworks";
  883. LIBRARY_SEARCH_PATHS = "$(CONFIGURATION_BUILD_DIR)/$(PRODUCT_NAME).$(WRAPPER_EXTENSION)/lib";
  884. OTHER_LDFLAGS = (
  885. "-lvlccore",
  886. "-single_module",
  887. "-lvlc",
  888. );
  889. PRIVATE_HEADERS_FOLDER_PATH = "$(CONTENTS_FOLDER_PATH)/PrivateHeaders";
  890. PRODUCT_NAME = VLCKit;
  891. SCAN_ALL_SOURCE_FILES_FOR_INCLUDES = YES;
  892. SDKROOT = macosx;
  893. VLC_SRC_DIR = "$(SRCROOT)/vlc-unstable";
  894. WRAPPER_EXTENSION = framework;
  895. };
  896. name = Debug;
  897. };
  898. 1DEB91AF08733DA50010E9CD /* Release */ = {
  899. isa = XCBuildConfiguration;
  900. buildSettings = {
  901. COMBINE_HIDPI_IMAGES = YES;
  902. DYLIB_COMPATIBILITY_VERSION = 1;
  903. DYLIB_CURRENT_VERSION = 1;
  904. FRAMEWORK_VERSION = A;
  905. GCC_ENABLE_OBJC_EXCEPTIONS = YES;
  906. GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
  907. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  908. GCC_PREFIX_HEADER = VLC_Prefix.pch;
  909. GCC_VERSION = "";
  910. HEADER_SEARCH_PATHS = (
  911. "$(VLC_SRC_DIR)/include",
  912. "Headers/**",
  913. );
  914. INFOPLIST_FILE = Resources/Info.plist;
  915. INSTALL_PATH = "@loader_path/../Frameworks";
  916. LIBRARY_SEARCH_PATHS = "$(CONFIGURATION_BUILD_DIR)/$(PRODUCT_NAME).$(WRAPPER_EXTENSION)/lib";
  917. OTHER_LDFLAGS = (
  918. "-lvlccore",
  919. "-single_module",
  920. "-lvlc",
  921. );
  922. PRIVATE_HEADERS_FOLDER_PATH = "$(CONTENTS_FOLDER_PATH)/PrivateHeaders";
  923. PRODUCT_NAME = VLCKit;
  924. SCAN_ALL_SOURCE_FILES_FOR_INCLUDES = YES;
  925. SDKROOT = macosx;
  926. VLC_SRC_DIR = "$(SRCROOT)/vlc-unstable";
  927. WRAPPER_EXTENSION = framework;
  928. };
  929. name = Release;
  930. };
  931. 1DEB91B208733DA50010E9CD /* Debug */ = {
  932. isa = XCBuildConfiguration;
  933. buildSettings = {
  934. ARCHS = (
  935. x86_64,
  936. i386,
  937. );
  938. GCC_C_LANGUAGE_STANDARD = c99;
  939. GCC_VERSION = "";
  940. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  941. GCC_WARN_UNUSED_VARIABLE = YES;
  942. MACOSX_DEPLOYMENT_TARGET = 10.6;
  943. ONLY_ACTIVE_ARCH = YES;
  944. SDKROOT = macosx;
  945. VALID_ARCHS = "i386 x86_64";
  946. VLC_BUILD_DIR = "$(SYMROOT)/$(CONFIGURATION)/vlc_build_dir";
  947. VLC_SRC_DIR = "$(SRCROOT)/vlc-unstable";
  948. };
  949. name = Debug;
  950. };
  951. 1DEB91B308733DA50010E9CD /* Release */ = {
  952. isa = XCBuildConfiguration;
  953. buildSettings = {
  954. ARCHS = (
  955. x86_64,
  956. i386,
  957. );
  958. GCC_C_LANGUAGE_STANDARD = c99;
  959. GCC_VERSION = "";
  960. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  961. GCC_WARN_UNUSED_VARIABLE = YES;
  962. MACOSX_DEPLOYMENT_TARGET = 10.6;
  963. ONLY_ACTIVE_ARCH = NO;
  964. SDKROOT = macosx;
  965. VALID_ARCHS = "i386 x86_64";
  966. VLC_BUILD_DIR = "$(SYMROOT)/$(CONFIGURATION)/vlc_build_dir";
  967. VLC_SRC_DIR = "$(SRCROOT)/vlc-unstable";
  968. };
  969. name = Release;
  970. };
  971. 6337547C10ED090B0072A0D9 /* Debug */ = {
  972. isa = XCBuildConfiguration;
  973. buildSettings = {
  974. COMBINE_HIDPI_IMAGES = YES;
  975. GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
  976. PRODUCT_NAME = VLC;
  977. SDKROOT = macosx;
  978. VLC_SRC_DIR = "$(SRCROOT)/vlc-unstable";
  979. };
  980. name = Debug;
  981. };
  982. 6337547D10ED090B0072A0D9 /* Release */ = {
  983. isa = XCBuildConfiguration;
  984. buildSettings = {
  985. COMBINE_HIDPI_IMAGES = YES;
  986. GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
  987. PRODUCT_NAME = VLC;
  988. SDKROOT = macosx;
  989. VLC_SRC_DIR = "$(SRCROOT)/vlc-unstable";
  990. };
  991. name = Release;
  992. };
  993. 633BD6E50D2ADF030012A314 /* Debug */ = {
  994. isa = XCBuildConfiguration;
  995. buildSettings = {
  996. COMBINE_HIDPI_IMAGES = YES;
  997. COPY_PHASE_STRIP = NO;
  998. GCC_DYNAMIC_NO_PIC = NO;
  999. GCC_OPTIMIZATION_LEVEL = 0;
  1000. GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
  1001. PRODUCT_NAME = "vlc-contrib";
  1002. SDKROOT = macosx;
  1003. VLC_SRC_DIR = "$(SRCROOT)/vlc-unstable";
  1004. };
  1005. name = Debug;
  1006. };
  1007. 633BD6E60D2ADF030012A314 /* Release */ = {
  1008. isa = XCBuildConfiguration;
  1009. buildSettings = {
  1010. COMBINE_HIDPI_IMAGES = YES;
  1011. COPY_PHASE_STRIP = YES;
  1012. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  1013. GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
  1014. PRODUCT_NAME = "vlc-contrib";
  1015. SDKROOT = macosx;
  1016. VLC_SRC_DIR = "$(SRCROOT)/vlc-unstable";
  1017. ZERO_LINK = NO;
  1018. };
  1019. name = Release;
  1020. };
  1021. 63FFDBD00D2AE2AE0092FC96 /* Debug */ = {
  1022. isa = XCBuildConfiguration;
  1023. buildSettings = {
  1024. CC = "xcrun clang";
  1025. COMBINE_HIDPI_IMAGES = YES;
  1026. COPY_PHASE_STRIP = NO;
  1027. CXX = "xcrun clang++";
  1028. GCC_DYNAMIC_NO_PIC = NO;
  1029. GCC_OPTIMIZATION_LEVEL = 0;
  1030. GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
  1031. OBJC = "xcrun clang";
  1032. PRODUCT_NAME = "vlc-bootstrap";
  1033. SDKROOT = macosx;
  1034. VALID_ARCHS = "i386 x86_64";
  1035. VLC_SRC_DIR = "$(SRCROOT)/vlc-unstable";
  1036. };
  1037. name = Debug;
  1038. };
  1039. 63FFDBD10D2AE2AE0092FC96 /* Release */ = {
  1040. isa = XCBuildConfiguration;
  1041. buildSettings = {
  1042. CC = "xcrun clang";
  1043. COMBINE_HIDPI_IMAGES = YES;
  1044. COPY_PHASE_STRIP = YES;
  1045. CXX = "xcrun clang++";
  1046. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  1047. GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
  1048. OBJC = "xcrun clang";
  1049. PRODUCT_NAME = "vlc-bootstrap";
  1050. SDKROOT = macosx;
  1051. VALID_ARCHS = "i386 x86_64";
  1052. VLC_SRC_DIR = "$(SRCROOT)/vlc-unstable";
  1053. ZERO_LINK = NO;
  1054. };
  1055. name = Release;
  1056. };
  1057. CC1EA79B15938D7E00C40EF9 /* Debug */ = {
  1058. isa = XCBuildConfiguration;
  1059. buildSettings = {
  1060. COMBINE_HIDPI_IMAGES = YES;
  1061. COPY_PHASE_STRIP = NO;
  1062. GCC_DYNAMIC_NO_PIC = NO;
  1063. GCC_OPTIMIZATION_LEVEL = 0;
  1064. GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
  1065. PRODUCT_NAME = "Setup VLC contribs copy";
  1066. SDKROOT = macosx;
  1067. VLC_SRC_DIR = "$(SRCROOT)/vlc-unstable";
  1068. };
  1069. name = Debug;
  1070. };
  1071. CC1EA79C15938D7E00C40EF9 /* Release */ = {
  1072. isa = XCBuildConfiguration;
  1073. buildSettings = {
  1074. COMBINE_HIDPI_IMAGES = YES;
  1075. COPY_PHASE_STRIP = YES;
  1076. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  1077. GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
  1078. PRODUCT_NAME = "Setup VLC contribs copy";
  1079. SDKROOT = macosx;
  1080. VLC_SRC_DIR = "$(SRCROOT)/vlc-unstable";
  1081. ZERO_LINK = NO;
  1082. };
  1083. name = Release;
  1084. };
  1085. CC4C593D13F53EA400FB0EFC /* Debug */ = {
  1086. isa = XCBuildConfiguration;
  1087. buildSettings = {
  1088. COMBINE_HIDPI_IMAGES = YES;
  1089. COPY_PHASE_STRIP = NO;
  1090. DYLIB_COMPATIBILITY_VERSION = 1;
  1091. DYLIB_CURRENT_VERSION = 1;
  1092. FRAMEWORK_VERSION = A;
  1093. GCC_DYNAMIC_NO_PIC = NO;
  1094. GCC_ENABLE_OBJC_EXCEPTIONS = YES;
  1095. GCC_OPTIMIZATION_LEVEL = 0;
  1096. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  1097. GCC_PREFIX_HEADER = VLC_Prefix.pch;
  1098. GCC_VERSION = "";
  1099. HEADER_SEARCH_PATHS = (
  1100. "$(VLC_SRC_DIR)/include",
  1101. "Headers/**",
  1102. );
  1103. INFOPLIST_FILE = "VLCKit-Info.plist";
  1104. INSTALL_PATH = "@loader_path/../Frameworks";
  1105. LIBRARY_SEARCH_PATHS = "$(CONFIGURATION_BUILD_DIR)/$(PRODUCT_NAME).$(WRAPPER_EXTENSION)/lib";
  1106. OTHER_LDFLAGS = (
  1107. "-lvlccore",
  1108. "-single_module",
  1109. "-lvlc",
  1110. );
  1111. PRIVATE_HEADERS_FOLDER_PATH = "$(CONTENTS_FOLDER_PATH)/PrivateHeaders";
  1112. PRODUCT_NAME = VLCKit;
  1113. SCAN_ALL_SOURCE_FILES_FOR_INCLUDES = YES;
  1114. SDKROOT = macosx;
  1115. VLC_SRC_DIR = "$(SRCROOT)/vlc-unstable";
  1116. WRAPPER_EXTENSION = framework;
  1117. };
  1118. name = Debug;
  1119. };
  1120. CC4C593E13F53EA400FB0EFC /* Release */ = {
  1121. isa = XCBuildConfiguration;
  1122. buildSettings = {
  1123. COMBINE_HIDPI_IMAGES = YES;
  1124. DYLIB_COMPATIBILITY_VERSION = 1;
  1125. DYLIB_CURRENT_VERSION = 1;
  1126. FRAMEWORK_VERSION = A;
  1127. GCC_ENABLE_OBJC_EXCEPTIONS = YES;
  1128. GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
  1129. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  1130. GCC_PREFIX_HEADER = VLC_Prefix.pch;
  1131. GCC_VERSION = "";
  1132. HEADER_SEARCH_PATHS = (
  1133. "$(VLC_SRC_DIR)/include",
  1134. "Headers/**",
  1135. );
  1136. INFOPLIST_FILE = "VLCKit-Info.plist";
  1137. INSTALL_PATH = "@loader_path/../Frameworks";
  1138. LIBRARY_SEARCH_PATHS = "$(CONFIGURATION_BUILD_DIR)/$(PRODUCT_NAME).$(WRAPPER_EXTENSION)/lib";
  1139. OTHER_LDFLAGS = (
  1140. "-lvlccore",
  1141. "-single_module",
  1142. "-lvlc",
  1143. );
  1144. PRIVATE_HEADERS_FOLDER_PATH = "$(CONTENTS_FOLDER_PATH)/PrivateHeaders";
  1145. PRODUCT_NAME = VLCKit;
  1146. SCAN_ALL_SOURCE_FILES_FOR_INCLUDES = YES;
  1147. SDKROOT = macosx;
  1148. VLC_SRC_DIR = "$(SRCROOT)/vlc-unstable";
  1149. WRAPPER_EXTENSION = framework;
  1150. };
  1151. name = Release;
  1152. };
  1153. CC61094D112F4AB600FAFD22 /* Debug */ = {
  1154. isa = XCBuildConfiguration;
  1155. buildSettings = {
  1156. COMBINE_HIDPI_IMAGES = YES;
  1157. COPY_PHASE_STRIP = NO;
  1158. GCC_DYNAMIC_NO_PIC = NO;
  1159. GCC_OPTIMIZATION_LEVEL = 0;
  1160. GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
  1161. PRODUCT_NAME = "Make VLC and VLCKit";
  1162. SDKROOT = macosx;
  1163. VLC_SRC_DIR = "$(SRCROOT)/vlc-unstable";
  1164. };
  1165. name = Debug;
  1166. };
  1167. CC61094E112F4AB600FAFD22 /* Release */ = {
  1168. isa = XCBuildConfiguration;
  1169. buildSettings = {
  1170. COMBINE_HIDPI_IMAGES = YES;
  1171. COPY_PHASE_STRIP = YES;
  1172. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  1173. GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
  1174. PRODUCT_NAME = "Make VLC and VLCKit";
  1175. SDKROOT = macosx;
  1176. VLC_SRC_DIR = "$(SRCROOT)/vlc-unstable";
  1177. ZERO_LINK = NO;
  1178. };
  1179. name = Release;
  1180. };
  1181. /* End XCBuildConfiguration section */
  1182. /* Begin XCConfigurationList section */
  1183. 1DEB91AD08733DA50010E9CD /* Build configuration list for PBXNativeTarget "Build just VLCKit" */ = {
  1184. isa = XCConfigurationList;
  1185. buildConfigurations = (
  1186. 1DEB91AE08733DA50010E9CD /* Debug */,
  1187. 1DEB91AF08733DA50010E9CD /* Release */,
  1188. );
  1189. defaultConfigurationIsVisible = 0;
  1190. defaultConfigurationName = Debug;
  1191. };
  1192. 1DEB91B108733DA50010E9CD /* Build configuration list for PBXProject "VLCKit" */ = {
  1193. isa = XCConfigurationList;
  1194. buildConfigurations = (
  1195. 1DEB91B208733DA50010E9CD /* Debug */,
  1196. 1DEB91B308733DA50010E9CD /* Release */,
  1197. );
  1198. defaultConfigurationIsVisible = 0;
  1199. defaultConfigurationName = Debug;
  1200. };
  1201. 6337548110ED093B0072A0D9 /* Build configuration list for PBXAggregateTarget "Make VLC" */ = {
  1202. isa = XCConfigurationList;
  1203. buildConfigurations = (
  1204. 6337547C10ED090B0072A0D9 /* Debug */,
  1205. 6337547D10ED090B0072A0D9 /* Release */,
  1206. );
  1207. defaultConfigurationIsVisible = 0;
  1208. defaultConfigurationName = Debug;
  1209. };
  1210. 633BD6EC0D2ADF460012A314 /* Build configuration list for PBXAggregateTarget "Setup VLC contribs" */ = {
  1211. isa = XCConfigurationList;
  1212. buildConfigurations = (
  1213. 633BD6E50D2ADF030012A314 /* Debug */,
  1214. 633BD6E60D2ADF030012A314 /* Release */,
  1215. );
  1216. defaultConfigurationIsVisible = 0;
  1217. defaultConfigurationName = Debug;
  1218. };
  1219. 63FFDBD50D2AE3250092FC96 /* Build configuration list for PBXAggregateTarget "Run VLC configure" */ = {
  1220. isa = XCConfigurationList;
  1221. buildConfigurations = (
  1222. 63FFDBD00D2AE2AE0092FC96 /* Debug */,
  1223. 63FFDBD10D2AE2AE0092FC96 /* Release */,
  1224. );
  1225. defaultConfigurationIsVisible = 0;
  1226. defaultConfigurationName = Debug;
  1227. };
  1228. CC1EA79A15938D7E00C40EF9 /* Build configuration list for PBXAggregateTarget "Fetch libvlc" */ = {
  1229. isa = XCConfigurationList;
  1230. buildConfigurations = (
  1231. CC1EA79B15938D7E00C40EF9 /* Debug */,
  1232. CC1EA79C15938D7E00C40EF9 /* Release */,
  1233. );
  1234. defaultConfigurationIsVisible = 0;
  1235. defaultConfigurationName = Debug;
  1236. };
  1237. CC4C593C13F53EA400FB0EFC /* Build configuration list for PBXNativeTarget "Build Everything" */ = {
  1238. isa = XCConfigurationList;
  1239. buildConfigurations = (
  1240. CC4C593D13F53EA400FB0EFC /* Debug */,
  1241. CC4C593E13F53EA400FB0EFC /* Release */,
  1242. );
  1243. defaultConfigurationIsVisible = 0;
  1244. defaultConfigurationName = Debug;
  1245. };
  1246. CC61095D112F4AD400FAFD22 /* Build configuration list for PBXAggregateTarget "Make VLC and VLCKit" */ = {
  1247. isa = XCConfigurationList;
  1248. buildConfigurations = (
  1249. CC61094D112F4AB600FAFD22 /* Debug */,
  1250. CC61094E112F4AB600FAFD22 /* Release */,
  1251. );
  1252. defaultConfigurationIsVisible = 0;
  1253. defaultConfigurationName = Debug;
  1254. };
  1255. /* End XCConfigurationList section */
  1256. };
  1257. rootObject = 0867D690FE84028FC02AAC07 /* Project object */;
  1258. }