project.pbxproj 42 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 45;
  7. objects = {
  8. /* Begin PBXAggregateTarget section */
  9. 630F6D6E1045DE4000B03EE4 /* Make VLC and VLCKit */ = {
  10. isa = PBXAggregateTarget;
  11. buildConfigurationList = 630F6D801045DE6300B03EE4 /* Build configuration list for PBXAggregateTarget "Make VLC and VLCKit" */;
  12. buildPhases = (
  13. );
  14. dependencies = (
  15. 633754B110ED0BB50072A0D9 /* PBXTargetDependency */,
  16. 630F6D741045DE4900B03EE4 /* PBXTargetDependency */,
  17. );
  18. name = "Make VLC and VLCKit";
  19. productName = "core-framework";
  20. };
  21. 6337547910ED090A0072A0D9 /* Make VLC */ = {
  22. isa = PBXAggregateTarget;
  23. buildConfigurationList = 6337548110ED093B0072A0D9 /* Build configuration list for PBXAggregateTarget "Make VLC" */;
  24. buildPhases = (
  25. 6337548010ED091D0072A0D9 /* make */,
  26. 633754D310ED0D330072A0D9 /* install */,
  27. );
  28. dependencies = (
  29. );
  30. name = "Make VLC";
  31. productName = "Make VLC 2";
  32. };
  33. 633BD6D20D2ADE040012A314 /* Build Everything */ = {
  34. isa = PBXAggregateTarget;
  35. buildConfigurationList = 633BD6D60D2ADE230012A314 /* Build configuration list for PBXAggregateTarget "Build Everything" */;
  36. buildPhases = (
  37. );
  38. dependencies = (
  39. 633BD6EE0D2AE03E0012A314 /* PBXTargetDependency */,
  40. 63FFDBD30D2AE3070092FC96 /* PBXTargetDependency */,
  41. 633BD6F20D2AE0430012A314 /* PBXTargetDependency */,
  42. );
  43. name = "Build Everything";
  44. productName = "vlc-core-modules";
  45. };
  46. 633BD6E40D2ADF030012A314 /* Setup VLC contribs */ = {
  47. isa = PBXAggregateTarget;
  48. buildConfigurationList = 633BD6EC0D2ADF460012A314 /* Build configuration list for PBXAggregateTarget "Setup VLC contribs" */;
  49. buildPhases = (
  50. 633BD6E30D2ADF030012A314 /* bootstrap */,
  51. 633BD6EB0D2ADF280012A314 /* make bin */,
  52. );
  53. dependencies = (
  54. );
  55. name = "Setup VLC contribs";
  56. productName = "vlc-contrib";
  57. };
  58. 63FFDBCE0D2AE2AE0092FC96 /* Run VLC configure */ = {
  59. isa = PBXAggregateTarget;
  60. buildConfigurationList = 63FFDBD50D2AE3250092FC96 /* Build configuration list for PBXAggregateTarget "Run VLC configure" */;
  61. buildPhases = (
  62. 631A90420D5A007D0014A2CE /* bootstrap */,
  63. 63FFDBCD0D2AE2AE0092FC96 /* configure */,
  64. );
  65. dependencies = (
  66. );
  67. name = "Run VLC configure";
  68. productName = "vlc-bootstrap";
  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. 6303C43A0CF45CAE0000ECC8 /* VLCMediaListAspect.m in Sources */ = {isa = PBXBuildFile; fileRef = 6303C4390CF45CAE0000ECC8 /* VLCMediaListAspect.m */; };
  75. 6303C43C0CF45CC30000ECC8 /* VLCMediaListAspect.h in Headers */ = {isa = PBXBuildFile; fileRef = 6303C43B0CF45CC30000ECC8 /* VLCMediaListAspect.h */; settings = {ATTRIBUTES = (Public, ); }; };
  76. 632A0E850D3835C400AFC99B /* VLCStreamSession.h in Headers */ = {isa = PBXBuildFile; fileRef = 632A0E830D3835C400AFC99B /* VLCStreamSession.h */; settings = {ATTRIBUTES = (Public, ); }; };
  77. 632A0E860D3835C400AFC99B /* VLCStreamSession.m in Sources */ = {isa = PBXBuildFile; fileRef = 632A0E840D3835C400AFC99B /* VLCStreamSession.m */; };
  78. 632A0EC30D38392E00AFC99B /* VLCStreamOutput.h in Headers */ = {isa = PBXBuildFile; fileRef = 632A0EC10D38392E00AFC99B /* VLCStreamOutput.h */; settings = {ATTRIBUTES = (Public, ); }; };
  79. 632A0EC40D38392E00AFC99B /* VLCStreamOutput.m in Sources */ = {isa = PBXBuildFile; fileRef = 632A0EC20D38392E00AFC99B /* VLCStreamOutput.m */; };
  80. 6341FCAF0D2C0929002A97B7 /* VLCVideoLayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 6341FCAE0D2C0929002A97B7 /* VLCVideoLayer.h */; settings = {ATTRIBUTES = (Public, ); }; };
  81. 6341FCB10D2C0936002A97B7 /* VLCVideoLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 6341FCB00D2C0936002A97B7 /* VLCVideoLayer.m */; };
  82. 637CFB940D2D280900A041B6 /* VLCLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = 637CFB930D2D280800A041B6 /* VLCLibrary.h */; settings = {ATTRIBUTES = (Public, ); }; };
  83. 637D5ABD0CF6F2650073EA45 /* VLCMediaDiscoverer.h in Headers */ = {isa = PBXBuildFile; fileRef = 637D5ABC0CF6F2650073EA45 /* VLCMediaDiscoverer.h */; settings = {ATTRIBUTES = (Public, ); }; };
  84. 637D5ADC0CF6F2720073EA45 /* VLCMediaDiscoverer.m in Sources */ = {isa = PBXBuildFile; fileRef = 637D5ADB0CF6F2720073EA45 /* VLCMediaDiscoverer.m */; };
  85. 6384FD080D0DBA20005EB1F7 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6384FD070D0DBA20005EB1F7 /* QuartzCore.framework */; };
  86. 8DC2EF570486A6940098B216 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7B1FEA5585E11CA2CBB /* Cocoa.framework */; };
  87. A7A0CEA40D2EF13000F2C039 /* VLCVideoCommon.h in Headers */ = {isa = PBXBuildFile; fileRef = A7A0CEA20D2EF13000F2C039 /* VLCVideoCommon.h */; };
  88. A7A0CEA50D2EF13000F2C039 /* VLCVideoCommon.m in Sources */ = {isa = PBXBuildFile; fileRef = A7A0CEA30D2EF13000F2C039 /* VLCVideoCommon.m */; };
  89. EF7311900CB5797B009473B4 /* VLCAudio.h in Headers */ = {isa = PBXBuildFile; fileRef = EF73118E0CB5797B009473B4 /* VLCAudio.h */; settings = {ATTRIBUTES = (Public, ); }; };
  90. EF7311910CB5797B009473B4 /* VLCAudio.m in Sources */ = {isa = PBXBuildFile; fileRef = EF73118F0CB5797B009473B4 /* VLCAudio.m */; };
  91. EF78BD100CAEEEC300354E6E /* VLCEventManager.h in Headers */ = {isa = PBXBuildFile; fileRef = EF78BD0D0CAEEEC300354E6E /* VLCEventManager.h */; settings = {ATTRIBUTES = (); }; };
  92. EF78BD1B0CAEEEE700354E6E /* VLCKit.h in Headers */ = {isa = PBXBuildFile; fileRef = EF78BD120CAEEEE700354E6E /* VLCKit.h */; settings = {ATTRIBUTES = (Public, ); }; };
  93. EF78BD1C0CAEEEE700354E6E /* VLCMedia.h in Headers */ = {isa = PBXBuildFile; fileRef = EF78BD130CAEEEE700354E6E /* VLCMedia.h */; settings = {ATTRIBUTES = (Public, ); }; };
  94. EF78BD1E0CAEEEE700354E6E /* VLCMediaLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = EF78BD150CAEEEE700354E6E /* VLCMediaLibrary.h */; settings = {ATTRIBUTES = (Public, ); }; };
  95. EF78BD1F0CAEEEE700354E6E /* VLCMediaList.h in Headers */ = {isa = PBXBuildFile; fileRef = EF78BD160CAEEEE700354E6E /* VLCMediaList.h */; settings = {ATTRIBUTES = (Public, ); }; };
  96. EF78BD460CAEEFF600354E6E /* VLCEventManager.m in Sources */ = {isa = PBXBuildFile; fileRef = EF78BD3C0CAEEFF600354E6E /* VLCEventManager.m */; };
  97. EF78BD470CAEEFF600354E6E /* VLCLibrary.m in Sources */ = {isa = PBXBuildFile; fileRef = EF78BD3D0CAEEFF600354E6E /* VLCLibrary.m */; };
  98. EF78BD480CAEEFF600354E6E /* VLCMedia.m in Sources */ = {isa = PBXBuildFile; fileRef = EF78BD3E0CAEEFF600354E6E /* VLCMedia.m */; };
  99. EF78BD4A0CAEEFF600354E6E /* VLCMediaLibrary.m in Sources */ = {isa = PBXBuildFile; fileRef = EF78BD400CAEEFF600354E6E /* VLCMediaLibrary.m */; };
  100. EF78BD4B0CAEEFF600354E6E /* VLCMediaList.m in Sources */ = {isa = PBXBuildFile; fileRef = EF78BD410CAEEFF600354E6E /* VLCMediaList.m */; };
  101. EF78BE0F0CAF039400354E6E /* VLCTime.h in Headers */ = {isa = PBXBuildFile; fileRef = EF78BD190CAEEEE700354E6E /* VLCTime.h */; settings = {ATTRIBUTES = (Public, ); }; };
  102. EF78BE100CAF039400354E6E /* VLCTime.m in Sources */ = {isa = PBXBuildFile; fileRef = EF78BD440CAEEFF600354E6E /* VLCTime.m */; };
  103. EF78BEF30CAF07E100354E6E /* VLCVideoView.h in Headers */ = {isa = PBXBuildFile; fileRef = EF78BD1A0CAEEEE700354E6E /* VLCVideoView.h */; settings = {ATTRIBUTES = (Public, ); }; };
  104. EF78BEF40CAF07E500354E6E /* VLCVideoView.m in Sources */ = {isa = PBXBuildFile; fileRef = EF78BD450CAEEFF600354E6E /* VLCVideoView.m */; };
  105. EF8BB8D00CAFA8D80038A613 /* VLCMediaPlayer.h in Headers */ = {isa = PBXBuildFile; fileRef = EF8BB8CE0CAFA8D80038A613 /* VLCMediaPlayer.h */; settings = {ATTRIBUTES = (Public, ); }; };
  106. EF8BB8D10CAFA8D80038A613 /* VLCMediaPlayer.m in Sources */ = {isa = PBXBuildFile; fileRef = EF8BB8CF0CAFA8D80038A613 /* VLCMediaPlayer.m */; };
  107. EFD551DD0CC6DD720074CEE1 /* VLCLibVLCBridging.h in Headers */ = {isa = PBXBuildFile; fileRef = EFD551DC0CC6DD720074CEE1 /* VLCLibVLCBridging.h */; };
  108. /* End PBXBuildFile section */
  109. /* Begin PBXContainerItemProxy section */
  110. 630F6D731045DE4900B03EE4 /* PBXContainerItemProxy */ = {
  111. isa = PBXContainerItemProxy;
  112. containerPortal = 0867D690FE84028FC02AAC07 /* Project object */;
  113. proxyType = 1;
  114. remoteGlobalIDString = 8DC2EF4F0486A6940098B216;
  115. remoteInfo = VLCKit;
  116. };
  117. 633754B010ED0BB50072A0D9 /* PBXContainerItemProxy */ = {
  118. isa = PBXContainerItemProxy;
  119. containerPortal = 0867D690FE84028FC02AAC07 /* Project object */;
  120. proxyType = 1;
  121. remoteGlobalIDString = 6337547910ED090A0072A0D9 /* Make VLC 2 */;
  122. remoteInfo = "Make VLC 2";
  123. };
  124. 633BD6ED0D2AE03E0012A314 /* PBXContainerItemProxy */ = {
  125. isa = PBXContainerItemProxy;
  126. containerPortal = 0867D690FE84028FC02AAC07 /* Project object */;
  127. proxyType = 1;
  128. remoteGlobalIDString = 633BD6E40D2ADF030012A314;
  129. remoteInfo = "vlc-contrib";
  130. };
  131. 633BD6F10D2AE0430012A314 /* PBXContainerItemProxy */ = {
  132. isa = PBXContainerItemProxy;
  133. containerPortal = 0867D690FE84028FC02AAC07 /* Project object */;
  134. proxyType = 1;
  135. remoteGlobalIDString = 8DC2EF4F0486A6940098B216;
  136. remoteInfo = VLC;
  137. };
  138. 63FFDBD20D2AE3070092FC96 /* PBXContainerItemProxy */ = {
  139. isa = PBXContainerItemProxy;
  140. containerPortal = 0867D690FE84028FC02AAC07 /* Project object */;
  141. proxyType = 1;
  142. remoteGlobalIDString = 63FFDBCE0D2AE2AE0092FC96;
  143. remoteInfo = "vlc-bootstrap";
  144. };
  145. /* End PBXContainerItemProxy section */
  146. /* Begin PBXFileReference section */
  147. 0867D69BFE84028FC02AAC07 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
  148. 0867D6A5FE840307C02AAC07 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; };
  149. 1058C7B1FEA5585E11CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
  150. 32DBCF5E0370ADEE00C91783 /* VLC_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VLC_Prefix.pch; sourceTree = "<group>"; };
  151. 63014A781042ACE100534090 /* VLCMediaListPlayer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCMediaListPlayer.m; sourceTree = "<group>"; };
  152. 63014B7D1042E64A00534090 /* VLCMediaListPlayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCMediaListPlayer.h; path = Public/VLCMediaListPlayer.h; sourceTree = "<group>"; };
  153. 63030CC70CCA652C0088ECD1 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist.xml; name = Info.plist; path = Resources/Info.plist; sourceTree = "<group>"; };
  154. 6303C4390CF45CAE0000ECC8 /* VLCMediaListAspect.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCMediaListAspect.m; sourceTree = "<group>"; };
  155. 6303C43B0CF45CC30000ECC8 /* VLCMediaListAspect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCMediaListAspect.h; path = Public/VLCMediaListAspect.h; sourceTree = "<group>"; };
  156. 632A0E830D3835C400AFC99B /* VLCStreamSession.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCStreamSession.h; path = Public/VLCStreamSession.h; sourceTree = "<group>"; };
  157. 632A0E840D3835C400AFC99B /* VLCStreamSession.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCStreamSession.m; sourceTree = "<group>"; };
  158. 632A0EC10D38392E00AFC99B /* VLCStreamOutput.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCStreamOutput.h; path = Public/VLCStreamOutput.h; sourceTree = "<group>"; };
  159. 632A0EC20D38392E00AFC99B /* VLCStreamOutput.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCStreamOutput.m; sourceTree = "<group>"; };
  160. 633753FF10ECE1C60072A0D9 /* Configure.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = Configure.sh; sourceTree = "<group>"; };
  161. 6341FCAE0D2C0929002A97B7 /* VLCVideoLayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCVideoLayer.h; path = Public/VLCVideoLayer.h; sourceTree = "<group>"; };
  162. 6341FCB00D2C0936002A97B7 /* VLCVideoLayer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCVideoLayer.m; sourceTree = "<group>"; };
  163. 637CFB930D2D280800A041B6 /* VLCLibrary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCLibrary.h; path = Public/VLCLibrary.h; sourceTree = "<group>"; };
  164. 637D5ABC0CF6F2650073EA45 /* VLCMediaDiscoverer.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = VLCMediaDiscoverer.h; path = Public/VLCMediaDiscoverer.h; sourceTree = "<group>"; };
  165. 637D5ADB0CF6F2720073EA45 /* VLCMediaDiscoverer.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = VLCMediaDiscoverer.m; sourceTree = "<group>"; };
  166. 6384FD070D0DBA20005EB1F7 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = /System/Library/Frameworks/QuartzCore.framework; sourceTree = "<absolute>"; };
  167. 8DC2EF5B0486A6940098B216 /* VLCKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = VLCKit.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  168. A7A0CEA20D2EF13000F2C039 /* VLCVideoCommon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCVideoCommon.h; path = Internal/VLCVideoCommon.h; sourceTree = "<group>"; };
  169. A7A0CEA30D2EF13000F2C039 /* VLCVideoCommon.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCVideoCommon.m; sourceTree = "<group>"; };
  170. D2F7E79907B2D74100F64583 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = /System/Library/Frameworks/CoreData.framework; sourceTree = "<absolute>"; };
  171. EF73118E0CB5797B009473B4 /* VLCAudio.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCAudio.h; path = Public/VLCAudio.h; sourceTree = "<group>"; };
  172. EF73118F0CB5797B009473B4 /* VLCAudio.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCAudio.m; sourceTree = "<group>"; };
  173. EF78BD0D0CAEEEC300354E6E /* VLCEventManager.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = VLCEventManager.h; path = Internal/VLCEventManager.h; sourceTree = "<group>"; };
  174. EF78BD120CAEEEE700354E6E /* VLCKit.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = VLCKit.h; path = Public/VLCKit.h; sourceTree = "<group>"; };
  175. EF78BD130CAEEEE700354E6E /* VLCMedia.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = VLCMedia.h; path = Public/VLCMedia.h; sourceTree = "<group>"; };
  176. EF78BD150CAEEEE700354E6E /* VLCMediaLibrary.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = VLCMediaLibrary.h; path = Public/VLCMediaLibrary.h; sourceTree = "<group>"; };
  177. EF78BD160CAEEEE700354E6E /* VLCMediaList.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = VLCMediaList.h; path = Public/VLCMediaList.h; sourceTree = "<group>"; };
  178. EF78BD190CAEEEE700354E6E /* VLCTime.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = VLCTime.h; path = Public/VLCTime.h; sourceTree = "<group>"; };
  179. EF78BD1A0CAEEEE700354E6E /* VLCVideoView.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = VLCVideoView.h; path = Public/VLCVideoView.h; sourceTree = "<group>"; };
  180. EF78BD350CAEEFB000354E6E /* Pre-Compile.sh */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.script.sh; path = "Pre-Compile.sh"; sourceTree = "<group>"; };
  181. EF78BD3C0CAEEFF600354E6E /* VLCEventManager.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = VLCEventManager.m; sourceTree = "<group>"; };
  182. EF78BD3D0CAEEFF600354E6E /* VLCLibrary.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = VLCLibrary.m; sourceTree = "<group>"; };
  183. EF78BD3E0CAEEFF600354E6E /* VLCMedia.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = VLCMedia.m; sourceTree = "<group>"; };
  184. EF78BD400CAEEFF600354E6E /* VLCMediaLibrary.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = VLCMediaLibrary.m; sourceTree = "<group>"; };
  185. EF78BD410CAEEFF600354E6E /* VLCMediaList.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = VLCMediaList.m; sourceTree = "<group>"; };
  186. EF78BD440CAEEFF600354E6E /* VLCTime.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = VLCTime.m; sourceTree = "<group>"; };
  187. EF78BD450CAEEFF600354E6E /* VLCVideoView.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = VLCVideoView.m; sourceTree = "<group>"; };
  188. EF8BB8CE0CAFA8D80038A613 /* VLCMediaPlayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCMediaPlayer.h; path = Public/VLCMediaPlayer.h; sourceTree = "<group>"; };
  189. EF8BB8CF0CAFA8D80038A613 /* VLCMediaPlayer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCMediaPlayer.m; sourceTree = "<group>"; };
  190. EFD551DC0CC6DD720074CEE1 /* VLCLibVLCBridging.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = VLCLibVLCBridging.h; path = Internal/VLCLibVLCBridging.h; sourceTree = "<group>"; };
  191. /* End PBXFileReference section */
  192. /* Begin PBXFrameworksBuildPhase section */
  193. 8DC2EF560486A6940098B216 /* Frameworks */ = {
  194. isa = PBXFrameworksBuildPhase;
  195. buildActionMask = 2147483647;
  196. files = (
  197. 8DC2EF570486A6940098B216 /* Cocoa.framework in Frameworks */,
  198. 6384FD080D0DBA20005EB1F7 /* QuartzCore.framework in Frameworks */,
  199. );
  200. runOnlyForDeploymentPostprocessing = 0;
  201. };
  202. /* End PBXFrameworksBuildPhase section */
  203. /* Begin PBXGroup section */
  204. 034768DFFF38A50411DB9C8B /* Products */ = {
  205. isa = PBXGroup;
  206. children = (
  207. 8DC2EF5B0486A6940098B216 /* VLCKit.framework */,
  208. );
  209. name = Products;
  210. sourceTree = "<group>";
  211. };
  212. 0867D691FE84028FC02AAC07 /* VLC */ = {
  213. isa = PBXGroup;
  214. children = (
  215. EF78BD3B0CAEEFD000354E6E /* Headers */,
  216. 08FB77AEFE84172EC02AAC07 /* Sources */,
  217. 32C88DFF0371C24200C91783 /* Other Sources */,
  218. 089C1665FE841158C02AAC07 /* Resources */,
  219. 0867D69AFE84028FC02AAC07 /* External Frameworks and Libraries */,
  220. 034768DFFF38A50411DB9C8B /* Products */,
  221. );
  222. name = VLC;
  223. sourceTree = "<group>";
  224. };
  225. 0867D69AFE84028FC02AAC07 /* External Frameworks and Libraries */ = {
  226. isa = PBXGroup;
  227. children = (
  228. EF53DD5F0CBD7BD100D3D4D0 /* Linked Libraries */,
  229. 1058C7B0FEA5585E11CA2CBB /* Linked Frameworks */,
  230. 1058C7B2FEA5585E11CA2CBB /* Other Frameworks */,
  231. );
  232. name = "External Frameworks and Libraries";
  233. sourceTree = "<group>";
  234. };
  235. 089C1665FE841158C02AAC07 /* Resources */ = {
  236. isa = PBXGroup;
  237. children = (
  238. EF78BD350CAEEFB000354E6E /* Pre-Compile.sh */,
  239. 633753FF10ECE1C60072A0D9 /* Configure.sh */,
  240. 63030CC70CCA652C0088ECD1 /* Info.plist */,
  241. );
  242. name = Resources;
  243. sourceTree = "<group>";
  244. };
  245. 08FB77AEFE84172EC02AAC07 /* Sources */ = {
  246. isa = PBXGroup;
  247. children = (
  248. EF78BD3C0CAEEFF600354E6E /* VLCEventManager.m */,
  249. EF78BD3D0CAEEFF600354E6E /* VLCLibrary.m */,
  250. EF78BD3E0CAEEFF600354E6E /* VLCMedia.m */,
  251. 637D5ADB0CF6F2720073EA45 /* VLCMediaDiscoverer.m */,
  252. EF78BD410CAEEFF600354E6E /* VLCMediaList.m */,
  253. 63014A781042ACE100534090 /* VLCMediaListPlayer.m */,
  254. 6303C4390CF45CAE0000ECC8 /* VLCMediaListAspect.m */,
  255. EF8BB8CF0CAFA8D80038A613 /* VLCMediaPlayer.m */,
  256. EF78BD400CAEEFF600354E6E /* VLCMediaLibrary.m */,
  257. A7A0CEA30D2EF13000F2C039 /* VLCVideoCommon.m */,
  258. 6341FCB00D2C0936002A97B7 /* VLCVideoLayer.m */,
  259. EF78BD450CAEEFF600354E6E /* VLCVideoView.m */,
  260. EF78BD440CAEEFF600354E6E /* VLCTime.m */,
  261. EF73118F0CB5797B009473B4 /* VLCAudio.m */,
  262. 632A0F7B0D38F78500AFC99B /* Stream */,
  263. );
  264. path = Sources;
  265. sourceTree = "<group>";
  266. };
  267. 1058C7B0FEA5585E11CA2CBB /* Linked Frameworks */ = {
  268. isa = PBXGroup;
  269. children = (
  270. 6384FD070D0DBA20005EB1F7 /* QuartzCore.framework */,
  271. 1058C7B1FEA5585E11CA2CBB /* Cocoa.framework */,
  272. );
  273. name = "Linked Frameworks";
  274. sourceTree = "<group>";
  275. };
  276. 1058C7B2FEA5585E11CA2CBB /* Other Frameworks */ = {
  277. isa = PBXGroup;
  278. children = (
  279. 0867D6A5FE840307C02AAC07 /* AppKit.framework */,
  280. D2F7E79907B2D74100F64583 /* CoreData.framework */,
  281. 0867D69BFE84028FC02AAC07 /* Foundation.framework */,
  282. );
  283. name = "Other Frameworks";
  284. sourceTree = "<group>";
  285. };
  286. 32C88DFF0371C24200C91783 /* Other Sources */ = {
  287. isa = PBXGroup;
  288. children = (
  289. 32DBCF5E0370ADEE00C91783 /* VLC_Prefix.pch */,
  290. );
  291. name = "Other Sources";
  292. sourceTree = "<group>";
  293. };
  294. 632A0F7B0D38F78500AFC99B /* Stream */ = {
  295. isa = PBXGroup;
  296. children = (
  297. 632A0E840D3835C400AFC99B /* VLCStreamSession.m */,
  298. 632A0EC20D38392E00AFC99B /* VLCStreamOutput.m */,
  299. );
  300. name = Stream;
  301. sourceTree = "<group>";
  302. };
  303. 632A0F7C0D38F79200AFC99B /* Stream */ = {
  304. isa = PBXGroup;
  305. children = (
  306. 632A0E830D3835C400AFC99B /* VLCStreamSession.h */,
  307. 632A0EC10D38392E00AFC99B /* VLCStreamOutput.h */,
  308. );
  309. name = Stream;
  310. sourceTree = "<group>";
  311. };
  312. 637CFB960D2D281900A041B6 /* Internal */ = {
  313. isa = PBXGroup;
  314. children = (
  315. EFD551DC0CC6DD720074CEE1 /* VLCLibVLCBridging.h */,
  316. EF78BD0D0CAEEEC300354E6E /* VLCEventManager.h */,
  317. A7A0CEA20D2EF13000F2C039 /* VLCVideoCommon.h */,
  318. );
  319. name = Internal;
  320. sourceTree = "<group>";
  321. };
  322. EF53DD5F0CBD7BD100D3D4D0 /* Linked Libraries */ = {
  323. isa = PBXGroup;
  324. children = (
  325. );
  326. name = "Linked Libraries";
  327. sourceTree = "<group>";
  328. };
  329. EF6BC9110DA1932F00DD37EF /* Public */ = {
  330. isa = PBXGroup;
  331. children = (
  332. EF78BD120CAEEEE700354E6E /* VLCKit.h */,
  333. 637CFB930D2D280800A041B6 /* VLCLibrary.h */,
  334. EF78BD130CAEEEE700354E6E /* VLCMedia.h */,
  335. 637D5ABC0CF6F2650073EA45 /* VLCMediaDiscoverer.h */,
  336. EF78BD160CAEEEE700354E6E /* VLCMediaList.h */,
  337. 6303C43B0CF45CC30000ECC8 /* VLCMediaListAspect.h */,
  338. 63014B7D1042E64A00534090 /* VLCMediaListPlayer.h */,
  339. EF8BB8CE0CAFA8D80038A613 /* VLCMediaPlayer.h */,
  340. EF78BD150CAEEEE700354E6E /* VLCMediaLibrary.h */,
  341. 6341FCAE0D2C0929002A97B7 /* VLCVideoLayer.h */,
  342. EF78BD1A0CAEEEE700354E6E /* VLCVideoView.h */,
  343. EF78BD190CAEEEE700354E6E /* VLCTime.h */,
  344. EF73118E0CB5797B009473B4 /* VLCAudio.h */,
  345. 632A0F7C0D38F79200AFC99B /* Stream */,
  346. );
  347. name = Public;
  348. sourceTree = "<group>";
  349. };
  350. EF78BD3B0CAEEFD000354E6E /* Headers */ = {
  351. isa = PBXGroup;
  352. children = (
  353. 637CFB960D2D281900A041B6 /* Internal */,
  354. EF6BC9110DA1932F00DD37EF /* Public */,
  355. );
  356. path = Headers;
  357. sourceTree = "<group>";
  358. };
  359. /* End PBXGroup section */
  360. /* Begin PBXHeadersBuildPhase section */
  361. 8DC2EF500486A6940098B216 /* Headers */ = {
  362. isa = PBXHeadersBuildPhase;
  363. buildActionMask = 2147483647;
  364. files = (
  365. 6303C43C0CF45CC30000ECC8 /* VLCMediaListAspect.h in Headers */,
  366. EF78BD100CAEEEC300354E6E /* VLCEventManager.h in Headers */,
  367. EF78BD1B0CAEEEE700354E6E /* VLCKit.h in Headers */,
  368. EF78BD1C0CAEEEE700354E6E /* VLCMedia.h in Headers */,
  369. EF78BD1E0CAEEEE700354E6E /* VLCMediaLibrary.h in Headers */,
  370. EF78BD1F0CAEEEE700354E6E /* VLCMediaList.h in Headers */,
  371. EF78BE0F0CAF039400354E6E /* VLCTime.h in Headers */,
  372. EF78BEF30CAF07E100354E6E /* VLCVideoView.h in Headers */,
  373. EF8BB8D00CAFA8D80038A613 /* VLCMediaPlayer.h in Headers */,
  374. EF7311900CB5797B009473B4 /* VLCAudio.h in Headers */,
  375. EFD551DD0CC6DD720074CEE1 /* VLCLibVLCBridging.h in Headers */,
  376. 637D5ABD0CF6F2650073EA45 /* VLCMediaDiscoverer.h in Headers */,
  377. 6341FCAF0D2C0929002A97B7 /* VLCVideoLayer.h in Headers */,
  378. 637CFB940D2D280900A041B6 /* VLCLibrary.h in Headers */,
  379. A7A0CEA40D2EF13000F2C039 /* VLCVideoCommon.h in Headers */,
  380. 632A0E850D3835C400AFC99B /* VLCStreamSession.h in Headers */,
  381. 632A0EC30D38392E00AFC99B /* VLCStreamOutput.h in Headers */,
  382. 63014B7E1042E64A00534090 /* VLCMediaListPlayer.h in Headers */,
  383. );
  384. runOnlyForDeploymentPostprocessing = 0;
  385. };
  386. /* End PBXHeadersBuildPhase section */
  387. /* Begin PBXNativeTarget section */
  388. 8DC2EF4F0486A6940098B216 /* VLCKit */ = {
  389. isa = PBXNativeTarget;
  390. buildConfigurationList = 1DEB91AD08733DA50010E9CD /* Build configuration list for PBXNativeTarget "VLCKit" */;
  391. buildPhases = (
  392. EF78BD2E0CAEEF9500354E6E /* ShellScript */,
  393. 8DC2EF540486A6940098B216 /* Sources */,
  394. 8DC2EF500486A6940098B216 /* Headers */,
  395. 8DC2EF520486A6940098B216 /* Resources */,
  396. 8DC2EF560486A6940098B216 /* Frameworks */,
  397. );
  398. buildRules = (
  399. );
  400. 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";
  401. dependencies = (
  402. );
  403. name = VLCKit;
  404. productInstallPath = "$(HOME)/Library/Frameworks";
  405. productName = VLC;
  406. productReference = 8DC2EF5B0486A6940098B216 /* VLCKit.framework */;
  407. productType = "com.apple.product-type.framework";
  408. };
  409. /* End PBXNativeTarget section */
  410. /* Begin PBXProject section */
  411. 0867D690FE84028FC02AAC07 /* Project object */ = {
  412. isa = PBXProject;
  413. buildConfigurationList = 1DEB91B108733DA50010E9CD /* Build configuration list for PBXProject "VLCKit" */;
  414. compatibilityVersion = "Xcode 3.1";
  415. hasScannedForEncodings = 1;
  416. mainGroup = 0867D691FE84028FC02AAC07 /* VLC */;
  417. productRefGroup = 034768DFFF38A50411DB9C8B /* Products */;
  418. projectDirPath = "";
  419. projectRoot = "";
  420. targets = (
  421. 633BD6D20D2ADE040012A314 /* Build Everything */,
  422. 8DC2EF4F0486A6940098B216 /* VLCKit */,
  423. 633BD6E40D2ADF030012A314 /* Setup VLC contribs */,
  424. 63FFDBCE0D2AE2AE0092FC96 /* Run VLC configure */,
  425. 6337547910ED090A0072A0D9 /* Make VLC */,
  426. 630F6D6E1045DE4000B03EE4 /* Make VLC and VLCKit */,
  427. );
  428. };
  429. /* End PBXProject section */
  430. /* Begin PBXResourcesBuildPhase section */
  431. 8DC2EF520486A6940098B216 /* Resources */ = {
  432. isa = PBXResourcesBuildPhase;
  433. buildActionMask = 2147483647;
  434. files = (
  435. );
  436. runOnlyForDeploymentPostprocessing = 0;
  437. };
  438. /* End PBXResourcesBuildPhase section */
  439. /* Begin PBXShellScriptBuildPhase section */
  440. 631A90420D5A007D0014A2CE /* bootstrap */ = {
  441. isa = PBXShellScriptBuildPhase;
  442. buildActionMask = 2147483647;
  443. files = (
  444. );
  445. inputPaths = (
  446. "$(SRCROOT)/../../../configure.ac",
  447. "$(SRCROOT)/../../../bootstrap",
  448. );
  449. name = bootstrap;
  450. outputPaths = (
  451. "$(SRCROOT)/../../../configure",
  452. );
  453. runOnlyForDeploymentPostprocessing = 0;
  454. shellPath = /bin/sh;
  455. shellScript = "top_srcdir=`pwd`/../../..\n\nif test $ACTION = \"clean\"\nthen\n exit 0\nfi\n\ncd $top_srcdir && ./bootstrap\n";
  456. showEnvVarsInLog = 0;
  457. };
  458. 6337548010ED091D0072A0D9 /* make */ = {
  459. isa = PBXShellScriptBuildPhase;
  460. buildActionMask = 2147483647;
  461. files = (
  462. );
  463. inputPaths = (
  464. );
  465. name = make;
  466. outputPaths = (
  467. );
  468. runOnlyForDeploymentPostprocessing = 0;
  469. shellPath = /bin/sh;
  470. shellScript = "cd $SYMROOT/vlc_build_dir\nmake";
  471. };
  472. 633754D310ED0D330072A0D9 /* install */ = {
  473. isa = PBXShellScriptBuildPhase;
  474. buildActionMask = 2147483647;
  475. files = (
  476. );
  477. inputPaths = (
  478. "$(SYMROOT)/vlc_build_dir/src/.lib/libvlccore.dylib",
  479. "$(SYMROOT)/vlc_build_dir/src/.lib/libvlc.dylib",
  480. "$(SYMROOT)/vlc_build_dir/bin/.lib/vlc",
  481. );
  482. name = install;
  483. outputPaths = (
  484. "$(SYMROOT)/vlc_build_dir/lib/libvlccore.dylib",
  485. "$(SYMROOT)/vlc_build_dir/lib/libvlc.dylib",
  486. "$(SYMROOT)/vlc_build_dir/bin/vlc",
  487. );
  488. runOnlyForDeploymentPostprocessing = 0;
  489. shellPath = /bin/sh;
  490. shellScript = "cd $SYMROOT/vlc_build_dir\ncd src\necho \"Installing libvlc, libvlccore, vlc\"\nmake install --quiet > /dev/null";
  491. };
  492. 633BD6E30D2ADF030012A314 /* bootstrap */ = {
  493. isa = PBXShellScriptBuildPhase;
  494. buildActionMask = 2147483647;
  495. files = (
  496. );
  497. inputPaths = (
  498. $SRCROOT/../../../extras/contrib/bootstrap,
  499. );
  500. name = bootstrap;
  501. outputPaths = (
  502. $SRCROOT/../../../extras/contrib/config.mak,
  503. );
  504. runOnlyForDeploymentPostprocessing = 0;
  505. shellPath = /bin/sh;
  506. shellScript = "if test $ACTION = \"clean\"\nthen\n cd ../../../extras/contrib && make clean\n exit 0\nfi\nif test $ARCHS = \"x86_64\"\nthen\n cd ../../../extras/contrib && ./bootstrap x86_64-apple-darwin10\nelse\n cd ../../../extras/contrib && ./bootstrap\nfi";
  507. showEnvVarsInLog = 0;
  508. };
  509. 633BD6EB0D2ADF280012A314 /* make bin */ = {
  510. isa = PBXShellScriptBuildPhase;
  511. buildActionMask = 2147483647;
  512. files = (
  513. );
  514. inputPaths = (
  515. );
  516. name = "make bin";
  517. outputPaths = (
  518. );
  519. runOnlyForDeploymentPostprocessing = 0;
  520. shellPath = /bin/sh;
  521. shellScript = "if test \"$ACTION\" = \"clean\"; then\n exit 0\nfi\ncd ../../../extras/contrib && make\n";
  522. showEnvVarsInLog = 0;
  523. };
  524. 63FFDBCD0D2AE2AE0092FC96 /* configure */ = {
  525. isa = PBXShellScriptBuildPhase;
  526. buildActionMask = 2147483647;
  527. files = (
  528. );
  529. inputPaths = (
  530. );
  531. name = configure;
  532. outputPaths = (
  533. );
  534. runOnlyForDeploymentPostprocessing = 0;
  535. shellPath = /bin/sh;
  536. shellScript = "sh $SOURCE_ROOT/Configure.sh";
  537. };
  538. EF78BD2E0CAEEF9500354E6E /* ShellScript */ = {
  539. isa = PBXShellScriptBuildPhase;
  540. buildActionMask = 2147483647;
  541. files = (
  542. );
  543. inputPaths = (
  544. );
  545. outputPaths = (
  546. );
  547. runOnlyForDeploymentPostprocessing = 0;
  548. shellPath = /bin/sh;
  549. shellScript = "sh $SOURCE_ROOT/Pre-Compile.sh";
  550. showEnvVarsInLog = 0;
  551. };
  552. /* End PBXShellScriptBuildPhase section */
  553. /* Begin PBXSourcesBuildPhase section */
  554. 8DC2EF540486A6940098B216 /* Sources */ = {
  555. isa = PBXSourcesBuildPhase;
  556. buildActionMask = 2147483647;
  557. files = (
  558. EF78BD460CAEEFF600354E6E /* VLCEventManager.m in Sources */,
  559. EF78BD470CAEEFF600354E6E /* VLCLibrary.m in Sources */,
  560. EF78BD480CAEEFF600354E6E /* VLCMedia.m in Sources */,
  561. EF78BD4A0CAEEFF600354E6E /* VLCMediaLibrary.m in Sources */,
  562. EF78BD4B0CAEEFF600354E6E /* VLCMediaList.m in Sources */,
  563. EF78BE100CAF039400354E6E /* VLCTime.m in Sources */,
  564. EF78BEF40CAF07E500354E6E /* VLCVideoView.m in Sources */,
  565. EF8BB8D10CAFA8D80038A613 /* VLCMediaPlayer.m in Sources */,
  566. EF7311910CB5797B009473B4 /* VLCAudio.m in Sources */,
  567. 6303C43A0CF45CAE0000ECC8 /* VLCMediaListAspect.m in Sources */,
  568. 637D5ADC0CF6F2720073EA45 /* VLCMediaDiscoverer.m in Sources */,
  569. 6341FCB10D2C0936002A97B7 /* VLCVideoLayer.m in Sources */,
  570. A7A0CEA50D2EF13000F2C039 /* VLCVideoCommon.m in Sources */,
  571. 632A0E860D3835C400AFC99B /* VLCStreamSession.m in Sources */,
  572. 632A0EC40D38392E00AFC99B /* VLCStreamOutput.m in Sources */,
  573. 63014A7A1042ACE100534090 /* VLCMediaListPlayer.m in Sources */,
  574. );
  575. runOnlyForDeploymentPostprocessing = 0;
  576. };
  577. /* End PBXSourcesBuildPhase section */
  578. /* Begin PBXTargetDependency section */
  579. 630F6D741045DE4900B03EE4 /* PBXTargetDependency */ = {
  580. isa = PBXTargetDependency;
  581. target = 8DC2EF4F0486A6940098B216 /* VLCKit */;
  582. targetProxy = 630F6D731045DE4900B03EE4 /* PBXContainerItemProxy */;
  583. };
  584. 633754B110ED0BB50072A0D9 /* PBXTargetDependency */ = {
  585. isa = PBXTargetDependency;
  586. target = 6337547910ED090A0072A0D9 /* Make VLC */;
  587. targetProxy = 633754B010ED0BB50072A0D9 /* PBXContainerItemProxy */;
  588. };
  589. 633BD6EE0D2AE03E0012A314 /* PBXTargetDependency */ = {
  590. isa = PBXTargetDependency;
  591. target = 633BD6E40D2ADF030012A314 /* Setup VLC contribs */;
  592. targetProxy = 633BD6ED0D2AE03E0012A314 /* PBXContainerItemProxy */;
  593. };
  594. 633BD6F20D2AE0430012A314 /* PBXTargetDependency */ = {
  595. isa = PBXTargetDependency;
  596. target = 8DC2EF4F0486A6940098B216 /* VLCKit */;
  597. targetProxy = 633BD6F10D2AE0430012A314 /* PBXContainerItemProxy */;
  598. };
  599. 63FFDBD30D2AE3070092FC96 /* PBXTargetDependency */ = {
  600. isa = PBXTargetDependency;
  601. target = 63FFDBCE0D2AE2AE0092FC96 /* Run VLC configure */;
  602. targetProxy = 63FFDBD20D2AE3070092FC96 /* PBXContainerItemProxy */;
  603. };
  604. /* End PBXTargetDependency section */
  605. /* Begin XCBuildConfiguration section */
  606. 1DEB91AE08733DA50010E9CD /* Debug */ = {
  607. isa = XCBuildConfiguration;
  608. buildSettings = {
  609. COPY_PHASE_STRIP = NO;
  610. DYLIB_COMPATIBILITY_VERSION = 1;
  611. DYLIB_CURRENT_VERSION = 1;
  612. FRAMEWORK_VERSION = A;
  613. GCC_DYNAMIC_NO_PIC = NO;
  614. GCC_ENABLE_FIX_AND_CONTINUE = YES;
  615. GCC_ENABLE_OBJC_EXCEPTIONS = YES;
  616. GCC_MODEL_TUNING = "";
  617. GCC_OPTIMIZATION_LEVEL = 0;
  618. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  619. GCC_PREFIX_HEADER = VLC_Prefix.pch;
  620. GCC_VERSION = com.apple.compilers.llvmgcc42;
  621. HEADER_SEARCH_PATHS = (
  622. "$(VLC_SRC_DIR)/include",
  623. "Headers/**",
  624. );
  625. INFOPLIST_FILE = Resources/Info.plist;
  626. INSTALL_PATH = "@loader_path/../Frameworks";
  627. LD_FLAGS_LIBINTL = "-dylib_file @loader_path/../lib/vlc_libintl.dylib:$(VLC_FRAMEWORK)/lib/vlc_libintl.dylib";
  628. LD_FLAGS_LIBVLC = "-dylib_file @loader_path/lib/libvlc.dylib:$(VLC_FRAMEWORK)/lib/libvlc.dylib";
  629. LD_FLAGS_LIBVLC_CONTROL = "-dylib_file @loader_path/lib/libvlc-control.dylib:$(VLC_FRAMEWORK)/lib/libvlc-control.dylib";
  630. LIBRARY_SEARCH_PATHS = "$(VLC_FRAMEWORK)/lib";
  631. ONLY_ACTIVE_ARCH = YES;
  632. OTHER_LDFLAGS = (
  633. "-single_module",
  634. "-read_only_relocs",
  635. suppress,
  636. "-lvlc",
  637. );
  638. PRIVATE_HEADERS_FOLDER_PATH = "$(CONTENTS_FOLDER_PATH)/PrivateHeaders";
  639. PRODUCT_NAME = VLCKit;
  640. SCAN_ALL_SOURCE_FILES_FOR_INCLUDES = YES;
  641. SDKROOT = macosx10.5;
  642. VLC_BUILD_DIR = "$(SYMROOT)/vlc_build_dir";
  643. VLC_FRAMEWORK = "$(TARGET_BUILD_DIR)/$(PROJECT_NAME).framework";
  644. VLC_SRC_DIR = ../../..;
  645. WRAPPER_EXTENSION = framework;
  646. };
  647. name = Debug;
  648. };
  649. 1DEB91AF08733DA50010E9CD /* Release */ = {
  650. isa = XCBuildConfiguration;
  651. buildSettings = {
  652. DYLIB_COMPATIBILITY_VERSION = 1;
  653. DYLIB_CURRENT_VERSION = 1;
  654. FRAMEWORK_VERSION = A;
  655. GCC_ENABLE_OBJC_EXCEPTIONS = YES;
  656. GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
  657. GCC_MODEL_TUNING = "";
  658. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  659. GCC_PREFIX_HEADER = VLC_Prefix.pch;
  660. GCC_VERSION = com.apple.compilers.llvmgcc42;
  661. HEADER_SEARCH_PATHS = (
  662. "$(VLC_SRC_DIR)/include",
  663. "Headers/**",
  664. );
  665. INFOPLIST_FILE = Resources/Info.plist;
  666. INSTALL_PATH = "@loader_path/../Frameworks";
  667. LD_FLAGS_LIBINTL = "-dylib_file @loader_path/../lib/vlc_libintl.dylib:$(VLC_FRAMEWORK)/lib/vlc_libintl.dylib";
  668. LD_FLAGS_LIBVLC = "-dylib_file @loader_path/lib/libvlc.dylib:$(VLC_FRAMEWORK)/lib/libvlc.dylib -dylib_file @loader_path/../lib/libvlc.dylib:$(VLC_FRAMEWORK)/lib/libvlc.dylib";
  669. LD_FLAGS_LIBVLC_CONTROL = "-dylib_file @loader_path/lib/libvlc-control.dylib:$(VLC_FRAMEWORK)/lib/libvlc-control.dylib";
  670. LIBRARY_SEARCH_PATHS = "$(VLC_FRAMEWORK)/lib";
  671. ONLY_ACTIVE_ARCH = YES;
  672. OTHER_LDFLAGS = (
  673. "-single_module",
  674. "-read_only_relocs",
  675. suppress,
  676. "-lvlc",
  677. "$(LD_FLAGS_LIBINTL)",
  678. "$(LD_FLAGS_LIBVLC)",
  679. "$(LD_FLAGS_LIBVLC_CONTROL)",
  680. );
  681. PRIVATE_HEADERS_FOLDER_PATH = "$(CONTENTS_FOLDER_PATH)/PrivateHeaders";
  682. PRODUCT_NAME = VLCKit;
  683. SCAN_ALL_SOURCE_FILES_FOR_INCLUDES = YES;
  684. SDKROOT = macosx10.5;
  685. VLC_BUILD_DIR = "$(SYMROOT)/vlc_build_dir";
  686. VLC_FRAMEWORK = "$(TARGET_BUILD_DIR)/$(PROJECT_NAME).framework";
  687. VLC_SRC_DIR = ../../..;
  688. WRAPPER_EXTENSION = framework;
  689. };
  690. name = Release;
  691. };
  692. 1DEB91B208733DA50010E9CD /* Debug */ = {
  693. isa = XCBuildConfiguration;
  694. buildSettings = {
  695. ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
  696. GCC_ENABLE_OBJC_GC = supported;
  697. GCC_VERSION = com.apple.compilers.llvmgcc42;
  698. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  699. GCC_WARN_UNUSED_VARIABLE = YES;
  700. ONLY_ACTIVE_ARCH = YES;
  701. PREBINDING = NO;
  702. SDKROOT = macosx10.5;
  703. };
  704. name = Debug;
  705. };
  706. 1DEB91B308733DA50010E9CD /* Release */ = {
  707. isa = XCBuildConfiguration;
  708. buildSettings = {
  709. ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
  710. GCC_ENABLE_OBJC_GC = supported;
  711. GCC_VERSION = com.apple.compilers.llvmgcc42;
  712. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  713. GCC_WARN_UNUSED_VARIABLE = YES;
  714. ONLY_ACTIVE_ARCH = YES;
  715. PREBINDING = NO;
  716. SDKROOT = macosx10.5;
  717. };
  718. name = Release;
  719. };
  720. 630F6D6F1045DE4000B03EE4 /* Debug */ = {
  721. isa = XCBuildConfiguration;
  722. buildSettings = {
  723. COPY_PHASE_STRIP = NO;
  724. GCC_DYNAMIC_NO_PIC = NO;
  725. GCC_OPTIMIZATION_LEVEL = 0;
  726. PRODUCT_NAME = "core-framework";
  727. };
  728. name = Debug;
  729. };
  730. 630F6D701045DE4000B03EE4 /* Release */ = {
  731. isa = XCBuildConfiguration;
  732. buildSettings = {
  733. COPY_PHASE_STRIP = YES;
  734. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  735. GCC_ENABLE_FIX_AND_CONTINUE = NO;
  736. PRODUCT_NAME = "core-framework";
  737. ZERO_LINK = NO;
  738. };
  739. name = Release;
  740. };
  741. 6337547C10ED090B0072A0D9 /* Debug */ = {
  742. isa = XCBuildConfiguration;
  743. buildSettings = {
  744. };
  745. name = Debug;
  746. };
  747. 6337547D10ED090B0072A0D9 /* Release */ = {
  748. isa = XCBuildConfiguration;
  749. buildSettings = {
  750. COPY_PHASE_STRIP = YES;
  751. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  752. GCC_ENABLE_FIX_AND_CONTINUE = NO;
  753. PRODUCT_NAME = "Make VLC 2";
  754. ZERO_LINK = NO;
  755. };
  756. name = Release;
  757. };
  758. 633BD6D40D2ADE050012A314 /* Debug */ = {
  759. isa = XCBuildConfiguration;
  760. buildSettings = {
  761. COPY_PHASE_STRIP = NO;
  762. GCC_DYNAMIC_NO_PIC = NO;
  763. GCC_OPTIMIZATION_LEVEL = 0;
  764. PRODUCT_NAME = "vlc-core-modules";
  765. };
  766. name = Debug;
  767. };
  768. 633BD6D50D2ADE050012A314 /* Release */ = {
  769. isa = XCBuildConfiguration;
  770. buildSettings = {
  771. COPY_PHASE_STRIP = YES;
  772. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  773. GCC_ENABLE_FIX_AND_CONTINUE = NO;
  774. PRODUCT_NAME = "vlc-core-modules";
  775. ZERO_LINK = NO;
  776. };
  777. name = Release;
  778. };
  779. 633BD6E50D2ADF030012A314 /* Debug */ = {
  780. isa = XCBuildConfiguration;
  781. buildSettings = {
  782. COPY_PHASE_STRIP = NO;
  783. GCC_DYNAMIC_NO_PIC = NO;
  784. GCC_OPTIMIZATION_LEVEL = 0;
  785. PRODUCT_NAME = "vlc-contrib";
  786. };
  787. name = Debug;
  788. };
  789. 633BD6E60D2ADF030012A314 /* Release */ = {
  790. isa = XCBuildConfiguration;
  791. buildSettings = {
  792. COPY_PHASE_STRIP = YES;
  793. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  794. GCC_ENABLE_FIX_AND_CONTINUE = NO;
  795. PRODUCT_NAME = "vlc-contrib";
  796. ZERO_LINK = NO;
  797. };
  798. name = Release;
  799. };
  800. 63FFDBD00D2AE2AE0092FC96 /* Debug */ = {
  801. isa = XCBuildConfiguration;
  802. buildSettings = {
  803. CC = "/Developer/usr/bin/llvm-gcc-4.2";
  804. COPY_PHASE_STRIP = NO;
  805. CXX = "/Developer/usr/bin/llvm-g++-4.2";
  806. GCC_DYNAMIC_NO_PIC = NO;
  807. GCC_OPTIMIZATION_LEVEL = 0;
  808. GCC_VERSION = 4.2;
  809. OBJC = "/Developer/usr/bin/llvm-gcc-4.2";
  810. PRODUCT_NAME = "vlc-bootstrap";
  811. };
  812. name = Debug;
  813. };
  814. 63FFDBD10D2AE2AE0092FC96 /* Release */ = {
  815. isa = XCBuildConfiguration;
  816. buildSettings = {
  817. CC = "/Developer/usr/bin/llvm-gcc-4.2";
  818. COPY_PHASE_STRIP = YES;
  819. CXX = "/Developer/usr/bin/llvm-g++-4.2";
  820. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  821. GCC_ENABLE_FIX_AND_CONTINUE = NO;
  822. GCC_VERSION = 4.2;
  823. OBJC = "/Developer/usr/bin/llvm-gcc-4.2";
  824. PRODUCT_NAME = "vlc-bootstrap";
  825. ZERO_LINK = NO;
  826. };
  827. name = Release;
  828. };
  829. /* End XCBuildConfiguration section */
  830. /* Begin XCConfigurationList section */
  831. 1DEB91AD08733DA50010E9CD /* Build configuration list for PBXNativeTarget "VLCKit" */ = {
  832. isa = XCConfigurationList;
  833. buildConfigurations = (
  834. 1DEB91AE08733DA50010E9CD /* Debug */,
  835. 1DEB91AF08733DA50010E9CD /* Release */,
  836. );
  837. defaultConfigurationIsVisible = 0;
  838. defaultConfigurationName = Debug;
  839. };
  840. 1DEB91B108733DA50010E9CD /* Build configuration list for PBXProject "VLCKit" */ = {
  841. isa = XCConfigurationList;
  842. buildConfigurations = (
  843. 1DEB91B208733DA50010E9CD /* Debug */,
  844. 1DEB91B308733DA50010E9CD /* Release */,
  845. );
  846. defaultConfigurationIsVisible = 0;
  847. defaultConfigurationName = Debug;
  848. };
  849. 630F6D801045DE6300B03EE4 /* Build configuration list for PBXAggregateTarget "Make VLC and VLCKit" */ = {
  850. isa = XCConfigurationList;
  851. buildConfigurations = (
  852. 630F6D6F1045DE4000B03EE4 /* Debug */,
  853. 630F6D701045DE4000B03EE4 /* Release */,
  854. );
  855. defaultConfigurationIsVisible = 0;
  856. defaultConfigurationName = Debug;
  857. };
  858. 6337548110ED093B0072A0D9 /* Build configuration list for PBXAggregateTarget "Make VLC" */ = {
  859. isa = XCConfigurationList;
  860. buildConfigurations = (
  861. 6337547C10ED090B0072A0D9 /* Debug */,
  862. 6337547D10ED090B0072A0D9 /* Release */,
  863. );
  864. defaultConfigurationIsVisible = 0;
  865. defaultConfigurationName = Debug;
  866. };
  867. 633BD6D60D2ADE230012A314 /* Build configuration list for PBXAggregateTarget "Build Everything" */ = {
  868. isa = XCConfigurationList;
  869. buildConfigurations = (
  870. 633BD6D40D2ADE050012A314 /* Debug */,
  871. 633BD6D50D2ADE050012A314 /* Release */,
  872. );
  873. defaultConfigurationIsVisible = 0;
  874. defaultConfigurationName = Debug;
  875. };
  876. 633BD6EC0D2ADF460012A314 /* Build configuration list for PBXAggregateTarget "Setup VLC contribs" */ = {
  877. isa = XCConfigurationList;
  878. buildConfigurations = (
  879. 633BD6E50D2ADF030012A314 /* Debug */,
  880. 633BD6E60D2ADF030012A314 /* Release */,
  881. );
  882. defaultConfigurationIsVisible = 0;
  883. defaultConfigurationName = Debug;
  884. };
  885. 63FFDBD50D2AE3250092FC96 /* Build configuration list for PBXAggregateTarget "Run VLC configure" */ = {
  886. isa = XCConfigurationList;
  887. buildConfigurations = (
  888. 63FFDBD00D2AE2AE0092FC96 /* Debug */,
  889. 63FFDBD10D2AE2AE0092FC96 /* Release */,
  890. );
  891. defaultConfigurationIsVisible = 0;
  892. defaultConfigurationName = Debug;
  893. };
  894. /* End XCConfigurationList section */
  895. };
  896. rootObject = 0867D690FE84028FC02AAC07 /* Project object */;
  897. }