project.pbxproj 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 42;
  7. objects = {
  8. /* Begin PBXAggregateTarget section */
  9. 633BD6D20D2ADE040012A314 /* vlc-contrib-core-framework */ = {
  10. isa = PBXAggregateTarget;
  11. buildConfigurationList = 633BD6D60D2ADE230012A314 /* Build configuration list for PBXAggregateTarget "vlc-contrib-core-framework" */;
  12. buildPhases = (
  13. );
  14. dependencies = (
  15. 633BD6EE0D2AE03E0012A314 /* PBXTargetDependency */,
  16. 63FFDBD30D2AE3070092FC96 /* PBXTargetDependency */,
  17. 633BD6F00D2AE0400012A314 /* PBXTargetDependency */,
  18. 633BD6F20D2AE0430012A314 /* PBXTargetDependency */,
  19. );
  20. name = "vlc-contrib-core-framework";
  21. productName = "vlc-core-modules";
  22. };
  23. 633BD6E40D2ADF030012A314 /* vlc-contrib */ = {
  24. isa = PBXAggregateTarget;
  25. buildConfigurationList = 633BD6EC0D2ADF460012A314 /* Build configuration list for PBXAggregateTarget "vlc-contrib" */;
  26. buildPhases = (
  27. 633BD6E30D2ADF030012A314 /* ShellScript */,
  28. 633BD6EB0D2ADF280012A314 /* ShellScript */,
  29. );
  30. dependencies = (
  31. );
  32. name = "vlc-contrib";
  33. productName = "vlc-contrib";
  34. };
  35. 63FFDBCE0D2AE2AE0092FC96 /* vlc-configure */ = {
  36. isa = PBXAggregateTarget;
  37. buildConfigurationList = 63FFDBD50D2AE3250092FC96 /* Build configuration list for PBXAggregateTarget "vlc-configure" */;
  38. buildPhases = (
  39. 63FFDBCD0D2AE2AE0092FC96 /* ShellScript */,
  40. );
  41. dependencies = (
  42. );
  43. name = "vlc-configure";
  44. productName = "vlc-bootstrap";
  45. };
  46. /* End PBXAggregateTarget section */
  47. /* Begin PBXBuildFile section */
  48. 6303C43A0CF45CAE0000ECC8 /* VLCMediaListAspect.m in Sources */ = {isa = PBXBuildFile; fileRef = 6303C4390CF45CAE0000ECC8 /* VLCMediaListAspect.m */; };
  49. 6303C43C0CF45CC30000ECC8 /* VLCMediaListAspect.h in Headers */ = {isa = PBXBuildFile; fileRef = 6303C43B0CF45CC30000ECC8 /* VLCMediaListAspect.h */; settings = {ATTRIBUTES = (Public, ); }; };
  50. 6341FCAF0D2C0929002A97B7 /* VLCVideoLayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 6341FCAE0D2C0929002A97B7 /* VLCVideoLayer.h */; };
  51. 6341FCB10D2C0936002A97B7 /* VLCVideoLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 6341FCB00D2C0936002A97B7 /* VLCVideoLayer.m */; };
  52. 637D5ABD0CF6F2650073EA45 /* VLCMediaDiscoverer.h in Headers */ = {isa = PBXBuildFile; fileRef = 637D5ABC0CF6F2650073EA45 /* VLCMediaDiscoverer.h */; settings = {ATTRIBUTES = (Public, ); }; };
  53. 637D5ADC0CF6F2720073EA45 /* VLCMediaDiscoverer.m in Sources */ = {isa = PBXBuildFile; fileRef = 637D5ADB0CF6F2720073EA45 /* VLCMediaDiscoverer.m */; };
  54. 6384FD080D0DBA20005EB1F7 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6384FD070D0DBA20005EB1F7 /* QuartzCore.framework */; };
  55. 8DC2EF570486A6940098B216 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7B1FEA5585E11CA2CBB /* Cocoa.framework */; };
  56. EF7311900CB5797B009473B4 /* VLCAudio.h in Headers */ = {isa = PBXBuildFile; fileRef = EF73118E0CB5797B009473B4 /* VLCAudio.h */; settings = {ATTRIBUTES = (Public, ); }; };
  57. EF7311910CB5797B009473B4 /* VLCAudio.m in Sources */ = {isa = PBXBuildFile; fileRef = EF73118F0CB5797B009473B4 /* VLCAudio.m */; };
  58. EF78BD100CAEEEC300354E6E /* VLCEventManager.h in Headers */ = {isa = PBXBuildFile; fileRef = EF78BD0D0CAEEEC300354E6E /* VLCEventManager.h */; settings = {ATTRIBUTES = (); }; };
  59. EF78BD110CAEEEC300354E6E /* VLCLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = EF78BD0E0CAEEEC300354E6E /* VLCLibrary.h */; settings = {ATTRIBUTES = (); }; };
  60. EF78BD1B0CAEEEE700354E6E /* VLC.h in Headers */ = {isa = PBXBuildFile; fileRef = EF78BD120CAEEEE700354E6E /* VLC.h */; settings = {ATTRIBUTES = (Public, ); }; };
  61. EF78BD1C0CAEEEE700354E6E /* VLCMedia.h in Headers */ = {isa = PBXBuildFile; fileRef = EF78BD130CAEEEE700354E6E /* VLCMedia.h */; settings = {ATTRIBUTES = (Public, ); }; };
  62. EF78BD1E0CAEEEE700354E6E /* VLCMediaLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = EF78BD150CAEEEE700354E6E /* VLCMediaLibrary.h */; settings = {ATTRIBUTES = (Public, ); }; };
  63. EF78BD1F0CAEEEE700354E6E /* VLCMediaList.h in Headers */ = {isa = PBXBuildFile; fileRef = EF78BD160CAEEEE700354E6E /* VLCMediaList.h */; settings = {ATTRIBUTES = (Public, ); }; };
  64. EF78BD460CAEEFF600354E6E /* VLCEventManager.m in Sources */ = {isa = PBXBuildFile; fileRef = EF78BD3C0CAEEFF600354E6E /* VLCEventManager.m */; };
  65. EF78BD470CAEEFF600354E6E /* VLCLibrary.m in Sources */ = {isa = PBXBuildFile; fileRef = EF78BD3D0CAEEFF600354E6E /* VLCLibrary.m */; };
  66. EF78BD480CAEEFF600354E6E /* VLCMedia.m in Sources */ = {isa = PBXBuildFile; fileRef = EF78BD3E0CAEEFF600354E6E /* VLCMedia.m */; };
  67. EF78BD4A0CAEEFF600354E6E /* VLCMediaLibrary.m in Sources */ = {isa = PBXBuildFile; fileRef = EF78BD400CAEEFF600354E6E /* VLCMediaLibrary.m */; };
  68. EF78BD4B0CAEEFF600354E6E /* VLCMediaList.m in Sources */ = {isa = PBXBuildFile; fileRef = EF78BD410CAEEFF600354E6E /* VLCMediaList.m */; };
  69. EF78BE0F0CAF039400354E6E /* VLCTime.h in Headers */ = {isa = PBXBuildFile; fileRef = EF78BD190CAEEEE700354E6E /* VLCTime.h */; settings = {ATTRIBUTES = (Public, ); }; };
  70. EF78BE100CAF039400354E6E /* VLCTime.m in Sources */ = {isa = PBXBuildFile; fileRef = EF78BD440CAEEFF600354E6E /* VLCTime.m */; };
  71. EF78BEF30CAF07E100354E6E /* VLCVideoView.h in Headers */ = {isa = PBXBuildFile; fileRef = EF78BD1A0CAEEEE700354E6E /* VLCVideoView.h */; settings = {ATTRIBUTES = (Public, ); }; };
  72. EF78BEF40CAF07E500354E6E /* VLCVideoView.m in Sources */ = {isa = PBXBuildFile; fileRef = EF78BD450CAEEFF600354E6E /* VLCVideoView.m */; };
  73. EF8BB8D00CAFA8D80038A613 /* VLCMediaPlayer.h in Headers */ = {isa = PBXBuildFile; fileRef = EF8BB8CE0CAFA8D80038A613 /* VLCMediaPlayer.h */; settings = {ATTRIBUTES = (Public, ); }; };
  74. EF8BB8D10CAFA8D80038A613 /* VLCMediaPlayer.m in Sources */ = {isa = PBXBuildFile; fileRef = EF8BB8CF0CAFA8D80038A613 /* VLCMediaPlayer.m */; };
  75. EFD551DD0CC6DD720074CEE1 /* VLCLibVLCBridging.h in Headers */ = {isa = PBXBuildFile; fileRef = EFD551DC0CC6DD720074CEE1 /* VLCLibVLCBridging.h */; };
  76. /* End PBXBuildFile section */
  77. /* Begin PBXContainerItemProxy section */
  78. 633BD6ED0D2AE03E0012A314 /* PBXContainerItemProxy */ = {
  79. isa = PBXContainerItemProxy;
  80. containerPortal = 0867D690FE84028FC02AAC07 /* Project object */;
  81. proxyType = 1;
  82. remoteGlobalIDString = 633BD6E40D2ADF030012A314;
  83. remoteInfo = "vlc-contrib";
  84. };
  85. 633BD6EF0D2AE0400012A314 /* PBXContainerItemProxy */ = {
  86. isa = PBXContainerItemProxy;
  87. containerPortal = 0867D690FE84028FC02AAC07 /* Project object */;
  88. proxyType = 1;
  89. remoteGlobalIDString = 633BD6DB0D2ADE4E0012A314;
  90. remoteInfo = "vlc-core";
  91. };
  92. 633BD6F10D2AE0430012A314 /* PBXContainerItemProxy */ = {
  93. isa = PBXContainerItemProxy;
  94. containerPortal = 0867D690FE84028FC02AAC07 /* Project object */;
  95. proxyType = 1;
  96. remoteGlobalIDString = 8DC2EF4F0486A6940098B216;
  97. remoteInfo = VLC;
  98. };
  99. 63FFDBD20D2AE3070092FC96 /* PBXContainerItemProxy */ = {
  100. isa = PBXContainerItemProxy;
  101. containerPortal = 0867D690FE84028FC02AAC07 /* Project object */;
  102. proxyType = 1;
  103. remoteGlobalIDString = 63FFDBCE0D2AE2AE0092FC96;
  104. remoteInfo = "vlc-bootstrap";
  105. };
  106. /* End PBXContainerItemProxy section */
  107. /* Begin PBXFileReference section */
  108. 0867D69BFE84028FC02AAC07 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
  109. 0867D6A5FE840307C02AAC07 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; };
  110. 1058C7B1FEA5585E11CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
  111. 32DBCF5E0370ADEE00C91783 /* VLC_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VLC_Prefix.pch; sourceTree = "<group>"; };
  112. 63030CC70CCA652C0088ECD1 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.xml; name = Info.plist; path = Resources/Info.plist; sourceTree = "<group>"; };
  113. 6303C4390CF45CAE0000ECC8 /* VLCMediaListAspect.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCMediaListAspect.m; sourceTree = "<group>"; };
  114. 6303C43B0CF45CC30000ECC8 /* VLCMediaListAspect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCMediaListAspect.h; path = Public/VLCMediaListAspect.h; sourceTree = "<group>"; };
  115. 6341FCAE0D2C0929002A97B7 /* VLCVideoLayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCVideoLayer.h; path = Public/VLCVideoLayer.h; sourceTree = "<group>"; };
  116. 6341FCB00D2C0936002A97B7 /* VLCVideoLayer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCVideoLayer.m; sourceTree = "<group>"; };
  117. 637D5ABC0CF6F2650073EA45 /* VLCMediaDiscoverer.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = VLCMediaDiscoverer.h; path = Public/VLCMediaDiscoverer.h; sourceTree = "<group>"; };
  118. 637D5ADB0CF6F2720073EA45 /* VLCMediaDiscoverer.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = VLCMediaDiscoverer.m; sourceTree = "<group>"; };
  119. 6384FD070D0DBA20005EB1F7 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = /System/Library/Frameworks/QuartzCore.framework; sourceTree = "<absolute>"; };
  120. 8DC2EF5B0486A6940098B216 /* VLC.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = VLC.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  121. D2F7E79907B2D74100F64583 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = /System/Library/Frameworks/CoreData.framework; sourceTree = "<absolute>"; };
  122. EF73118E0CB5797B009473B4 /* VLCAudio.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCAudio.h; path = Public/VLCAudio.h; sourceTree = "<group>"; };
  123. EF73118F0CB5797B009473B4 /* VLCAudio.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCAudio.m; sourceTree = "<group>"; };
  124. EF78BD0D0CAEEEC300354E6E /* VLCEventManager.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = VLCEventManager.h; path = Internal/VLCEventManager.h; sourceTree = "<group>"; };
  125. EF78BD0E0CAEEEC300354E6E /* VLCLibrary.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = VLCLibrary.h; path = Internal/VLCLibrary.h; sourceTree = "<group>"; };
  126. EF78BD120CAEEEE700354E6E /* VLC.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = VLC.h; path = Public/VLC.h; sourceTree = "<group>"; };
  127. EF78BD130CAEEEE700354E6E /* VLCMedia.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = VLCMedia.h; path = Public/VLCMedia.h; sourceTree = "<group>"; };
  128. EF78BD150CAEEEE700354E6E /* VLCMediaLibrary.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = VLCMediaLibrary.h; path = Public/VLCMediaLibrary.h; sourceTree = "<group>"; };
  129. EF78BD160CAEEEE700354E6E /* VLCMediaList.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = VLCMediaList.h; path = Public/VLCMediaList.h; sourceTree = "<group>"; };
  130. EF78BD190CAEEEE700354E6E /* VLCTime.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = VLCTime.h; path = Public/VLCTime.h; sourceTree = "<group>"; };
  131. EF78BD1A0CAEEEE700354E6E /* VLCVideoView.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = VLCVideoView.h; path = Public/VLCVideoView.h; sourceTree = "<group>"; };
  132. EF78BD350CAEEFB000354E6E /* Pre-Compile.sh */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.script.sh; path = "Pre-Compile.sh"; sourceTree = "<group>"; };
  133. EF78BD3C0CAEEFF600354E6E /* VLCEventManager.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = VLCEventManager.m; sourceTree = "<group>"; };
  134. EF78BD3D0CAEEFF600354E6E /* VLCLibrary.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = VLCLibrary.m; sourceTree = "<group>"; };
  135. EF78BD3E0CAEEFF600354E6E /* VLCMedia.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = VLCMedia.m; sourceTree = "<group>"; };
  136. EF78BD400CAEEFF600354E6E /* VLCMediaLibrary.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = VLCMediaLibrary.m; sourceTree = "<group>"; };
  137. EF78BD410CAEEFF600354E6E /* VLCMediaList.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = VLCMediaList.m; sourceTree = "<group>"; };
  138. EF78BD440CAEEFF600354E6E /* VLCTime.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = VLCTime.m; sourceTree = "<group>"; };
  139. EF78BD450CAEEFF600354E6E /* VLCVideoView.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = VLCVideoView.m; sourceTree = "<group>"; };
  140. EF8BB8CE0CAFA8D80038A613 /* VLCMediaPlayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCMediaPlayer.h; path = Public/VLCMediaPlayer.h; sourceTree = "<group>"; };
  141. EF8BB8CF0CAFA8D80038A613 /* VLCMediaPlayer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCMediaPlayer.m; sourceTree = "<group>"; };
  142. EF8BCECD0CB9339A004AA006 /* TODO */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = TODO; sourceTree = "<group>"; };
  143. EFD551DC0CC6DD720074CEE1 /* VLCLibVLCBridging.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = VLCLibVLCBridging.h; path = Internal/VLCLibVLCBridging.h; sourceTree = "<group>"; };
  144. /* End PBXFileReference section */
  145. /* Begin PBXFrameworksBuildPhase section */
  146. 8DC2EF560486A6940098B216 /* Frameworks */ = {
  147. isa = PBXFrameworksBuildPhase;
  148. buildActionMask = 2147483647;
  149. files = (
  150. 8DC2EF570486A6940098B216 /* Cocoa.framework in Frameworks */,
  151. 6384FD080D0DBA20005EB1F7 /* QuartzCore.framework in Frameworks */,
  152. );
  153. runOnlyForDeploymentPostprocessing = 0;
  154. };
  155. /* End PBXFrameworksBuildPhase section */
  156. /* Begin PBXGroup section */
  157. 034768DFFF38A50411DB9C8B /* Products */ = {
  158. isa = PBXGroup;
  159. children = (
  160. 8DC2EF5B0486A6940098B216 /* VLC.framework */,
  161. );
  162. name = Products;
  163. sourceTree = "<group>";
  164. };
  165. 0867D691FE84028FC02AAC07 /* VLC */ = {
  166. isa = PBXGroup;
  167. children = (
  168. EF8BCECD0CB9339A004AA006 /* TODO */,
  169. EF78BD3B0CAEEFD000354E6E /* Headers */,
  170. 08FB77AEFE84172EC02AAC07 /* Sources */,
  171. 32C88DFF0371C24200C91783 /* Other Sources */,
  172. 089C1665FE841158C02AAC07 /* Resources */,
  173. 0867D69AFE84028FC02AAC07 /* External Frameworks and Libraries */,
  174. 034768DFFF38A50411DB9C8B /* Products */,
  175. );
  176. name = VLC;
  177. sourceTree = "<group>";
  178. };
  179. 0867D69AFE84028FC02AAC07 /* External Frameworks and Libraries */ = {
  180. isa = PBXGroup;
  181. children = (
  182. EF53DD5F0CBD7BD100D3D4D0 /* Linked Libraries */,
  183. 1058C7B0FEA5585E11CA2CBB /* Linked Frameworks */,
  184. 1058C7B2FEA5585E11CA2CBB /* Other Frameworks */,
  185. );
  186. name = "External Frameworks and Libraries";
  187. sourceTree = "<group>";
  188. };
  189. 089C1665FE841158C02AAC07 /* Resources */ = {
  190. isa = PBXGroup;
  191. children = (
  192. EF78BD350CAEEFB000354E6E /* Pre-Compile.sh */,
  193. 63030CC70CCA652C0088ECD1 /* Info.plist */,
  194. );
  195. name = Resources;
  196. sourceTree = "<group>";
  197. };
  198. 08FB77AEFE84172EC02AAC07 /* Sources */ = {
  199. isa = PBXGroup;
  200. children = (
  201. EF78BD3C0CAEEFF600354E6E /* VLCEventManager.m */,
  202. EF78BD3D0CAEEFF600354E6E /* VLCLibrary.m */,
  203. EF78BD3E0CAEEFF600354E6E /* VLCMedia.m */,
  204. 637D5ADB0CF6F2720073EA45 /* VLCMediaDiscoverer.m */,
  205. EF78BD410CAEEFF600354E6E /* VLCMediaList.m */,
  206. 6303C4390CF45CAE0000ECC8 /* VLCMediaListAspect.m */,
  207. EF8BB8CF0CAFA8D80038A613 /* VLCMediaPlayer.m */,
  208. EF78BD400CAEEFF600354E6E /* VLCMediaLibrary.m */,
  209. 6341FCB00D2C0936002A97B7 /* VLCVideoLayer.m */,
  210. EF78BD450CAEEFF600354E6E /* VLCVideoView.m */,
  211. EF78BD440CAEEFF600354E6E /* VLCTime.m */,
  212. EF73118F0CB5797B009473B4 /* VLCAudio.m */,
  213. );
  214. path = Sources;
  215. sourceTree = "<group>";
  216. };
  217. 1058C7B0FEA5585E11CA2CBB /* Linked Frameworks */ = {
  218. isa = PBXGroup;
  219. children = (
  220. 6384FD070D0DBA20005EB1F7 /* QuartzCore.framework */,
  221. 1058C7B1FEA5585E11CA2CBB /* Cocoa.framework */,
  222. );
  223. name = "Linked Frameworks";
  224. sourceTree = "<group>";
  225. };
  226. 1058C7B2FEA5585E11CA2CBB /* Other Frameworks */ = {
  227. isa = PBXGroup;
  228. children = (
  229. 0867D6A5FE840307C02AAC07 /* AppKit.framework */,
  230. D2F7E79907B2D74100F64583 /* CoreData.framework */,
  231. 0867D69BFE84028FC02AAC07 /* Foundation.framework */,
  232. );
  233. name = "Other Frameworks";
  234. sourceTree = "<group>";
  235. };
  236. 32C88DFF0371C24200C91783 /* Other Sources */ = {
  237. isa = PBXGroup;
  238. children = (
  239. 32DBCF5E0370ADEE00C91783 /* VLC_Prefix.pch */,
  240. );
  241. name = "Other Sources";
  242. sourceTree = "<group>";
  243. };
  244. EF53DD5F0CBD7BD100D3D4D0 /* Linked Libraries */ = {
  245. isa = PBXGroup;
  246. children = (
  247. );
  248. name = "Linked Libraries";
  249. sourceTree = "<group>";
  250. };
  251. EF78BD3B0CAEEFD000354E6E /* Headers */ = {
  252. isa = PBXGroup;
  253. children = (
  254. EFD551DC0CC6DD720074CEE1 /* VLCLibVLCBridging.h */,
  255. EF78BD120CAEEEE700354E6E /* VLC.h */,
  256. EF78BD0D0CAEEEC300354E6E /* VLCEventManager.h */,
  257. EF78BD0E0CAEEEC300354E6E /* VLCLibrary.h */,
  258. EF78BD130CAEEEE700354E6E /* VLCMedia.h */,
  259. 637D5ABC0CF6F2650073EA45 /* VLCMediaDiscoverer.h */,
  260. EF78BD160CAEEEE700354E6E /* VLCMediaList.h */,
  261. 6303C43B0CF45CC30000ECC8 /* VLCMediaListAspect.h */,
  262. EF8BB8CE0CAFA8D80038A613 /* VLCMediaPlayer.h */,
  263. EF78BD150CAEEEE700354E6E /* VLCMediaLibrary.h */,
  264. 6341FCAE0D2C0929002A97B7 /* VLCVideoLayer.h */,
  265. EF78BD1A0CAEEEE700354E6E /* VLCVideoView.h */,
  266. EF78BD190CAEEEE700354E6E /* VLCTime.h */,
  267. EF73118E0CB5797B009473B4 /* VLCAudio.h */,
  268. );
  269. path = Headers;
  270. sourceTree = "<group>";
  271. };
  272. /* End PBXGroup section */
  273. /* Begin PBXHeadersBuildPhase section */
  274. 8DC2EF500486A6940098B216 /* Headers */ = {
  275. isa = PBXHeadersBuildPhase;
  276. buildActionMask = 2147483647;
  277. files = (
  278. 6303C43C0CF45CC30000ECC8 /* VLCMediaListAspect.h in Headers */,
  279. EF78BD100CAEEEC300354E6E /* VLCEventManager.h in Headers */,
  280. EF78BD110CAEEEC300354E6E /* VLCLibrary.h in Headers */,
  281. EF78BD1B0CAEEEE700354E6E /* VLC.h in Headers */,
  282. EF78BD1C0CAEEEE700354E6E /* VLCMedia.h in Headers */,
  283. EF78BD1E0CAEEEE700354E6E /* VLCMediaLibrary.h in Headers */,
  284. EF78BD1F0CAEEEE700354E6E /* VLCMediaList.h in Headers */,
  285. EF78BE0F0CAF039400354E6E /* VLCTime.h in Headers */,
  286. EF78BEF30CAF07E100354E6E /* VLCVideoView.h in Headers */,
  287. EF8BB8D00CAFA8D80038A613 /* VLCMediaPlayer.h in Headers */,
  288. EF7311900CB5797B009473B4 /* VLCAudio.h in Headers */,
  289. EFD551DD0CC6DD720074CEE1 /* VLCLibVLCBridging.h in Headers */,
  290. 637D5ABD0CF6F2650073EA45 /* VLCMediaDiscoverer.h in Headers */,
  291. 6341FCAF0D2C0929002A97B7 /* VLCVideoLayer.h in Headers */,
  292. );
  293. runOnlyForDeploymentPostprocessing = 0;
  294. };
  295. /* End PBXHeadersBuildPhase section */
  296. /* Begin PBXLegacyTarget section */
  297. 633BD6DB0D2ADE4E0012A314 /* vlc-core */ = {
  298. isa = PBXLegacyTarget;
  299. buildArgumentsString = "";
  300. buildConfigurationList = 633BD6DF0D2ADE6D0012A314 /* Build configuration list for PBXLegacyTarget "vlc-core" */;
  301. buildPhases = (
  302. );
  303. buildToolPath = /usr/bin/make;
  304. buildWorkingDirectory = ../../..;
  305. dependencies = (
  306. );
  307. name = "vlc-core";
  308. passBuildSettingsInEnvironment = 0;
  309. productName = "vlc-core";
  310. };
  311. /* End PBXLegacyTarget section */
  312. /* Begin PBXNativeTarget section */
  313. 8DC2EF4F0486A6940098B216 /* VLC */ = {
  314. isa = PBXNativeTarget;
  315. buildConfigurationList = 1DEB91AD08733DA50010E9CD /* Build configuration list for PBXNativeTarget "VLC" */;
  316. buildPhases = (
  317. EF78BD2E0CAEEF9500354E6E /* ShellScript */,
  318. 8DC2EF540486A6940098B216 /* Sources */,
  319. 8DC2EF500486A6940098B216 /* Headers */,
  320. 8DC2EF520486A6940098B216 /* Resources */,
  321. 8DC2EF560486A6940098B216 /* Frameworks */,
  322. );
  323. buildRules = (
  324. );
  325. 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";
  326. dependencies = (
  327. );
  328. name = VLC;
  329. productInstallPath = "$(HOME)/Library/Frameworks";
  330. productName = VLC;
  331. productReference = 8DC2EF5B0486A6940098B216 /* VLC.framework */;
  332. productType = "com.apple.product-type.framework";
  333. };
  334. /* End PBXNativeTarget section */
  335. /* Begin PBXProject section */
  336. 0867D690FE84028FC02AAC07 /* Project object */ = {
  337. isa = PBXProject;
  338. buildConfigurationList = 1DEB91B108733DA50010E9CD /* Build configuration list for PBXProject "VLC" */;
  339. compatibilityVersion = "Xcode 2.4";
  340. hasScannedForEncodings = 1;
  341. mainGroup = 0867D691FE84028FC02AAC07 /* VLC */;
  342. productRefGroup = 034768DFFF38A50411DB9C8B /* Products */;
  343. projectDirPath = "";
  344. projectRoot = "";
  345. targets = (
  346. 633BD6D20D2ADE040012A314 /* vlc-contrib-core-framework */,
  347. 8DC2EF4F0486A6940098B216 /* VLC */,
  348. 633BD6E40D2ADF030012A314 /* vlc-contrib */,
  349. 633BD6DB0D2ADE4E0012A314 /* vlc-core */,
  350. 63FFDBCE0D2AE2AE0092FC96 /* vlc-configure */,
  351. );
  352. };
  353. /* End PBXProject section */
  354. /* Begin PBXResourcesBuildPhase section */
  355. 8DC2EF520486A6940098B216 /* Resources */ = {
  356. isa = PBXResourcesBuildPhase;
  357. buildActionMask = 2147483647;
  358. files = (
  359. );
  360. runOnlyForDeploymentPostprocessing = 0;
  361. };
  362. /* End PBXResourcesBuildPhase section */
  363. /* Begin PBXShellScriptBuildPhase section */
  364. 633BD6E30D2ADF030012A314 /* ShellScript */ = {
  365. isa = PBXShellScriptBuildPhase;
  366. buildActionMask = 2147483647;
  367. files = (
  368. );
  369. inputPaths = (
  370. $SRCROOT/../../contrib/bootstrap,
  371. );
  372. outputPaths = (
  373. $SRCROOT/../../contrib/config.mak,
  374. );
  375. runOnlyForDeploymentPostprocessing = 0;
  376. shellPath = /bin/sh;
  377. shellScript = "if test $ACTION = \"clean\"\nthen\n exit 0\nfi\ncd ../../contrib && ./bootstrap";
  378. showEnvVarsInLog = 0;
  379. };
  380. 633BD6EB0D2ADF280012A314 /* ShellScript */ = {
  381. isa = PBXShellScriptBuildPhase;
  382. buildActionMask = 2147483647;
  383. files = (
  384. );
  385. inputPaths = (
  386. );
  387. outputPaths = (
  388. );
  389. runOnlyForDeploymentPostprocessing = 0;
  390. shellPath = /bin/sh;
  391. shellScript = "if test $ACTION = \"clean\"\nthen\n exit 0\nfi\ncd ../../contrib && make";
  392. showEnvVarsInLog = 0;
  393. };
  394. 63FFDBCD0D2AE2AE0092FC96 /* ShellScript */ = {
  395. isa = PBXShellScriptBuildPhase;
  396. buildActionMask = 2147483647;
  397. files = (
  398. );
  399. inputPaths = (
  400. $SRCROOT/../../../bootstrap,
  401. $SRCROOT/../../../configure.ac,
  402. );
  403. outputPaths = (
  404. $SRCROOT/../../../configure,
  405. );
  406. runOnlyForDeploymentPostprocessing = 0;
  407. shellPath = /bin/sh;
  408. shellScript = "if test $ACTION = \"clean\"\nthen\n exit 0\nfi\ncd ../../.. && ./bootstrap && ./configure --enable-debug --disable-nls\n";
  409. showEnvVarsInLog = 0;
  410. };
  411. EF78BD2E0CAEEF9500354E6E /* ShellScript */ = {
  412. isa = PBXShellScriptBuildPhase;
  413. buildActionMask = 2147483647;
  414. files = (
  415. );
  416. inputPaths = (
  417. );
  418. outputPaths = (
  419. );
  420. runOnlyForDeploymentPostprocessing = 0;
  421. shellPath = /bin/sh;
  422. shellScript = "sh $SOURCE_ROOT/Pre-Compile.sh";
  423. showEnvVarsInLog = 0;
  424. };
  425. /* End PBXShellScriptBuildPhase section */
  426. /* Begin PBXSourcesBuildPhase section */
  427. 8DC2EF540486A6940098B216 /* Sources */ = {
  428. isa = PBXSourcesBuildPhase;
  429. buildActionMask = 2147483647;
  430. files = (
  431. EF78BD460CAEEFF600354E6E /* VLCEventManager.m in Sources */,
  432. EF78BD470CAEEFF600354E6E /* VLCLibrary.m in Sources */,
  433. EF78BD480CAEEFF600354E6E /* VLCMedia.m in Sources */,
  434. EF78BD4A0CAEEFF600354E6E /* VLCMediaLibrary.m in Sources */,
  435. EF78BD4B0CAEEFF600354E6E /* VLCMediaList.m in Sources */,
  436. EF78BE100CAF039400354E6E /* VLCTime.m in Sources */,
  437. EF78BEF40CAF07E500354E6E /* VLCVideoView.m in Sources */,
  438. EF8BB8D10CAFA8D80038A613 /* VLCMediaPlayer.m in Sources */,
  439. EF7311910CB5797B009473B4 /* VLCAudio.m in Sources */,
  440. 6303C43A0CF45CAE0000ECC8 /* VLCMediaListAspect.m in Sources */,
  441. 637D5ADC0CF6F2720073EA45 /* VLCMediaDiscoverer.m in Sources */,
  442. 6341FCB10D2C0936002A97B7 /* VLCVideoLayer.m in Sources */,
  443. );
  444. runOnlyForDeploymentPostprocessing = 0;
  445. };
  446. /* End PBXSourcesBuildPhase section */
  447. /* Begin PBXTargetDependency section */
  448. 633BD6EE0D2AE03E0012A314 /* PBXTargetDependency */ = {
  449. isa = PBXTargetDependency;
  450. target = 633BD6E40D2ADF030012A314 /* vlc-contrib */;
  451. targetProxy = 633BD6ED0D2AE03E0012A314 /* PBXContainerItemProxy */;
  452. };
  453. 633BD6F00D2AE0400012A314 /* PBXTargetDependency */ = {
  454. isa = PBXTargetDependency;
  455. target = 633BD6DB0D2ADE4E0012A314 /* vlc-core */;
  456. targetProxy = 633BD6EF0D2AE0400012A314 /* PBXContainerItemProxy */;
  457. };
  458. 633BD6F20D2AE0430012A314 /* PBXTargetDependency */ = {
  459. isa = PBXTargetDependency;
  460. target = 8DC2EF4F0486A6940098B216 /* VLC */;
  461. targetProxy = 633BD6F10D2AE0430012A314 /* PBXContainerItemProxy */;
  462. };
  463. 63FFDBD30D2AE3070092FC96 /* PBXTargetDependency */ = {
  464. isa = PBXTargetDependency;
  465. target = 63FFDBCE0D2AE2AE0092FC96 /* vlc-configure */;
  466. targetProxy = 63FFDBD20D2AE3070092FC96 /* PBXContainerItemProxy */;
  467. };
  468. /* End PBXTargetDependency section */
  469. /* Begin XCBuildConfiguration section */
  470. 1DEB91AE08733DA50010E9CD /* Debug */ = {
  471. isa = XCBuildConfiguration;
  472. buildSettings = {
  473. COPY_PHASE_STRIP = NO;
  474. DYLIB_COMPATIBILITY_VERSION = 1;
  475. DYLIB_CURRENT_VERSION = 1;
  476. FRAMEWORK_VERSION = A;
  477. GCC_DYNAMIC_NO_PIC = NO;
  478. GCC_ENABLE_FIX_AND_CONTINUE = YES;
  479. GCC_ENABLE_OBJC_EXCEPTIONS = YES;
  480. GCC_MODEL_TUNING = G5;
  481. GCC_OPTIMIZATION_LEVEL = 0;
  482. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  483. GCC_PREFIX_HEADER = VLC_Prefix.pch;
  484. HEADER_SEARCH_PATHS = (
  485. "$(VLC_SRC_DIR)/include",
  486. "Headers/**",
  487. );
  488. INFOPLIST_FILE = Resources/Info.plist;
  489. INSTALL_PATH = "@loader_path/../Frameworks";
  490. LD_FLAGS_LIBINTL = "-dylib_file @loader_path/../lib/vlc_libintl.dylib:$(VLC_FRAMEWORK)/lib/vlc_libintl.dylib";
  491. 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";
  492. LD_FLAGS_LIBVLC_CONTROL = "-dylib_file @loader_path/lib/libvlc-control.dylib:$(VLC_FRAMEWORK)/lib/libvlc-control.dylib";
  493. LIBRARY_SEARCH_PATHS = "$(VLC_FRAMEWORK)/lib";
  494. OTHER_LDFLAGS = (
  495. "-single_module",
  496. "-read_only_relocs",
  497. suppress,
  498. "-lvlc",
  499. "-lvlc-control",
  500. "$(LD_FLAGS_LIBINTL)",
  501. "$(LD_FLAGS_LIBVLC)",
  502. "$(LD_FLAGS_LIBVLC_CONTROL)",
  503. );
  504. PRODUCT_NAME = VLC;
  505. SCAN_ALL_SOURCE_FILES_FOR_INCLUDES = YES;
  506. SYMROOT = build;
  507. VLC_BUILD_DIR = "$(VLC_SRC_DIR)";
  508. VLC_FRAMEWORK = "$(TARGET_BUILD_DIR)/$(PROJECT_NAME).framework";
  509. VLC_SRC_DIR = ../../..;
  510. WRAPPER_EXTENSION = framework;
  511. ZERO_LINK = YES;
  512. };
  513. name = Debug;
  514. };
  515. 1DEB91AF08733DA50010E9CD /* Release */ = {
  516. isa = XCBuildConfiguration;
  517. buildSettings = {
  518. ARCHS = i386;
  519. DYLIB_COMPATIBILITY_VERSION = 1;
  520. DYLIB_CURRENT_VERSION = 1;
  521. FRAMEWORK_VERSION = A;
  522. GCC_ENABLE_OBJC_EXCEPTIONS = YES;
  523. GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
  524. GCC_MODEL_TUNING = G5;
  525. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  526. GCC_PREFIX_HEADER = VLC_Prefix.pch;
  527. HEADER_SEARCH_PATHS = (
  528. "$(VLC_SRC_DIR)/include",
  529. "Headers/**",
  530. );
  531. INFOPLIST_FILE = Resources/Info.plist;
  532. INSTALL_PATH = "@loader_path/../Frameworks";
  533. LD_FLAGS_LIBINTL = "-dylib_file @loader_path/../lib/vlc_libintl.dylib:$(VLC_FRAMEWORK)/lib/vlc_libintl.dylib";
  534. 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";
  535. LD_FLAGS_LIBVLC_CONTROL = "-dylib_file @loader_path/lib/libvlc-control.dylib:$(VLC_FRAMEWORK)/lib/libvlc-control.dylib";
  536. LIBRARY_SEARCH_PATHS = "$(VLC_FRAMEWORK)/lib";
  537. OTHER_LDFLAGS = (
  538. "-single_module",
  539. "-read_only_relocs",
  540. suppress,
  541. "-lvlc",
  542. "-lvlc-control",
  543. "$(LD_FLAGS_LIBINTL)",
  544. "$(LD_FLAGS_LIBVLC)",
  545. "$(LD_FLAGS_LIBVLC_CONTROL)",
  546. );
  547. PRODUCT_NAME = VLC;
  548. SCAN_ALL_SOURCE_FILES_FOR_INCLUDES = YES;
  549. SYMROOT = build;
  550. VLC_BUILD_DIR = "$(VLC_SRC_DIR)";
  551. VLC_FRAMEWORK = "$(TARGET_BUILD_DIR)/$(PROJECT_NAME).framework";
  552. VLC_SRC_DIR = ../../..;
  553. WRAPPER_EXTENSION = framework;
  554. };
  555. name = Release;
  556. };
  557. 1DEB91B208733DA50010E9CD /* Debug */ = {
  558. isa = XCBuildConfiguration;
  559. buildSettings = {
  560. ARCHS = "$(NATIVE_ARCH)";
  561. GCC_ENABLE_OBJC_GC = YES;
  562. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  563. GCC_WARN_UNUSED_VARIABLE = YES;
  564. PREBINDING = NO;
  565. SDKROOT = "";
  566. };
  567. name = Debug;
  568. };
  569. 1DEB91B308733DA50010E9CD /* Release */ = {
  570. isa = XCBuildConfiguration;
  571. buildSettings = {
  572. ARCHS = "$(NATIVE_ARCH)";
  573. GCC_ENABLE_OBJC_GC = YES;
  574. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  575. GCC_WARN_UNUSED_VARIABLE = YES;
  576. PREBINDING = NO;
  577. SDKROOT = "";
  578. };
  579. name = Release;
  580. };
  581. 633BD6D40D2ADE050012A314 /* Debug */ = {
  582. isa = XCBuildConfiguration;
  583. buildSettings = {
  584. COPY_PHASE_STRIP = NO;
  585. GCC_DYNAMIC_NO_PIC = NO;
  586. GCC_OPTIMIZATION_LEVEL = 0;
  587. PRODUCT_NAME = "vlc-core-modules";
  588. };
  589. name = Debug;
  590. };
  591. 633BD6D50D2ADE050012A314 /* Release */ = {
  592. isa = XCBuildConfiguration;
  593. buildSettings = {
  594. COPY_PHASE_STRIP = YES;
  595. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  596. GCC_ENABLE_FIX_AND_CONTINUE = NO;
  597. PRODUCT_NAME = "vlc-core-modules";
  598. ZERO_LINK = NO;
  599. };
  600. name = Release;
  601. };
  602. 633BD6DD0D2ADE4F0012A314 /* Debug */ = {
  603. isa = XCBuildConfiguration;
  604. buildSettings = {
  605. COPY_PHASE_STRIP = NO;
  606. GCC_DYNAMIC_NO_PIC = NO;
  607. GCC_OPTIMIZATION_LEVEL = 0;
  608. };
  609. name = Debug;
  610. };
  611. 633BD6DE0D2ADE4F0012A314 /* Release */ = {
  612. isa = XCBuildConfiguration;
  613. buildSettings = {
  614. COPY_PHASE_STRIP = YES;
  615. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  616. GCC_ENABLE_FIX_AND_CONTINUE = NO;
  617. PRODUCT_NAME = "vlc-core";
  618. ZERO_LINK = NO;
  619. };
  620. name = Release;
  621. };
  622. 633BD6E50D2ADF030012A314 /* Debug */ = {
  623. isa = XCBuildConfiguration;
  624. buildSettings = {
  625. COPY_PHASE_STRIP = NO;
  626. GCC_DYNAMIC_NO_PIC = NO;
  627. GCC_OPTIMIZATION_LEVEL = 0;
  628. PRODUCT_NAME = "vlc-contrib";
  629. };
  630. name = Debug;
  631. };
  632. 633BD6E60D2ADF030012A314 /* Release */ = {
  633. isa = XCBuildConfiguration;
  634. buildSettings = {
  635. COPY_PHASE_STRIP = YES;
  636. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  637. GCC_ENABLE_FIX_AND_CONTINUE = NO;
  638. PRODUCT_NAME = "vlc-contrib";
  639. ZERO_LINK = NO;
  640. };
  641. name = Release;
  642. };
  643. 63FFDBD00D2AE2AE0092FC96 /* Debug */ = {
  644. isa = XCBuildConfiguration;
  645. buildSettings = {
  646. COPY_PHASE_STRIP = NO;
  647. GCC_DYNAMIC_NO_PIC = NO;
  648. GCC_OPTIMIZATION_LEVEL = 0;
  649. PRODUCT_NAME = "vlc-bootstrap";
  650. };
  651. name = Debug;
  652. };
  653. 63FFDBD10D2AE2AE0092FC96 /* Release */ = {
  654. isa = XCBuildConfiguration;
  655. buildSettings = {
  656. COPY_PHASE_STRIP = YES;
  657. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  658. GCC_ENABLE_FIX_AND_CONTINUE = NO;
  659. PRODUCT_NAME = "vlc-bootstrap";
  660. ZERO_LINK = NO;
  661. };
  662. name = Release;
  663. };
  664. /* End XCBuildConfiguration section */
  665. /* Begin XCConfigurationList section */
  666. 1DEB91AD08733DA50010E9CD /* Build configuration list for PBXNativeTarget "VLC" */ = {
  667. isa = XCConfigurationList;
  668. buildConfigurations = (
  669. 1DEB91AE08733DA50010E9CD /* Debug */,
  670. 1DEB91AF08733DA50010E9CD /* Release */,
  671. );
  672. defaultConfigurationIsVisible = 0;
  673. defaultConfigurationName = Debug;
  674. };
  675. 1DEB91B108733DA50010E9CD /* Build configuration list for PBXProject "VLC" */ = {
  676. isa = XCConfigurationList;
  677. buildConfigurations = (
  678. 1DEB91B208733DA50010E9CD /* Debug */,
  679. 1DEB91B308733DA50010E9CD /* Release */,
  680. );
  681. defaultConfigurationIsVisible = 0;
  682. defaultConfigurationName = Debug;
  683. };
  684. 633BD6D60D2ADE230012A314 /* Build configuration list for PBXAggregateTarget "vlc-contrib-core-framework" */ = {
  685. isa = XCConfigurationList;
  686. buildConfigurations = (
  687. 633BD6D40D2ADE050012A314 /* Debug */,
  688. 633BD6D50D2ADE050012A314 /* Release */,
  689. );
  690. defaultConfigurationIsVisible = 0;
  691. defaultConfigurationName = Debug;
  692. };
  693. 633BD6DF0D2ADE6D0012A314 /* Build configuration list for PBXLegacyTarget "vlc-core" */ = {
  694. isa = XCConfigurationList;
  695. buildConfigurations = (
  696. 633BD6DD0D2ADE4F0012A314 /* Debug */,
  697. 633BD6DE0D2ADE4F0012A314 /* Release */,
  698. );
  699. defaultConfigurationIsVisible = 0;
  700. defaultConfigurationName = Debug;
  701. };
  702. 633BD6EC0D2ADF460012A314 /* Build configuration list for PBXAggregateTarget "vlc-contrib" */ = {
  703. isa = XCConfigurationList;
  704. buildConfigurations = (
  705. 633BD6E50D2ADF030012A314 /* Debug */,
  706. 633BD6E60D2ADF030012A314 /* Release */,
  707. );
  708. defaultConfigurationIsVisible = 0;
  709. defaultConfigurationName = Debug;
  710. };
  711. 63FFDBD50D2AE3250092FC96 /* Build configuration list for PBXAggregateTarget "vlc-configure" */ = {
  712. isa = XCConfigurationList;
  713. buildConfigurations = (
  714. 63FFDBD00D2AE2AE0092FC96 /* Debug */,
  715. 63FFDBD10D2AE2AE0092FC96 /* Release */,
  716. );
  717. defaultConfigurationIsVisible = 0;
  718. defaultConfigurationName = Debug;
  719. };
  720. /* End XCConfigurationList section */
  721. };
  722. rootObject = 0867D690FE84028FC02AAC07 /* Project object */;
  723. }