project.pbxproj 57 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 0E159EC41BC6B2890015BA7C /* VLCAudio.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B49C5FB1BC3D7870052D40C /* VLCAudio.m */; };
  10. 0E159EC51BC6B2930015BA7C /* VLCAudio.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 4B49C5FD1BC3D7960052D40C /* VLCAudio.h */; };
  11. 4B09CED21BC463B100695566 /* VLCAudio.h in Copy Headers */ = {isa = PBXBuildFile; fileRef = 4B49C5FD1BC3D7960052D40C /* VLCAudio.h */; };
  12. 4B49C5FC1BC3D7870052D40C /* VLCAudio.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B49C5FB1BC3D7870052D40C /* VLCAudio.m */; };
  13. 6360B0E211E7F0C000EAD790 /* VLCMediaDiscoverer.m in Sources */ = {isa = PBXBuildFile; fileRef = 6360B0E111E7F0C000EAD790 /* VLCMediaDiscoverer.m */; };
  14. 6360B10611E7F27300EAD790 /* VLCMediaDiscoverer.h in Copy Headers */ = {isa = PBXBuildFile; fileRef = 6360B0E311E7F0D300EAD790 /* VLCMediaDiscoverer.h */; };
  15. 636E975811EBC67A002FE8A9 /* VLCMediaThumbnailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 636E975711EBC67A002FE8A9 /* VLCMediaThumbnailer.m */; };
  16. 636E979111EBC97C002FE8A9 /* VLCMediaThumbnailer.h in Copy Headers */ = {isa = PBXBuildFile; fileRef = 636E979011EBC96D002FE8A9 /* VLCMediaThumbnailer.h */; };
  17. 7A5ECACB11DE8F7300F66AF3 /* VLCEventManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 7A5ECAC411DE8F7300F66AF3 /* VLCEventManager.m */; };
  18. 7A5ECACC11DE8F7300F66AF3 /* VLCLibrary.m in Sources */ = {isa = PBXBuildFile; fileRef = 7A5ECAC511DE8F7300F66AF3 /* VLCLibrary.m */; };
  19. 7A5ECACD11DE8F7300F66AF3 /* VLCMedia.m in Sources */ = {isa = PBXBuildFile; fileRef = 7A5ECAC611DE8F7300F66AF3 /* VLCMedia.m */; };
  20. 7A5ECACE11DE8F7300F66AF3 /* VLCMediaList.m in Sources */ = {isa = PBXBuildFile; fileRef = 7A5ECAC711DE8F7300F66AF3 /* VLCMediaList.m */; };
  21. 7A5ECACF11DE8F7300F66AF3 /* VLCMediaPlayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 7A5ECAC811DE8F7300F66AF3 /* VLCMediaPlayer.m */; };
  22. 7A5ECAD011DE8F7300F66AF3 /* VLCTime.m in Sources */ = {isa = PBXBuildFile; fileRef = 7A5ECAC911DE8F7300F66AF3 /* VLCTime.m */; };
  23. 7A5ECB5511DE961700F66AF3 /* VLCLibrary.h in Copy Headers */ = {isa = PBXBuildFile; fileRef = 7A5ECAD411DE8FAB00F66AF3 /* VLCLibrary.h */; };
  24. 7A5ECB5611DE961700F66AF3 /* VLCMedia.h in Copy Headers */ = {isa = PBXBuildFile; fileRef = 7A5ECAD511DE8FAB00F66AF3 /* VLCMedia.h */; };
  25. 7A5ECB5711DE961700F66AF3 /* VLCMediaList.h in Copy Headers */ = {isa = PBXBuildFile; fileRef = 7A5ECAD611DE8FAB00F66AF3 /* VLCMediaList.h */; };
  26. 7A5ECB5811DE961700F66AF3 /* VLCMediaPlayer.h in Copy Headers */ = {isa = PBXBuildFile; fileRef = 7A5ECAD711DE8FAB00F66AF3 /* VLCMediaPlayer.h */; };
  27. 7A5ECB5911DE961700F66AF3 /* VLCTime.h in Copy Headers */ = {isa = PBXBuildFile; fileRef = 7A5ECAD811DE8FAB00F66AF3 /* VLCTime.h */; };
  28. 7A5ECB9E11DE975A00F66AF3 /* MobileVLCKit.h in Copy Headers */ = {isa = PBXBuildFile; fileRef = 7A5ECB9D11DE975700F66AF3 /* MobileVLCKit.h */; };
  29. 7D13295C1BA304D900BE647E /* TVVLCKit.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 7D13295B1BA304D900BE647E /* TVVLCKit.h */; };
  30. 7D1329621BA3056800BE647E /* VLCEventManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 7A5ECAC411DE8F7300F66AF3 /* VLCEventManager.m */; };
  31. 7D1329631BA3056800BE647E /* VLCLibrary.m in Sources */ = {isa = PBXBuildFile; fileRef = 7A5ECAC511DE8F7300F66AF3 /* VLCLibrary.m */; };
  32. 7D1329641BA3056800BE647E /* VLCMedia.m in Sources */ = {isa = PBXBuildFile; fileRef = 7A5ECAC611DE8F7300F66AF3 /* VLCMedia.m */; };
  33. 7D1329651BA3056800BE647E /* VLCMediaList.m in Sources */ = {isa = PBXBuildFile; fileRef = 7A5ECAC711DE8F7300F66AF3 /* VLCMediaList.m */; };
  34. 7D1329661BA3056800BE647E /* VLCMediaPlayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 7A5ECAC811DE8F7300F66AF3 /* VLCMediaPlayer.m */; };
  35. 7D1329671BA3056800BE647E /* VLCMediaListPlayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D5F8009185B72EB00C2CD75 /* VLCMediaListPlayer.m */; };
  36. 7D1329681BA3056800BE647E /* VLCMediaThumbnailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 636E975711EBC67A002FE8A9 /* VLCMediaThumbnailer.m */; };
  37. 7D1329691BA3056800BE647E /* VLCMediaDiscoverer.m in Sources */ = {isa = PBXBuildFile; fileRef = 6360B0E111E7F0C000EAD790 /* VLCMediaDiscoverer.m */; };
  38. 7D13296A1BA3056800BE647E /* VLCTime.m in Sources */ = {isa = PBXBuildFile; fileRef = 7A5ECAC911DE8F7300F66AF3 /* VLCTime.m */; };
  39. 7D13296B1BA3057D00BE647E /* VLCLibrary.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 7A5ECAD411DE8FAB00F66AF3 /* VLCLibrary.h */; };
  40. 7D13296C1BA3057D00BE647E /* VLCMedia.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 7A5ECAD511DE8FAB00F66AF3 /* VLCMedia.h */; };
  41. 7D13296D1BA3057D00BE647E /* VLCMediaThumbnailer.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 636E979011EBC96D002FE8A9 /* VLCMediaThumbnailer.h */; };
  42. 7D13296E1BA3057D00BE647E /* VLCMediaList.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 7A5ECAD611DE8FAB00F66AF3 /* VLCMediaList.h */; };
  43. 7D13296F1BA3057E00BE647E /* VLCMediaPlayer.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 7A5ECAD711DE8FAB00F66AF3 /* VLCMediaPlayer.h */; };
  44. 7D1329701BA3057E00BE647E /* VLCMediaListPlayer.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 7D5F800B185B730F00C2CD75 /* VLCMediaListPlayer.h */; };
  45. 7D1329711BA3057E00BE647E /* VLCMediaDiscoverer.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 6360B0E311E7F0D300EAD790 /* VLCMediaDiscoverer.h */; };
  46. 7D1329721BA3057E00BE647E /* VLCTime.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 7A5ECAD811DE8FAB00F66AF3 /* VLCTime.h */; };
  47. 7D1329741BA305A200BE647E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7D1329731BA305A200BE647E /* Foundation.framework */; };
  48. 7D5F800A185B72EB00C2CD75 /* VLCMediaListPlayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D5F8009185B72EB00C2CD75 /* VLCMediaListPlayer.m */; };
  49. 7D5F800C185B733800C2CD75 /* VLCMediaListPlayer.h in Copy Headers */ = {isa = PBXBuildFile; fileRef = 7D5F800B185B730F00C2CD75 /* VLCMediaListPlayer.h */; };
  50. 7D6C89201C0CA81F00321894 /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7D6C891F1C0CA81F00321894 /* AVFoundation.framework */; };
  51. 7D6C89211C0CA90000321894 /* VLCAudio.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B49C5FB1BC3D7870052D40C /* VLCAudio.m */; };
  52. 7D89392C1B500D1C008F2B14 /* DynamicMobileVLCKit.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D89392B1B500D1C008F2B14 /* DynamicMobileVLCKit.h */; settings = {ATTRIBUTES = (Public, ); }; };
  53. 7D8939401B500D50008F2B14 /* VLCEventManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 7A5ECAC411DE8F7300F66AF3 /* VLCEventManager.m */; };
  54. 7D8939411B500D50008F2B14 /* VLCLibrary.m in Sources */ = {isa = PBXBuildFile; fileRef = 7A5ECAC511DE8F7300F66AF3 /* VLCLibrary.m */; };
  55. 7D8939421B500D50008F2B14 /* VLCMedia.m in Sources */ = {isa = PBXBuildFile; fileRef = 7A5ECAC611DE8F7300F66AF3 /* VLCMedia.m */; };
  56. 7D8939431B500D50008F2B14 /* VLCMediaList.m in Sources */ = {isa = PBXBuildFile; fileRef = 7A5ECAC711DE8F7300F66AF3 /* VLCMediaList.m */; };
  57. 7D8939441B500D51008F2B14 /* VLCMediaPlayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 7A5ECAC811DE8F7300F66AF3 /* VLCMediaPlayer.m */; };
  58. 7D8939451B500D51008F2B14 /* VLCMediaListPlayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D5F8009185B72EB00C2CD75 /* VLCMediaListPlayer.m */; };
  59. 7D8939461B500D51008F2B14 /* VLCMediaThumbnailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 636E975711EBC67A002FE8A9 /* VLCMediaThumbnailer.m */; };
  60. 7D8939471B500D51008F2B14 /* VLCMediaDiscoverer.m in Sources */ = {isa = PBXBuildFile; fileRef = 6360B0E111E7F0C000EAD790 /* VLCMediaDiscoverer.m */; };
  61. 7D8939481B500D51008F2B14 /* VLCTime.m in Sources */ = {isa = PBXBuildFile; fileRef = 7A5ECAC911DE8F7300F66AF3 /* VLCTime.m */; };
  62. 7D8939531B500DBC008F2B14 /* StaticLibVLC.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D8939521B500DBC008F2B14 /* StaticLibVLC.m */; };
  63. 7D8939651B500F13008F2B14 /* libStaticLibVLC.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 7D89394E1B500DBC008F2B14 /* libStaticLibVLC.a */; };
  64. 7D8939661B500F38008F2B14 /* libiconv.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 7D8939031B5009E2008F2B14 /* libiconv.dylib */; };
  65. 7D8939671B500F38008F2B14 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7D8939011B5009DD008F2B14 /* CoreFoundation.framework */; };
  66. 7D8939681B500F38008F2B14 /* libc++.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 7D8938FF1B5009D8008F2B14 /* libc++.dylib */; };
  67. 7D8939691B500F38008F2B14 /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7D8938FD1B5009D2008F2B14 /* OpenGLES.framework */; };
  68. 7D89396A1B500F38008F2B14 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7D8938FB1B5009CB008F2B14 /* UIKit.framework */; };
  69. 7D89396B1B500F38008F2B14 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7D8938F91B5009C2008F2B14 /* Security.framework */; };
  70. 7D89396C1B500F38008F2B14 /* VideoToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7D8938F71B5009BE008F2B14 /* VideoToolbox.framework */; };
  71. 7D89396D1B500F38008F2B14 /* CoreMedia.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7D8938F51B5009B4008F2B14 /* CoreMedia.framework */; };
  72. 7D89396E1B500F38008F2B14 /* CoreVideo.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7D8938F21B5009A7008F2B14 /* CoreVideo.framework */; };
  73. 7D89396F1B500F38008F2B14 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7D8938F01B5009A2008F2B14 /* AudioToolbox.framework */; };
  74. 7D8939701B500F38008F2B14 /* CoreText.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7D8938EE1B500998008F2B14 /* CoreText.framework */; };
  75. 7D8939711B500F38008F2B14 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7D8938EC1B500991008F2B14 /* CoreGraphics.framework */; };
  76. 7D8939721B500F38008F2B14 /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7D8938EA1B50098C008F2B14 /* CFNetwork.framework */; };
  77. 7D8939731B500F38008F2B14 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7D8938E81B500984008F2B14 /* QuartzCore.framework */; };
  78. 7D8939741B500F38008F2B14 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AACBBE490F95108600F1A2B1 /* Foundation.framework */; };
  79. 7DDC020B1B501ECF0078FC84 /* VLCLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A5ECAD411DE8FAB00F66AF3 /* VLCLibrary.h */; settings = {ATTRIBUTES = (Public, ); }; };
  80. 7DDC020C1B501ECF0078FC84 /* VLCMedia.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A5ECAD511DE8FAB00F66AF3 /* VLCMedia.h */; settings = {ATTRIBUTES = (Public, ); }; };
  81. 7DDC020D1B501ECF0078FC84 /* VLCMediaThumbnailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 636E979011EBC96D002FE8A9 /* VLCMediaThumbnailer.h */; settings = {ATTRIBUTES = (Public, ); }; };
  82. 7DDC020E1B501ECF0078FC84 /* VLCMediaList.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A5ECAD611DE8FAB00F66AF3 /* VLCMediaList.h */; settings = {ATTRIBUTES = (Public, ); }; };
  83. 7DDC020F1B501ECF0078FC84 /* VLCMediaPlayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A5ECAD711DE8FAB00F66AF3 /* VLCMediaPlayer.h */; settings = {ATTRIBUTES = (Public, ); }; };
  84. 7DDC02101B501ECF0078FC84 /* VLCMediaListPlayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D5F800B185B730F00C2CD75 /* VLCMediaListPlayer.h */; settings = {ATTRIBUTES = (Public, ); }; };
  85. 7DDC02111B501ECF0078FC84 /* VLCMediaDiscoverer.h in Headers */ = {isa = PBXBuildFile; fileRef = 6360B0E311E7F0D300EAD790 /* VLCMediaDiscoverer.h */; settings = {ATTRIBUTES = (Public, ); }; };
  86. 7DDC02121B501ECF0078FC84 /* VLCTime.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A5ECAD811DE8FAB00F66AF3 /* VLCTime.h */; settings = {ATTRIBUTES = (Public, ); }; };
  87. 7DDC02151B501ED70078FC84 /* VLCLibVLCBridging.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A5ECAE411DE8FEF00F66AF3 /* VLCLibVLCBridging.h */; settings = {ATTRIBUTES = (Private, ); }; };
  88. 7DDC02161B501ED70078FC84 /* VLCEventManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A5ECAE511DE8FEF00F66AF3 /* VLCEventManager.h */; settings = {ATTRIBUTES = (Private, ); }; };
  89. AACBBE4A0F95108600F1A2B1 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AACBBE490F95108600F1A2B1 /* Foundation.framework */; };
  90. /* End PBXBuildFile section */
  91. /* Begin PBXCopyFilesBuildPhase section */
  92. 7A5ECB6211DE961B00F66AF3 /* Copy Headers */ = {
  93. isa = PBXCopyFilesBuildPhase;
  94. buildActionMask = 2147483647;
  95. dstPath = MobileVLCKit;
  96. dstSubfolderSpec = 16;
  97. files = (
  98. 7A5ECB9E11DE975A00F66AF3 /* MobileVLCKit.h in Copy Headers */,
  99. 4B09CED21BC463B100695566 /* VLCAudio.h in Copy Headers */,
  100. 7A5ECB5511DE961700F66AF3 /* VLCLibrary.h in Copy Headers */,
  101. 7A5ECB5611DE961700F66AF3 /* VLCMedia.h in Copy Headers */,
  102. 636E979111EBC97C002FE8A9 /* VLCMediaThumbnailer.h in Copy Headers */,
  103. 7A5ECB5711DE961700F66AF3 /* VLCMediaList.h in Copy Headers */,
  104. 7A5ECB5811DE961700F66AF3 /* VLCMediaPlayer.h in Copy Headers */,
  105. 7D5F800C185B733800C2CD75 /* VLCMediaListPlayer.h in Copy Headers */,
  106. 6360B10611E7F27300EAD790 /* VLCMediaDiscoverer.h in Copy Headers */,
  107. 7A5ECB5911DE961700F66AF3 /* VLCTime.h in Copy Headers */,
  108. );
  109. name = "Copy Headers";
  110. runOnlyForDeploymentPostprocessing = 0;
  111. };
  112. 7D1329571BA304D900BE647E /* CopyFiles */ = {
  113. isa = PBXCopyFilesBuildPhase;
  114. buildActionMask = 2147483647;
  115. dstPath = "$(PRODUCT_NAME)";
  116. dstSubfolderSpec = 16;
  117. files = (
  118. 0E159EC51BC6B2930015BA7C /* VLCAudio.h in CopyFiles */,
  119. 7D13295C1BA304D900BE647E /* TVVLCKit.h in CopyFiles */,
  120. 7D13296B1BA3057D00BE647E /* VLCLibrary.h in CopyFiles */,
  121. 7D13296C1BA3057D00BE647E /* VLCMedia.h in CopyFiles */,
  122. 7D13296D1BA3057D00BE647E /* VLCMediaThumbnailer.h in CopyFiles */,
  123. 7D13296E1BA3057D00BE647E /* VLCMediaList.h in CopyFiles */,
  124. 7D13296F1BA3057E00BE647E /* VLCMediaPlayer.h in CopyFiles */,
  125. 7D1329701BA3057E00BE647E /* VLCMediaListPlayer.h in CopyFiles */,
  126. 7D1329711BA3057E00BE647E /* VLCMediaDiscoverer.h in CopyFiles */,
  127. 7D1329721BA3057E00BE647E /* VLCTime.h in CopyFiles */,
  128. );
  129. runOnlyForDeploymentPostprocessing = 0;
  130. };
  131. 7D89394C1B500DBC008F2B14 /* CopyFiles */ = {
  132. isa = PBXCopyFilesBuildPhase;
  133. buildActionMask = 2147483647;
  134. dstPath = "include/$(PRODUCT_NAME)";
  135. dstSubfolderSpec = 16;
  136. files = (
  137. );
  138. runOnlyForDeploymentPostprocessing = 0;
  139. };
  140. /* End PBXCopyFilesBuildPhase section */
  141. /* Begin PBXFileReference section */
  142. 4B49C5FB1BC3D7870052D40C /* VLCAudio.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = VLCAudio.m; path = Sources/VLCAudio.m; sourceTree = "<group>"; };
  143. 4B49C5FD1BC3D7960052D40C /* VLCAudio.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCAudio.h; path = Headers/Public/VLCAudio.h; sourceTree = "<group>"; };
  144. 6360B0E111E7F0C000EAD790 /* VLCMediaDiscoverer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = VLCMediaDiscoverer.m; path = Sources/VLCMediaDiscoverer.m; sourceTree = "<group>"; };
  145. 6360B0E311E7F0D300EAD790 /* VLCMediaDiscoverer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCMediaDiscoverer.h; path = Headers/Public/VLCMediaDiscoverer.h; sourceTree = "<group>"; };
  146. 636E975711EBC67A002FE8A9 /* VLCMediaThumbnailer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = VLCMediaThumbnailer.m; path = Sources/VLCMediaThumbnailer.m; sourceTree = "<group>"; };
  147. 636E979011EBC96D002FE8A9 /* VLCMediaThumbnailer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCMediaThumbnailer.h; path = Headers/Public/VLCMediaThumbnailer.h; sourceTree = "<group>"; };
  148. 7A5ECAC411DE8F7300F66AF3 /* VLCEventManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = VLCEventManager.m; path = Sources/VLCEventManager.m; sourceTree = "<group>"; };
  149. 7A5ECAC511DE8F7300F66AF3 /* VLCLibrary.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = VLCLibrary.m; path = Sources/VLCLibrary.m; sourceTree = "<group>"; };
  150. 7A5ECAC611DE8F7300F66AF3 /* VLCMedia.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = VLCMedia.m; path = Sources/VLCMedia.m; sourceTree = "<group>"; };
  151. 7A5ECAC711DE8F7300F66AF3 /* VLCMediaList.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = VLCMediaList.m; path = Sources/VLCMediaList.m; sourceTree = "<group>"; };
  152. 7A5ECAC811DE8F7300F66AF3 /* VLCMediaPlayer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = VLCMediaPlayer.m; path = Sources/VLCMediaPlayer.m; sourceTree = "<group>"; };
  153. 7A5ECAC911DE8F7300F66AF3 /* VLCTime.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = VLCTime.m; path = Sources/VLCTime.m; sourceTree = "<group>"; };
  154. 7A5ECAD411DE8FAB00F66AF3 /* VLCLibrary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCLibrary.h; path = Headers/Public/VLCLibrary.h; sourceTree = "<group>"; };
  155. 7A5ECAD511DE8FAB00F66AF3 /* VLCMedia.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCMedia.h; path = Headers/Public/VLCMedia.h; sourceTree = "<group>"; };
  156. 7A5ECAD611DE8FAB00F66AF3 /* VLCMediaList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCMediaList.h; path = Headers/Public/VLCMediaList.h; sourceTree = "<group>"; };
  157. 7A5ECAD711DE8FAB00F66AF3 /* VLCMediaPlayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCMediaPlayer.h; path = Headers/Public/VLCMediaPlayer.h; sourceTree = "<group>"; };
  158. 7A5ECAD811DE8FAB00F66AF3 /* VLCTime.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCTime.h; path = Headers/Public/VLCTime.h; sourceTree = "<group>"; };
  159. 7A5ECAE411DE8FEF00F66AF3 /* VLCLibVLCBridging.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCLibVLCBridging.h; path = Headers/Internal/VLCLibVLCBridging.h; sourceTree = "<group>"; };
  160. 7A5ECAE511DE8FEF00F66AF3 /* VLCEventManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCEventManager.h; path = Headers/Internal/VLCEventManager.h; sourceTree = "<group>"; };
  161. 7A5ECB9D11DE975700F66AF3 /* MobileVLCKit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MobileVLCKit.h; path = Headers/Public/MobileVLCKit.h; sourceTree = "<group>"; };
  162. 7D1329591BA304D900BE647E /* libTVVLCKit.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libTVVLCKit.a; sourceTree = BUILT_PRODUCTS_DIR; };
  163. 7D13295B1BA304D900BE647E /* TVVLCKit.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TVVLCKit.h; sourceTree = "<group>"; };
  164. 7D1329731BA305A200BE647E /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS9.0.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; };
  165. 7D1329751BA305D600BE647E /* vlc-plugins-AppleTV.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = "vlc-plugins-AppleTV.xcconfig"; path = "MobileVLCKit/vlc-plugins-AppleTV.xcconfig"; sourceTree = "<group>"; };
  166. 7D1329761BA306DE00BE647E /* vlc-plugins-iPhone.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "vlc-plugins-iPhone.h"; path = "MobileVLCKit/vlc-plugins-iPhone.h"; sourceTree = "<group>"; };
  167. 7D1329771BA306E600BE647E /* vlc-plugins-AppleTV.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "vlc-plugins-AppleTV.h"; path = "MobileVLCKit/vlc-plugins-AppleTV.h"; sourceTree = "<group>"; };
  168. 7D1329791BA3074100BE647E /* vlc-plugins-iPhone.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = "vlc-plugins-iPhone.xcconfig"; path = "MobileVLCKit/vlc-plugins-iPhone.xcconfig"; sourceTree = "<group>"; };
  169. 7D5F8009185B72EB00C2CD75 /* VLCMediaListPlayer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = VLCMediaListPlayer.m; path = Sources/VLCMediaListPlayer.m; sourceTree = "<group>"; };
  170. 7D5F800B185B730F00C2CD75 /* VLCMediaListPlayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCMediaListPlayer.h; path = Headers/Public/VLCMediaListPlayer.h; sourceTree = "<group>"; };
  171. 7D6C891F1C0CA81F00321894 /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = System/Library/Frameworks/AVFoundation.framework; sourceTree = SDKROOT; };
  172. 7D8938BB1B5008E9008F2B14 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  173. 7D8938E81B500984008F2B14 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
  174. 7D8938EA1B50098C008F2B14 /* CFNetwork.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CFNetwork.framework; path = System/Library/Frameworks/CFNetwork.framework; sourceTree = SDKROOT; };
  175. 7D8938EC1B500991008F2B14 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
  176. 7D8938EE1B500998008F2B14 /* CoreText.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreText.framework; path = System/Library/Frameworks/CoreText.framework; sourceTree = SDKROOT; };
  177. 7D8938F01B5009A2008F2B14 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; };
  178. 7D8938F21B5009A7008F2B14 /* CoreVideo.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreVideo.framework; path = System/Library/Frameworks/CoreVideo.framework; sourceTree = SDKROOT; };
  179. 7D8938F51B5009B4008F2B14 /* CoreMedia.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMedia.framework; path = System/Library/Frameworks/CoreMedia.framework; sourceTree = SDKROOT; };
  180. 7D8938F71B5009BE008F2B14 /* VideoToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = VideoToolbox.framework; path = System/Library/Frameworks/VideoToolbox.framework; sourceTree = SDKROOT; };
  181. 7D8938F91B5009C2008F2B14 /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = System/Library/Frameworks/Security.framework; sourceTree = SDKROOT; };
  182. 7D8938FB1B5009CB008F2B14 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
  183. 7D8938FD1B5009D2008F2B14 /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGLES.framework; path = System/Library/Frameworks/OpenGLES.framework; sourceTree = SDKROOT; };
  184. 7D8938FF1B5009D8008F2B14 /* libc++.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = "libc++.dylib"; path = "usr/lib/libc++.dylib"; sourceTree = SDKROOT; };
  185. 7D8939011B5009DD008F2B14 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = System/Library/Frameworks/CoreFoundation.framework; sourceTree = SDKROOT; };
  186. 7D8939031B5009E2008F2B14 /* libiconv.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libiconv.dylib; path = usr/lib/libiconv.dylib; sourceTree = SDKROOT; };
  187. 7D8939271B500D1C008F2B14 /* DynamicMobileVLCKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = DynamicMobileVLCKit.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  188. 7D89392A1B500D1C008F2B14 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  189. 7D89392B1B500D1C008F2B14 /* DynamicMobileVLCKit.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DynamicMobileVLCKit.h; sourceTree = "<group>"; };
  190. 7D89394E1B500DBC008F2B14 /* libStaticLibVLC.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libStaticLibVLC.a; sourceTree = BUILT_PRODUCTS_DIR; };
  191. 7D8939521B500DBC008F2B14 /* StaticLibVLC.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = StaticLibVLC.m; sourceTree = "<group>"; };
  192. AA747D9E0F9514B9006C5449 /* MobileVLCKit_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MobileVLCKit_Prefix.pch; sourceTree = SOURCE_ROOT; };
  193. AACBBE490F95108600F1A2B1 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
  194. D2AAC07E0554694100DB518D /* libMobileVLCKit.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libMobileVLCKit.a; sourceTree = BUILT_PRODUCTS_DIR; };
  195. /* End PBXFileReference section */
  196. /* Begin PBXFrameworksBuildPhase section */
  197. 7D1329561BA304D900BE647E /* Frameworks */ = {
  198. isa = PBXFrameworksBuildPhase;
  199. buildActionMask = 2147483647;
  200. files = (
  201. 7D1329741BA305A200BE647E /* Foundation.framework in Frameworks */,
  202. );
  203. runOnlyForDeploymentPostprocessing = 0;
  204. };
  205. 7D8939231B500D1C008F2B14 /* Frameworks */ = {
  206. isa = PBXFrameworksBuildPhase;
  207. buildActionMask = 2147483647;
  208. files = (
  209. 7D6C89201C0CA81F00321894 /* AVFoundation.framework in Frameworks */,
  210. 7D8939651B500F13008F2B14 /* libStaticLibVLC.a in Frameworks */,
  211. 7D8939661B500F38008F2B14 /* libiconv.dylib in Frameworks */,
  212. 7D8939671B500F38008F2B14 /* CoreFoundation.framework in Frameworks */,
  213. 7D8939681B500F38008F2B14 /* libc++.dylib in Frameworks */,
  214. 7D8939691B500F38008F2B14 /* OpenGLES.framework in Frameworks */,
  215. 7D89396A1B500F38008F2B14 /* UIKit.framework in Frameworks */,
  216. 7D89396B1B500F38008F2B14 /* Security.framework in Frameworks */,
  217. 7D89396C1B500F38008F2B14 /* VideoToolbox.framework in Frameworks */,
  218. 7D89396D1B500F38008F2B14 /* CoreMedia.framework in Frameworks */,
  219. 7D89396E1B500F38008F2B14 /* CoreVideo.framework in Frameworks */,
  220. 7D89396F1B500F38008F2B14 /* AudioToolbox.framework in Frameworks */,
  221. 7D8939701B500F38008F2B14 /* CoreText.framework in Frameworks */,
  222. 7D8939711B500F38008F2B14 /* CoreGraphics.framework in Frameworks */,
  223. 7D8939721B500F38008F2B14 /* CFNetwork.framework in Frameworks */,
  224. 7D8939731B500F38008F2B14 /* QuartzCore.framework in Frameworks */,
  225. 7D8939741B500F38008F2B14 /* Foundation.framework in Frameworks */,
  226. );
  227. runOnlyForDeploymentPostprocessing = 0;
  228. };
  229. 7D89394B1B500DBC008F2B14 /* Frameworks */ = {
  230. isa = PBXFrameworksBuildPhase;
  231. buildActionMask = 2147483647;
  232. files = (
  233. );
  234. runOnlyForDeploymentPostprocessing = 0;
  235. };
  236. D2AAC07C0554694100DB518D /* Frameworks */ = {
  237. isa = PBXFrameworksBuildPhase;
  238. buildActionMask = 2147483647;
  239. files = (
  240. AACBBE4A0F95108600F1A2B1 /* Foundation.framework in Frameworks */,
  241. );
  242. runOnlyForDeploymentPostprocessing = 0;
  243. };
  244. /* End PBXFrameworksBuildPhase section */
  245. /* Begin PBXGroup section */
  246. 034768DFFF38A50411DB9C8B /* Products */ = {
  247. isa = PBXGroup;
  248. children = (
  249. D2AAC07E0554694100DB518D /* libMobileVLCKit.a */,
  250. 7D8939271B500D1C008F2B14 /* DynamicMobileVLCKit.framework */,
  251. 7D89394E1B500DBC008F2B14 /* libStaticLibVLC.a */,
  252. 7D1329591BA304D900BE647E /* libTVVLCKit.a */,
  253. );
  254. name = Products;
  255. sourceTree = "<group>";
  256. };
  257. 0867D691FE84028FC02AAC07 /* MobileVLCKit */ = {
  258. isa = PBXGroup;
  259. children = (
  260. 7A5ECAE211DE8FD200F66AF3 /* Headers */,
  261. 08FB77AEFE84172EC02AAC07 /* Sources */,
  262. 32C88DFF0371C24200C91783 /* Other Sources */,
  263. 7D8938B91B5008E9008F2B14 /* MobileVLCKit-dynamic */,
  264. 7D8939281B500D1C008F2B14 /* DynamicMobileVLCKit */,
  265. 7D89394F1B500DBC008F2B14 /* StaticLibVLC */,
  266. 7D13295A1BA304D900BE647E /* TVVLCKit */,
  267. 0867D69AFE84028FC02AAC07 /* Frameworks */,
  268. 034768DFFF38A50411DB9C8B /* Products */,
  269. );
  270. name = MobileVLCKit;
  271. sourceTree = "<group>";
  272. };
  273. 0867D69AFE84028FC02AAC07 /* Frameworks */ = {
  274. isa = PBXGroup;
  275. children = (
  276. 7D6C891F1C0CA81F00321894 /* AVFoundation.framework */,
  277. 7D1329731BA305A200BE647E /* Foundation.framework */,
  278. 7D8939031B5009E2008F2B14 /* libiconv.dylib */,
  279. 7D8939011B5009DD008F2B14 /* CoreFoundation.framework */,
  280. 7D8938FF1B5009D8008F2B14 /* libc++.dylib */,
  281. 7D8938FD1B5009D2008F2B14 /* OpenGLES.framework */,
  282. 7D8938FB1B5009CB008F2B14 /* UIKit.framework */,
  283. 7D8938F91B5009C2008F2B14 /* Security.framework */,
  284. 7D8938F71B5009BE008F2B14 /* VideoToolbox.framework */,
  285. 7D8938F51B5009B4008F2B14 /* CoreMedia.framework */,
  286. 7D8938F21B5009A7008F2B14 /* CoreVideo.framework */,
  287. 7D8938F01B5009A2008F2B14 /* AudioToolbox.framework */,
  288. 7D8938EE1B500998008F2B14 /* CoreText.framework */,
  289. 7D8938EC1B500991008F2B14 /* CoreGraphics.framework */,
  290. 7D8938EA1B50098C008F2B14 /* CFNetwork.framework */,
  291. 7D8938E81B500984008F2B14 /* QuartzCore.framework */,
  292. AACBBE490F95108600F1A2B1 /* Foundation.framework */,
  293. );
  294. name = Frameworks;
  295. sourceTree = "<group>";
  296. };
  297. 08FB77AEFE84172EC02AAC07 /* Sources */ = {
  298. isa = PBXGroup;
  299. children = (
  300. 4B49C5FB1BC3D7870052D40C /* VLCAudio.m */,
  301. 7A5ECAC411DE8F7300F66AF3 /* VLCEventManager.m */,
  302. 7A5ECAC511DE8F7300F66AF3 /* VLCLibrary.m */,
  303. 7A5ECAC611DE8F7300F66AF3 /* VLCMedia.m */,
  304. 7A5ECAC711DE8F7300F66AF3 /* VLCMediaList.m */,
  305. 7A5ECAC811DE8F7300F66AF3 /* VLCMediaPlayer.m */,
  306. 7D5F8009185B72EB00C2CD75 /* VLCMediaListPlayer.m */,
  307. 636E975711EBC67A002FE8A9 /* VLCMediaThumbnailer.m */,
  308. 6360B0E111E7F0C000EAD790 /* VLCMediaDiscoverer.m */,
  309. 7A5ECAC911DE8F7300F66AF3 /* VLCTime.m */,
  310. );
  311. name = Sources;
  312. sourceTree = "<group>";
  313. };
  314. 32C88DFF0371C24200C91783 /* Other Sources */ = {
  315. isa = PBXGroup;
  316. children = (
  317. 7D1329791BA3074100BE647E /* vlc-plugins-iPhone.xcconfig */,
  318. AA747D9E0F9514B9006C5449 /* MobileVLCKit_Prefix.pch */,
  319. 7D1329751BA305D600BE647E /* vlc-plugins-AppleTV.xcconfig */,
  320. );
  321. name = "Other Sources";
  322. sourceTree = "<group>";
  323. };
  324. 7A5ECAE211DE8FD200F66AF3 /* Headers */ = {
  325. isa = PBXGroup;
  326. children = (
  327. 7A5ECB9D11DE975700F66AF3 /* MobileVLCKit.h */,
  328. 7A5ECAE311DE8FDF00F66AF3 /* Internal */,
  329. 4B49C5FD1BC3D7960052D40C /* VLCAudio.h */,
  330. 7A5ECAD411DE8FAB00F66AF3 /* VLCLibrary.h */,
  331. 7A5ECAD511DE8FAB00F66AF3 /* VLCMedia.h */,
  332. 636E979011EBC96D002FE8A9 /* VLCMediaThumbnailer.h */,
  333. 7A5ECAD611DE8FAB00F66AF3 /* VLCMediaList.h */,
  334. 7A5ECAD711DE8FAB00F66AF3 /* VLCMediaPlayer.h */,
  335. 7D5F800B185B730F00C2CD75 /* VLCMediaListPlayer.h */,
  336. 6360B0E311E7F0D300EAD790 /* VLCMediaDiscoverer.h */,
  337. 7A5ECAD811DE8FAB00F66AF3 /* VLCTime.h */,
  338. );
  339. name = Headers;
  340. sourceTree = "<group>";
  341. };
  342. 7A5ECAE311DE8FDF00F66AF3 /* Internal */ = {
  343. isa = PBXGroup;
  344. children = (
  345. 7D1329761BA306DE00BE647E /* vlc-plugins-iPhone.h */,
  346. 7D1329771BA306E600BE647E /* vlc-plugins-AppleTV.h */,
  347. 7A5ECAE411DE8FEF00F66AF3 /* VLCLibVLCBridging.h */,
  348. 7A5ECAE511DE8FEF00F66AF3 /* VLCEventManager.h */,
  349. );
  350. name = Internal;
  351. sourceTree = "<group>";
  352. };
  353. 7D13295A1BA304D900BE647E /* TVVLCKit */ = {
  354. isa = PBXGroup;
  355. children = (
  356. 7D13295B1BA304D900BE647E /* TVVLCKit.h */,
  357. );
  358. path = TVVLCKit;
  359. sourceTree = "<group>";
  360. };
  361. 7D8938B91B5008E9008F2B14 /* MobileVLCKit-dynamic */ = {
  362. isa = PBXGroup;
  363. children = (
  364. 7D8938BA1B5008E9008F2B14 /* Supporting Files */,
  365. );
  366. path = "MobileVLCKit-dynamic";
  367. sourceTree = "<group>";
  368. };
  369. 7D8938BA1B5008E9008F2B14 /* Supporting Files */ = {
  370. isa = PBXGroup;
  371. children = (
  372. 7D8938BB1B5008E9008F2B14 /* Info.plist */,
  373. );
  374. name = "Supporting Files";
  375. sourceTree = "<group>";
  376. };
  377. 7D8939281B500D1C008F2B14 /* DynamicMobileVLCKit */ = {
  378. isa = PBXGroup;
  379. children = (
  380. 7D89392B1B500D1C008F2B14 /* DynamicMobileVLCKit.h */,
  381. 7D8939291B500D1C008F2B14 /* Supporting Files */,
  382. );
  383. path = DynamicMobileVLCKit;
  384. sourceTree = "<group>";
  385. };
  386. 7D8939291B500D1C008F2B14 /* Supporting Files */ = {
  387. isa = PBXGroup;
  388. children = (
  389. 7D89392A1B500D1C008F2B14 /* Info.plist */,
  390. );
  391. name = "Supporting Files";
  392. sourceTree = "<group>";
  393. };
  394. 7D89394F1B500DBC008F2B14 /* StaticLibVLC */ = {
  395. isa = PBXGroup;
  396. children = (
  397. 7D8939521B500DBC008F2B14 /* StaticLibVLC.m */,
  398. );
  399. path = StaticLibVLC;
  400. sourceTree = "<group>";
  401. };
  402. /* End PBXGroup section */
  403. /* Begin PBXHeadersBuildPhase section */
  404. 7D8939241B500D1C008F2B14 /* Headers */ = {
  405. isa = PBXHeadersBuildPhase;
  406. buildActionMask = 2147483647;
  407. files = (
  408. 7D89392C1B500D1C008F2B14 /* DynamicMobileVLCKit.h in Headers */,
  409. 7DDC020B1B501ECF0078FC84 /* VLCLibrary.h in Headers */,
  410. 7DDC020C1B501ECF0078FC84 /* VLCMedia.h in Headers */,
  411. 7DDC020D1B501ECF0078FC84 /* VLCMediaThumbnailer.h in Headers */,
  412. 7DDC020E1B501ECF0078FC84 /* VLCMediaList.h in Headers */,
  413. 7DDC020F1B501ECF0078FC84 /* VLCMediaPlayer.h in Headers */,
  414. 7DDC02101B501ECF0078FC84 /* VLCMediaListPlayer.h in Headers */,
  415. 7DDC02111B501ECF0078FC84 /* VLCMediaDiscoverer.h in Headers */,
  416. 7DDC02121B501ECF0078FC84 /* VLCTime.h in Headers */,
  417. 7DDC02151B501ED70078FC84 /* VLCLibVLCBridging.h in Headers */,
  418. 7DDC02161B501ED70078FC84 /* VLCEventManager.h in Headers */,
  419. );
  420. runOnlyForDeploymentPostprocessing = 0;
  421. };
  422. /* End PBXHeadersBuildPhase section */
  423. /* Begin PBXNativeTarget section */
  424. 7D1329581BA304D900BE647E /* TVVLCKit */ = {
  425. isa = PBXNativeTarget;
  426. buildConfigurationList = 7D1329611BA304D900BE647E /* Build configuration list for PBXNativeTarget "TVVLCKit" */;
  427. buildPhases = (
  428. 7D1329551BA304D900BE647E /* Sources */,
  429. 7D1329571BA304D900BE647E /* CopyFiles */,
  430. 7D1329561BA304D900BE647E /* Frameworks */,
  431. );
  432. buildRules = (
  433. );
  434. dependencies = (
  435. );
  436. name = TVVLCKit;
  437. productName = TVVLCKit;
  438. productReference = 7D1329591BA304D900BE647E /* libTVVLCKit.a */;
  439. productType = "com.apple.product-type.library.static";
  440. };
  441. 7D8939261B500D1C008F2B14 /* DynamicMobileVLCKit */ = {
  442. isa = PBXNativeTarget;
  443. buildConfigurationList = 7D89393A1B500D1D008F2B14 /* Build configuration list for PBXNativeTarget "DynamicMobileVLCKit" */;
  444. buildPhases = (
  445. 7D8939221B500D1C008F2B14 /* Sources */,
  446. 7D8939231B500D1C008F2B14 /* Frameworks */,
  447. 7D8939241B500D1C008F2B14 /* Headers */,
  448. 7D8939251B500D1C008F2B14 /* Resources */,
  449. );
  450. buildRules = (
  451. );
  452. dependencies = (
  453. );
  454. name = DynamicMobileVLCKit;
  455. productName = DynamicMobileVLCKit;
  456. productReference = 7D8939271B500D1C008F2B14 /* DynamicMobileVLCKit.framework */;
  457. productType = "com.apple.product-type.framework";
  458. };
  459. 7D89394D1B500DBC008F2B14 /* StaticLibVLC */ = {
  460. isa = PBXNativeTarget;
  461. buildConfigurationList = 7D89395F1B500DBC008F2B14 /* Build configuration list for PBXNativeTarget "StaticLibVLC" */;
  462. buildPhases = (
  463. 7D89394A1B500DBC008F2B14 /* Sources */,
  464. 7D89394B1B500DBC008F2B14 /* Frameworks */,
  465. 7D89394C1B500DBC008F2B14 /* CopyFiles */,
  466. );
  467. buildRules = (
  468. );
  469. dependencies = (
  470. );
  471. name = StaticLibVLC;
  472. productName = StaticLibVLC;
  473. productReference = 7D89394E1B500DBC008F2B14 /* libStaticLibVLC.a */;
  474. productType = "com.apple.product-type.library.static";
  475. };
  476. D2AAC07D0554694100DB518D /* MobileVLCKit */ = {
  477. isa = PBXNativeTarget;
  478. buildConfigurationList = 1DEB921E08733DC00010E9CD /* Build configuration list for PBXNativeTarget "MobileVLCKit" */;
  479. buildPhases = (
  480. D2AAC07B0554694100DB518D /* Sources */,
  481. 7A5ECB6211DE961B00F66AF3 /* Copy Headers */,
  482. D2AAC07C0554694100DB518D /* Frameworks */,
  483. );
  484. buildRules = (
  485. );
  486. dependencies = (
  487. );
  488. name = MobileVLCKit;
  489. productName = MobileVLCKit;
  490. productReference = D2AAC07E0554694100DB518D /* libMobileVLCKit.a */;
  491. productType = "com.apple.product-type.library.static";
  492. };
  493. /* End PBXNativeTarget section */
  494. /* Begin PBXProject section */
  495. 0867D690FE84028FC02AAC07 /* Project object */ = {
  496. isa = PBXProject;
  497. attributes = {
  498. LastUpgradeCheck = 0420;
  499. TargetAttributes = {
  500. 7D1329581BA304D900BE647E = {
  501. CreatedOnToolsVersion = 7.1;
  502. };
  503. 7D8939261B500D1C008F2B14 = {
  504. CreatedOnToolsVersion = 6.4;
  505. };
  506. 7D89394D1B500DBC008F2B14 = {
  507. CreatedOnToolsVersion = 6.4;
  508. };
  509. };
  510. };
  511. buildConfigurationList = 1DEB922208733DC00010E9CD /* Build configuration list for PBXProject "MobileVLCKit" */;
  512. compatibilityVersion = "Xcode 3.2";
  513. developmentRegion = English;
  514. hasScannedForEncodings = 1;
  515. knownRegions = (
  516. en,
  517. );
  518. mainGroup = 0867D691FE84028FC02AAC07 /* MobileVLCKit */;
  519. productRefGroup = 034768DFFF38A50411DB9C8B /* Products */;
  520. projectDirPath = "";
  521. projectRoot = "";
  522. targets = (
  523. D2AAC07D0554694100DB518D /* MobileVLCKit */,
  524. 7D8939261B500D1C008F2B14 /* DynamicMobileVLCKit */,
  525. 7D89394D1B500DBC008F2B14 /* StaticLibVLC */,
  526. 7D1329581BA304D900BE647E /* TVVLCKit */,
  527. );
  528. };
  529. /* End PBXProject section */
  530. /* Begin PBXResourcesBuildPhase section */
  531. 7D8939251B500D1C008F2B14 /* Resources */ = {
  532. isa = PBXResourcesBuildPhase;
  533. buildActionMask = 2147483647;
  534. files = (
  535. );
  536. runOnlyForDeploymentPostprocessing = 0;
  537. };
  538. /* End PBXResourcesBuildPhase section */
  539. /* Begin PBXSourcesBuildPhase section */
  540. 7D1329551BA304D900BE647E /* Sources */ = {
  541. isa = PBXSourcesBuildPhase;
  542. buildActionMask = 2147483647;
  543. files = (
  544. 0E159EC41BC6B2890015BA7C /* VLCAudio.m in Sources */,
  545. 7D1329621BA3056800BE647E /* VLCEventManager.m in Sources */,
  546. 7D1329631BA3056800BE647E /* VLCLibrary.m in Sources */,
  547. 7D1329641BA3056800BE647E /* VLCMedia.m in Sources */,
  548. 7D1329651BA3056800BE647E /* VLCMediaList.m in Sources */,
  549. 7D1329661BA3056800BE647E /* VLCMediaPlayer.m in Sources */,
  550. 7D1329671BA3056800BE647E /* VLCMediaListPlayer.m in Sources */,
  551. 7D1329681BA3056800BE647E /* VLCMediaThumbnailer.m in Sources */,
  552. 7D1329691BA3056800BE647E /* VLCMediaDiscoverer.m in Sources */,
  553. 7D13296A1BA3056800BE647E /* VLCTime.m in Sources */,
  554. );
  555. runOnlyForDeploymentPostprocessing = 0;
  556. };
  557. 7D8939221B500D1C008F2B14 /* Sources */ = {
  558. isa = PBXSourcesBuildPhase;
  559. buildActionMask = 2147483647;
  560. files = (
  561. 7D6C89211C0CA90000321894 /* VLCAudio.m in Sources */,
  562. 7D8939401B500D50008F2B14 /* VLCEventManager.m in Sources */,
  563. 7D8939411B500D50008F2B14 /* VLCLibrary.m in Sources */,
  564. 7D8939421B500D50008F2B14 /* VLCMedia.m in Sources */,
  565. 7D8939431B500D50008F2B14 /* VLCMediaList.m in Sources */,
  566. 7D8939441B500D51008F2B14 /* VLCMediaPlayer.m in Sources */,
  567. 7D8939451B500D51008F2B14 /* VLCMediaListPlayer.m in Sources */,
  568. 7D8939461B500D51008F2B14 /* VLCMediaThumbnailer.m in Sources */,
  569. 7D8939471B500D51008F2B14 /* VLCMediaDiscoverer.m in Sources */,
  570. 7D8939481B500D51008F2B14 /* VLCTime.m in Sources */,
  571. );
  572. runOnlyForDeploymentPostprocessing = 0;
  573. };
  574. 7D89394A1B500DBC008F2B14 /* Sources */ = {
  575. isa = PBXSourcesBuildPhase;
  576. buildActionMask = 2147483647;
  577. files = (
  578. 7D8939531B500DBC008F2B14 /* StaticLibVLC.m in Sources */,
  579. );
  580. runOnlyForDeploymentPostprocessing = 0;
  581. };
  582. D2AAC07B0554694100DB518D /* Sources */ = {
  583. isa = PBXSourcesBuildPhase;
  584. buildActionMask = 2147483647;
  585. files = (
  586. 7A5ECACB11DE8F7300F66AF3 /* VLCEventManager.m in Sources */,
  587. 7D5F800A185B72EB00C2CD75 /* VLCMediaListPlayer.m in Sources */,
  588. 7A5ECACC11DE8F7300F66AF3 /* VLCLibrary.m in Sources */,
  589. 7A5ECACD11DE8F7300F66AF3 /* VLCMedia.m in Sources */,
  590. 7A5ECACE11DE8F7300F66AF3 /* VLCMediaList.m in Sources */,
  591. 7A5ECACF11DE8F7300F66AF3 /* VLCMediaPlayer.m in Sources */,
  592. 7A5ECAD011DE8F7300F66AF3 /* VLCTime.m in Sources */,
  593. 6360B0E211E7F0C000EAD790 /* VLCMediaDiscoverer.m in Sources */,
  594. 4B49C5FC1BC3D7870052D40C /* VLCAudio.m in Sources */,
  595. 636E975811EBC67A002FE8A9 /* VLCMediaThumbnailer.m in Sources */,
  596. );
  597. runOnlyForDeploymentPostprocessing = 0;
  598. };
  599. /* End PBXSourcesBuildPhase section */
  600. /* Begin XCBuildConfiguration section */
  601. 1DEB922008733DC00010E9CD /* Release */ = {
  602. isa = XCBuildConfiguration;
  603. baseConfigurationReference = 7D1329791BA3074100BE647E /* vlc-plugins-iPhone.xcconfig */;
  604. buildSettings = {
  605. ALWAYS_SEARCH_USER_PATHS = NO;
  606. ARCHS = (
  607. "$(ARCHS_STANDARD_INCLUDING_64_BIT)",
  608. armv7s,
  609. );
  610. CLANG_CXX_LIBRARY = "libc++";
  611. CLANG_ENABLE_OBJC_ARC = YES;
  612. DSTROOT = /tmp/MobileVLCKit.dst;
  613. ENABLE_NS_ASSERTIONS = NO;
  614. GCC_C_LANGUAGE_STANDARD = gnu11;
  615. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  616. GCC_PREFIX_HEADER = MobileVLCKit_Prefix.pch;
  617. GCC_SYMBOLS_PRIVATE_EXTERN = YES;
  618. HEADER_SEARCH_PATHS = "$(SRCROOT)/MobileVLCKit/ImportedSources/vlc/include";
  619. INSTALL_PATH = /usr/local/lib;
  620. IPHONEOS_DEPLOYMENT_TARGET = 7.0;
  621. OTHER_LIBTOOLFLAGS = "$(PROJECT_DIR)/MobileVLCKit/ImportedSources/vlc/install-ios-iPhone/core/libcompat.a $(PROJECT_DIR)/MobileVLCKit/ImportedSources/vlc/install-ios-iPhone/core/libvlc.a $(PROJECT_DIR)/MobileVLCKit/ImportedSources/vlc/install-ios-iPhone/core/libvlccore.a $(VLC_PLUGINS_LDFLAGS) $(OTHER_CFLAGS)";
  622. PRODUCT_NAME = MobileVLCKit;
  623. };
  624. name = Release;
  625. };
  626. 1DEB922408733DC00010E9CD /* Release */ = {
  627. isa = XCBuildConfiguration;
  628. buildSettings = {
  629. ARCHS = "$(ARCHS_STANDARD_32_BIT)";
  630. GCC_C_LANGUAGE_STANDARD = c99;
  631. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  632. GCC_WARN_UNUSED_VARIABLE = YES;
  633. IPHONEOS_DEPLOYMENT_TARGET = 7.0;
  634. OTHER_LDFLAGS = "-ObjC";
  635. SDKROOT = iphoneos;
  636. SKIP_INSTALL = YES;
  637. };
  638. name = Release;
  639. };
  640. 7D13295F1BA304D900BE647E /* Release */ = {
  641. isa = XCBuildConfiguration;
  642. baseConfigurationReference = 7D1329751BA305D600BE647E /* vlc-plugins-AppleTV.xcconfig */;
  643. buildSettings = {
  644. ALWAYS_SEARCH_USER_PATHS = NO;
  645. ARCHS = "$(ARCHS_STANDARD)";
  646. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  647. CLANG_CXX_LIBRARY = "libc++";
  648. CLANG_ENABLE_MODULES = YES;
  649. CLANG_ENABLE_OBJC_ARC = YES;
  650. CLANG_WARN_BOOL_CONVERSION = YES;
  651. CLANG_WARN_CONSTANT_CONVERSION = YES;
  652. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  653. CLANG_WARN_EMPTY_BODY = YES;
  654. CLANG_WARN_ENUM_CONVERSION = YES;
  655. CLANG_WARN_INT_CONVERSION = YES;
  656. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  657. CLANG_WARN_UNREACHABLE_CODE = YES;
  658. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  659. COPY_PHASE_STRIP = NO;
  660. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  661. ENABLE_NS_ASSERTIONS = NO;
  662. ENABLE_STRICT_OBJC_MSGSEND = YES;
  663. GCC_C_LANGUAGE_STANDARD = gnu99;
  664. GCC_NO_COMMON_BLOCKS = YES;
  665. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  666. GCC_PREFIX_HEADER = MobileVLCKit_Prefix.pch;
  667. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  668. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  669. GCC_WARN_UNDECLARED_SELECTOR = YES;
  670. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  671. GCC_WARN_UNUSED_FUNCTION = YES;
  672. HEADER_SEARCH_PATHS = "$(SRCROOT)/MobileVLCKit/ImportedSources/vlc/include";
  673. MTL_ENABLE_DEBUG_INFO = NO;
  674. OTHER_LDFLAGS = "-ObjC";
  675. OTHER_LIBTOOLFLAGS = "$(PROJECT_DIR)/MobileVLCKit/ImportedSources/vlc/install-ios-AppleTV/core/libcompat.a $(PROJECT_DIR)/MobileVLCKit/ImportedSources/vlc/install-ios-AppleTV/core/libvlc.a $(PROJECT_DIR)/MobileVLCKit/ImportedSources/vlc/install-ios-AppleTV/core/libvlccore.a $(VLC_PLUGINS_LDFLAGS) $(OTHER_CFLAGS)";
  676. PRODUCT_NAME = "$(TARGET_NAME)";
  677. SDKROOT = appletvos;
  678. SKIP_INSTALL = YES;
  679. TVOS_DEPLOYMENT_TARGET = 9.0;
  680. VALIDATE_PRODUCT = YES;
  681. };
  682. name = Release;
  683. };
  684. 7D1329601BA304D900BE647E /* Debug */ = {
  685. isa = XCBuildConfiguration;
  686. baseConfigurationReference = 7D1329751BA305D600BE647E /* vlc-plugins-AppleTV.xcconfig */;
  687. buildSettings = {
  688. ALWAYS_SEARCH_USER_PATHS = NO;
  689. ARCHS = "$(ARCHS_STANDARD)";
  690. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  691. CLANG_CXX_LIBRARY = "libc++";
  692. CLANG_ENABLE_MODULES = YES;
  693. CLANG_ENABLE_OBJC_ARC = YES;
  694. CLANG_WARN_BOOL_CONVERSION = YES;
  695. CLANG_WARN_CONSTANT_CONVERSION = YES;
  696. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  697. CLANG_WARN_EMPTY_BODY = YES;
  698. CLANG_WARN_ENUM_CONVERSION = YES;
  699. CLANG_WARN_INT_CONVERSION = YES;
  700. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  701. CLANG_WARN_UNREACHABLE_CODE = YES;
  702. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  703. COPY_PHASE_STRIP = NO;
  704. DEBUG_INFORMATION_FORMAT = dwarf;
  705. ENABLE_STRICT_OBJC_MSGSEND = YES;
  706. ENABLE_TESTABILITY = YES;
  707. GCC_C_LANGUAGE_STANDARD = gnu99;
  708. GCC_DYNAMIC_NO_PIC = NO;
  709. GCC_NO_COMMON_BLOCKS = YES;
  710. GCC_OPTIMIZATION_LEVEL = 0;
  711. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  712. GCC_PREFIX_HEADER = MobileVLCKit_Prefix.pch;
  713. GCC_PREPROCESSOR_DEFINITIONS = (
  714. "DEBUG=1",
  715. "$(inherited)",
  716. );
  717. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  718. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  719. GCC_WARN_UNDECLARED_SELECTOR = YES;
  720. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  721. GCC_WARN_UNUSED_FUNCTION = YES;
  722. HEADER_SEARCH_PATHS = "$(SRCROOT)/MobileVLCKit/ImportedSources/vlc/include";
  723. MTL_ENABLE_DEBUG_INFO = YES;
  724. ONLY_ACTIVE_ARCH = YES;
  725. OTHER_LDFLAGS = "-ObjC";
  726. OTHER_LIBTOOLFLAGS = "$(PROJECT_DIR)/MobileVLCKit/ImportedSources/vlc/install-ios-AppleTV/core/libcompat.a $(PROJECT_DIR)/MobileVLCKit/ImportedSources/vlc/install-ios-AppleTV/core/libvlc.a $(PROJECT_DIR)/MobileVLCKit/ImportedSources/vlc/install-ios-AppleTV/core/libvlccore.a $(VLC_PLUGINS_LDFLAGS) $(OTHER_CFLAGS)";
  727. PRODUCT_NAME = "$(TARGET_NAME)";
  728. SDKROOT = appletvos;
  729. SKIP_INSTALL = YES;
  730. TVOS_DEPLOYMENT_TARGET = 9.0;
  731. };
  732. name = Debug;
  733. };
  734. 7D8938931B500013008F2B14 /* Debug */ = {
  735. isa = XCBuildConfiguration;
  736. buildSettings = {
  737. ARCHS = "$(ARCHS_STANDARD_32_BIT)";
  738. GCC_C_LANGUAGE_STANDARD = c99;
  739. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  740. GCC_WARN_UNUSED_VARIABLE = YES;
  741. IPHONEOS_DEPLOYMENT_TARGET = 7.0;
  742. OTHER_LDFLAGS = "-ObjC";
  743. SDKROOT = iphoneos;
  744. SKIP_INSTALL = YES;
  745. };
  746. name = Debug;
  747. };
  748. 7D8938941B500013008F2B14 /* Debug */ = {
  749. isa = XCBuildConfiguration;
  750. baseConfigurationReference = 7D1329791BA3074100BE647E /* vlc-plugins-iPhone.xcconfig */;
  751. buildSettings = {
  752. ALWAYS_SEARCH_USER_PATHS = NO;
  753. ARCHS = (
  754. "$(ARCHS_STANDARD_INCLUDING_64_BIT)",
  755. armv7s,
  756. );
  757. CLANG_CXX_LIBRARY = "libc++";
  758. CLANG_ENABLE_OBJC_ARC = YES;
  759. DSTROOT = /tmp/MobileVLCKit.dst;
  760. ENABLE_NS_ASSERTIONS = NO;
  761. GCC_C_LANGUAGE_STANDARD = gnu11;
  762. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  763. GCC_PREFIX_HEADER = MobileVLCKit_Prefix.pch;
  764. GCC_SYMBOLS_PRIVATE_EXTERN = YES;
  765. HEADER_SEARCH_PATHS = "$(SRCROOT)/MobileVLCKit/ImportedSources/vlc/include";
  766. INSTALL_PATH = /usr/local/lib;
  767. IPHONEOS_DEPLOYMENT_TARGET = 7.0;
  768. OTHER_LIBTOOLFLAGS = "$(PROJECT_DIR)/MobileVLCKit/ImportedSources/vlc/install-ios-iPhone/core/libcompat.a $(PROJECT_DIR)/MobileVLCKit/ImportedSources/vlc/install-ios-iPhone/core/libvlc.a $(PROJECT_DIR)/MobileVLCKit/ImportedSources/vlc/install-ios-iPhone/core/libvlccore.a $(VLC_PLUGINS_LDFLAGS) $(OTHER_CFLAGS)";
  769. PRODUCT_NAME = MobileVLCKit;
  770. };
  771. name = Debug;
  772. };
  773. 7D89393B1B500D1D008F2B14 /* Release */ = {
  774. isa = XCBuildConfiguration;
  775. buildSettings = {
  776. ALWAYS_SEARCH_USER_PATHS = NO;
  777. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  778. CLANG_CXX_LIBRARY = "libc++";
  779. CLANG_ENABLE_MODULES = YES;
  780. CLANG_ENABLE_OBJC_ARC = YES;
  781. CLANG_WARN_BOOL_CONVERSION = YES;
  782. CLANG_WARN_CONSTANT_CONVERSION = YES;
  783. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  784. CLANG_WARN_EMPTY_BODY = YES;
  785. CLANG_WARN_ENUM_CONVERSION = YES;
  786. CLANG_WARN_INT_CONVERSION = YES;
  787. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  788. CLANG_WARN_UNREACHABLE_CODE = YES;
  789. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  790. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  791. COPY_PHASE_STRIP = NO;
  792. CURRENT_PROJECT_VERSION = 1;
  793. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  794. DEFINES_MODULE = YES;
  795. DYLIB_COMPATIBILITY_VERSION = 1;
  796. DYLIB_CURRENT_VERSION = 1;
  797. DYLIB_INSTALL_NAME_BASE = "@rpath";
  798. ENABLE_NS_ASSERTIONS = NO;
  799. ENABLE_STRICT_OBJC_MSGSEND = YES;
  800. GCC_C_LANGUAGE_STANDARD = gnu99;
  801. GCC_NO_COMMON_BLOCKS = YES;
  802. GCC_PREFIX_HEADER = MobileVLCKit_Prefix.pch;
  803. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  804. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  805. GCC_WARN_UNDECLARED_SELECTOR = YES;
  806. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  807. GCC_WARN_UNUSED_FUNCTION = YES;
  808. HEADER_SEARCH_PATHS = (
  809. "$(inherited)",
  810. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
  811. "$(PROJECT_DIR)/MobileVLCKit/ImportedSources/vlc/include",
  812. );
  813. INFOPLIST_FILE = DynamicMobileVLCKit/Info.plist;
  814. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  815. IPHONEOS_DEPLOYMENT_TARGET = 8.4;
  816. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  817. MTL_ENABLE_DEBUG_INFO = NO;
  818. OTHER_LDFLAGS = (
  819. "-ObjC",
  820. "-read_only_relocs",
  821. suppress,
  822. );
  823. OTHER_LIBTOOLFLAGS = "-read_only_relocs suppress";
  824. PRODUCT_NAME = "$(TARGET_NAME)";
  825. SKIP_INSTALL = YES;
  826. TARGETED_DEVICE_FAMILY = "1,2";
  827. VALIDATE_PRODUCT = YES;
  828. VERSIONING_SYSTEM = "apple-generic";
  829. VERSION_INFO_PREFIX = "";
  830. };
  831. name = Release;
  832. };
  833. 7D89393C1B500D1D008F2B14 /* Debug */ = {
  834. isa = XCBuildConfiguration;
  835. buildSettings = {
  836. ALWAYS_SEARCH_USER_PATHS = NO;
  837. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  838. CLANG_CXX_LIBRARY = "libc++";
  839. CLANG_ENABLE_MODULES = YES;
  840. CLANG_ENABLE_OBJC_ARC = YES;
  841. CLANG_WARN_BOOL_CONVERSION = YES;
  842. CLANG_WARN_CONSTANT_CONVERSION = YES;
  843. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  844. CLANG_WARN_EMPTY_BODY = YES;
  845. CLANG_WARN_ENUM_CONVERSION = YES;
  846. CLANG_WARN_INT_CONVERSION = YES;
  847. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  848. CLANG_WARN_UNREACHABLE_CODE = YES;
  849. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  850. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  851. COPY_PHASE_STRIP = NO;
  852. CURRENT_PROJECT_VERSION = 1;
  853. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  854. DEFINES_MODULE = YES;
  855. DYLIB_COMPATIBILITY_VERSION = 1;
  856. DYLIB_CURRENT_VERSION = 1;
  857. DYLIB_INSTALL_NAME_BASE = "@rpath";
  858. ENABLE_STRICT_OBJC_MSGSEND = YES;
  859. GCC_C_LANGUAGE_STANDARD = gnu99;
  860. GCC_DYNAMIC_NO_PIC = NO;
  861. GCC_NO_COMMON_BLOCKS = YES;
  862. GCC_OPTIMIZATION_LEVEL = 0;
  863. GCC_PREFIX_HEADER = MobileVLCKit_Prefix.pch;
  864. GCC_PREPROCESSOR_DEFINITIONS = (
  865. "DEBUG=1",
  866. "$(inherited)",
  867. );
  868. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  869. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  870. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  871. GCC_WARN_UNDECLARED_SELECTOR = YES;
  872. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  873. GCC_WARN_UNUSED_FUNCTION = YES;
  874. HEADER_SEARCH_PATHS = (
  875. "$(inherited)",
  876. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
  877. "$(PROJECT_DIR)/MobileVLCKit/ImportedSources/vlc/include",
  878. );
  879. INFOPLIST_FILE = DynamicMobileVLCKit/Info.plist;
  880. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  881. IPHONEOS_DEPLOYMENT_TARGET = 8.4;
  882. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  883. MTL_ENABLE_DEBUG_INFO = YES;
  884. ONLY_ACTIVE_ARCH = NO;
  885. OTHER_LDFLAGS = (
  886. "-ObjC",
  887. "-read_only_relocs",
  888. suppress,
  889. );
  890. OTHER_LIBTOOLFLAGS = "-read_only_relocs suppress";
  891. PRODUCT_NAME = "$(TARGET_NAME)";
  892. SKIP_INSTALL = YES;
  893. TARGETED_DEVICE_FAMILY = "1,2";
  894. VERSIONING_SYSTEM = "apple-generic";
  895. VERSION_INFO_PREFIX = "";
  896. };
  897. name = Debug;
  898. };
  899. 7D8939601B500DBC008F2B14 /* Release */ = {
  900. isa = XCBuildConfiguration;
  901. baseConfigurationReference = 7D1329791BA3074100BE647E /* vlc-plugins-iPhone.xcconfig */;
  902. buildSettings = {
  903. ALWAYS_SEARCH_USER_PATHS = NO;
  904. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  905. CLANG_CXX_LIBRARY = "libc++";
  906. CLANG_ENABLE_MODULES = YES;
  907. CLANG_ENABLE_OBJC_ARC = YES;
  908. CLANG_WARN_BOOL_CONVERSION = YES;
  909. CLANG_WARN_CONSTANT_CONVERSION = YES;
  910. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  911. CLANG_WARN_EMPTY_BODY = YES;
  912. CLANG_WARN_ENUM_CONVERSION = YES;
  913. CLANG_WARN_INT_CONVERSION = YES;
  914. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  915. CLANG_WARN_UNREACHABLE_CODE = YES;
  916. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  917. COPY_PHASE_STRIP = NO;
  918. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  919. ENABLE_NS_ASSERTIONS = NO;
  920. ENABLE_STRICT_OBJC_MSGSEND = YES;
  921. GCC_C_LANGUAGE_STANDARD = gnu99;
  922. GCC_NO_COMMON_BLOCKS = YES;
  923. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  924. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  925. GCC_WARN_UNDECLARED_SELECTOR = YES;
  926. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  927. GCC_WARN_UNUSED_FUNCTION = YES;
  928. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  929. MTL_ENABLE_DEBUG_INFO = NO;
  930. OTHER_LDFLAGS = "-ObjC";
  931. OTHER_LIBTOOLFLAGS = "$(PROJECT_DIR)/MobileVLCKit/ImportedSources/vlc/install-ios-iPhone/core/libvlc.a $(PROJECT_DIR)/MobileVLCKit/ImportedSources/vlc/install-ios-iPhone/core/libvlccore.a $(PROJECT_DIR)/MobileVLCKit/ImportedSources/vlc/install-ios-iPhone/core/libcompat.a $(VLC_PLUGINS_LDFLAGS)";
  932. PRODUCT_NAME = "$(TARGET_NAME)";
  933. SKIP_INSTALL = YES;
  934. VALIDATE_PRODUCT = YES;
  935. };
  936. name = Release;
  937. };
  938. 7D8939611B500DBC008F2B14 /* Debug */ = {
  939. isa = XCBuildConfiguration;
  940. baseConfigurationReference = 7D1329791BA3074100BE647E /* vlc-plugins-iPhone.xcconfig */;
  941. buildSettings = {
  942. ALWAYS_SEARCH_USER_PATHS = NO;
  943. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  944. CLANG_CXX_LIBRARY = "libc++";
  945. CLANG_ENABLE_MODULES = YES;
  946. CLANG_ENABLE_OBJC_ARC = YES;
  947. CLANG_WARN_BOOL_CONVERSION = YES;
  948. CLANG_WARN_CONSTANT_CONVERSION = YES;
  949. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  950. CLANG_WARN_EMPTY_BODY = YES;
  951. CLANG_WARN_ENUM_CONVERSION = YES;
  952. CLANG_WARN_INT_CONVERSION = YES;
  953. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  954. CLANG_WARN_UNREACHABLE_CODE = YES;
  955. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  956. COPY_PHASE_STRIP = NO;
  957. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  958. ENABLE_STRICT_OBJC_MSGSEND = YES;
  959. GCC_C_LANGUAGE_STANDARD = gnu99;
  960. GCC_DYNAMIC_NO_PIC = NO;
  961. GCC_NO_COMMON_BLOCKS = YES;
  962. GCC_OPTIMIZATION_LEVEL = 0;
  963. GCC_PREPROCESSOR_DEFINITIONS = (
  964. "DEBUG=1",
  965. "$(inherited)",
  966. );
  967. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  968. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  969. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  970. GCC_WARN_UNDECLARED_SELECTOR = YES;
  971. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  972. GCC_WARN_UNUSED_FUNCTION = YES;
  973. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  974. MTL_ENABLE_DEBUG_INFO = YES;
  975. ONLY_ACTIVE_ARCH = YES;
  976. OTHER_LDFLAGS = "-ObjC";
  977. OTHER_LIBTOOLFLAGS = "$(PROJECT_DIR)/MobileVLCKit/ImportedSources/vlc/install-ios-iPhone/core/libvlc.a $(PROJECT_DIR)/MobileVLCKit/ImportedSources/vlc/install-ios-iPhone/core/libvlccore.a $(PROJECT_DIR)/MobileVLCKit/ImportedSources/vlc/install-ios-iPhone/core/libcompat.a $(VLC_PLUGINS_LDFLAGS)";
  978. PRODUCT_NAME = "$(TARGET_NAME)";
  979. SKIP_INSTALL = YES;
  980. };
  981. name = Debug;
  982. };
  983. /* End XCBuildConfiguration section */
  984. /* Begin XCConfigurationList section */
  985. 1DEB921E08733DC00010E9CD /* Build configuration list for PBXNativeTarget "MobileVLCKit" */ = {
  986. isa = XCConfigurationList;
  987. buildConfigurations = (
  988. 1DEB922008733DC00010E9CD /* Release */,
  989. 7D8938941B500013008F2B14 /* Debug */,
  990. );
  991. defaultConfigurationIsVisible = 0;
  992. defaultConfigurationName = Release;
  993. };
  994. 1DEB922208733DC00010E9CD /* Build configuration list for PBXProject "MobileVLCKit" */ = {
  995. isa = XCConfigurationList;
  996. buildConfigurations = (
  997. 1DEB922408733DC00010E9CD /* Release */,
  998. 7D8938931B500013008F2B14 /* Debug */,
  999. );
  1000. defaultConfigurationIsVisible = 0;
  1001. defaultConfigurationName = Release;
  1002. };
  1003. 7D1329611BA304D900BE647E /* Build configuration list for PBXNativeTarget "TVVLCKit" */ = {
  1004. isa = XCConfigurationList;
  1005. buildConfigurations = (
  1006. 7D13295F1BA304D900BE647E /* Release */,
  1007. 7D1329601BA304D900BE647E /* Debug */,
  1008. );
  1009. defaultConfigurationIsVisible = 0;
  1010. defaultConfigurationName = Release;
  1011. };
  1012. 7D89393A1B500D1D008F2B14 /* Build configuration list for PBXNativeTarget "DynamicMobileVLCKit" */ = {
  1013. isa = XCConfigurationList;
  1014. buildConfigurations = (
  1015. 7D89393B1B500D1D008F2B14 /* Release */,
  1016. 7D89393C1B500D1D008F2B14 /* Debug */,
  1017. );
  1018. defaultConfigurationIsVisible = 0;
  1019. defaultConfigurationName = Release;
  1020. };
  1021. 7D89395F1B500DBC008F2B14 /* Build configuration list for PBXNativeTarget "StaticLibVLC" */ = {
  1022. isa = XCConfigurationList;
  1023. buildConfigurations = (
  1024. 7D8939601B500DBC008F2B14 /* Release */,
  1025. 7D8939611B500DBC008F2B14 /* Debug */,
  1026. );
  1027. defaultConfigurationIsVisible = 0;
  1028. defaultConfigurationName = Release;
  1029. };
  1030. /* End XCConfigurationList section */
  1031. };
  1032. rootObject = 0867D690FE84028FC02AAC07 /* Project object */;
  1033. }