project.pbxproj 42 KB

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