project.pbxproj 43 KB

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