project.pbxproj 55 KB

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