project.pbxproj 65 KB

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