project.pbxproj 41 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 7DF2DBF71D63145D00CDA90D /* VLCEventManager.m in Sources */ = {isa = PBXBuildFile; fileRef = EF78BD3C0CAEEFF600354E6E /* VLCEventManager.m */; };
  10. 7DF2DBF81D63145D00CDA90D /* VLCLibrary.m in Sources */ = {isa = PBXBuildFile; fileRef = EF78BD3D0CAEEFF600354E6E /* VLCLibrary.m */; };
  11. 7DF2DBF91D63145D00CDA90D /* VLCMedia.m in Sources */ = {isa = PBXBuildFile; fileRef = EF78BD3E0CAEEFF600354E6E /* VLCMedia.m */; };
  12. 7DF2DBFA1D63145D00CDA90D /* VLCMediaLibrary.m in Sources */ = {isa = PBXBuildFile; fileRef = EF78BD400CAEEFF600354E6E /* VLCMediaLibrary.m */; };
  13. 7DF2DBFB1D63145D00CDA90D /* VLCMediaList.m in Sources */ = {isa = PBXBuildFile; fileRef = EF78BD410CAEEFF600354E6E /* VLCMediaList.m */; };
  14. 7DF2DBFC1D63145D00CDA90D /* VLCTime.m in Sources */ = {isa = PBXBuildFile; fileRef = EF78BD440CAEEFF600354E6E /* VLCTime.m */; };
  15. 7DF2DBFD1D63145D00CDA90D /* VLCVideoView.m in Sources */ = {isa = PBXBuildFile; fileRef = EF78BD450CAEEFF600354E6E /* VLCVideoView.m */; };
  16. 7DF2DBFE1D63145D00CDA90D /* VLCCustomDialogProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D34F5641C90A98B008A39F0 /* VLCCustomDialogProvider.m */; };
  17. 7DF2DBFF1D63145D00CDA90D /* VLCMediaPlayer.m in Sources */ = {isa = PBXBuildFile; fileRef = EF8BB8CF0CAFA8D80038A613 /* VLCMediaPlayer.m */; };
  18. 7DF2DC001D63145D00CDA90D /* VLCAudio.m in Sources */ = {isa = PBXBuildFile; fileRef = EF73118F0CB5797B009473B4 /* VLCAudio.m */; };
  19. 7DF2DC011D63145D00CDA90D /* VLCDialogProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D34F5651C90A98B008A39F0 /* VLCDialogProvider.m */; };
  20. 7DF2DC021D63145D00CDA90D /* VLCMediaDiscoverer.m in Sources */ = {isa = PBXBuildFile; fileRef = 637D5ADB0CF6F2720073EA45 /* VLCMediaDiscoverer.m */; };
  21. 7DF2DC031D63145D00CDA90D /* VLCVideoLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 6341FCB00D2C0936002A97B7 /* VLCVideoLayer.m */; };
  22. 7DF2DC041D63145D00CDA90D /* VLCVideoCommon.m in Sources */ = {isa = PBXBuildFile; fileRef = A7A0CEA30D2EF13000F2C039 /* VLCVideoCommon.m */; };
  23. 7DF2DC051D63145D00CDA90D /* VLCStreamSession.m in Sources */ = {isa = PBXBuildFile; fileRef = 632A0E840D3835C400AFC99B /* VLCStreamSession.m */; };
  24. 7DF2DC061D63145D00CDA90D /* VLCStreamOutput.m in Sources */ = {isa = PBXBuildFile; fileRef = 632A0EC20D38392E00AFC99B /* VLCStreamOutput.m */; };
  25. 7DF2DC071D63145D00CDA90D /* VLCMediaListPlayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 63014A781042ACE100534090 /* VLCMediaListPlayer.m */; };
  26. 7DF2DC081D63145D00CDA90D /* VLCExtensionsManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 63098FDA110E7159005F46AE /* VLCExtensionsManager.m */; };
  27. 7DF2DC091D63145D00CDA90D /* VLCExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 63099114110F0EC3005F46AE /* VLCExtension.m */; };
  28. 7DF2DC0A1D63145D00CDA90D /* VLCMediaThumbnailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 636E974C11E8DCF1002FE8A9 /* VLCMediaThumbnailer.m */; };
  29. 7DF2DC0B1D63145D00CDA90D /* VLCHelperCode.m in Sources */ = {isa = PBXBuildFile; fileRef = 7DF7A2041D197E8E0001FF69 /* VLCHelperCode.m */; };
  30. 7DF2DC0D1D63145D00CDA90D /* VLCEventManager.h in Headers */ = {isa = PBXBuildFile; fileRef = EF78BD0D0CAEEEC300354E6E /* VLCEventManager.h */; settings = {ATTRIBUTES = (); }; };
  31. 7DF2DC0E1D63145D00CDA90D /* VLCKit.h in Headers */ = {isa = PBXBuildFile; fileRef = EF78BD120CAEEEE700354E6E /* VLCKit.h */; settings = {ATTRIBUTES = (Public, ); }; };
  32. 7DF2DC0F1D63145D00CDA90D /* VLCMedia.h in Headers */ = {isa = PBXBuildFile; fileRef = EF78BD130CAEEEE700354E6E /* VLCMedia.h */; settings = {ATTRIBUTES = (Public, ); }; };
  33. 7DF2DC101D63145D00CDA90D /* VLCCustomDialogProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D34F5581C90A954008A39F0 /* VLCCustomDialogProvider.h */; };
  34. 7DF2DC111D63145D00CDA90D /* VLCMediaLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = EF78BD150CAEEEE700354E6E /* VLCMediaLibrary.h */; settings = {ATTRIBUTES = (Public, ); }; };
  35. 7DF2DC121D63145D00CDA90D /* VLCMediaList.h in Headers */ = {isa = PBXBuildFile; fileRef = EF78BD160CAEEEE700354E6E /* VLCMediaList.h */; settings = {ATTRIBUTES = (Public, ); }; };
  36. 7DF2DC131D63145D00CDA90D /* VLCTime.h in Headers */ = {isa = PBXBuildFile; fileRef = EF78BD190CAEEEE700354E6E /* VLCTime.h */; settings = {ATTRIBUTES = (Public, ); }; };
  37. 7DF2DC141D63145D00CDA90D /* VLCVideoView.h in Headers */ = {isa = PBXBuildFile; fileRef = EF78BD1A0CAEEEE700354E6E /* VLCVideoView.h */; settings = {ATTRIBUTES = (Public, ); }; };
  38. 7DF2DC151D63145D00CDA90D /* VLCMediaPlayer.h in Headers */ = {isa = PBXBuildFile; fileRef = EF8BB8CE0CAFA8D80038A613 /* VLCMediaPlayer.h */; settings = {ATTRIBUTES = (Public, ); }; };
  39. 7DF2DC161D63145D00CDA90D /* VLCAudio.h in Headers */ = {isa = PBXBuildFile; fileRef = EF73118E0CB5797B009473B4 /* VLCAudio.h */; settings = {ATTRIBUTES = (Public, ); }; };
  40. 7DF2DC171D63145D00CDA90D /* VLCLibVLCBridging.h in Headers */ = {isa = PBXBuildFile; fileRef = EFD551DC0CC6DD720074CEE1 /* VLCLibVLCBridging.h */; };
  41. 7DF2DC181D63145D00CDA90D /* VLCHelperCode.h in Headers */ = {isa = PBXBuildFile; fileRef = 7DF7A2031D197E8E0001FF69 /* VLCHelperCode.h */; };
  42. 7DF2DC191D63145D00CDA90D /* VLCEmbeddedDialogProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D34F5591C90A954008A39F0 /* VLCEmbeddedDialogProvider.h */; };
  43. 7DF2DC1A1D63145D00CDA90D /* VLCMediaDiscoverer.h in Headers */ = {isa = PBXBuildFile; fileRef = 637D5ABC0CF6F2650073EA45 /* VLCMediaDiscoverer.h */; settings = {ATTRIBUTES = (Public, ); }; };
  44. 7DF2DC1B1D63145D00CDA90D /* VLCiOSLegacyDialogProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D34F55A1C90A954008A39F0 /* VLCiOSLegacyDialogProvider.h */; };
  45. 7DF2DC1C1D63145D00CDA90D /* VLCVideoLayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 6341FCAE0D2C0929002A97B7 /* VLCVideoLayer.h */; settings = {ATTRIBUTES = (Public, ); }; };
  46. 7DF2DC1D1D63145D00CDA90D /* VLCLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = 637CFB930D2D280800A041B6 /* VLCLibrary.h */; settings = {ATTRIBUTES = (Public, ); }; };
  47. 7DF2DC1E1D63145D00CDA90D /* VLCVideoCommon.h in Headers */ = {isa = PBXBuildFile; fileRef = A7A0CEA20D2EF13000F2C039 /* VLCVideoCommon.h */; };
  48. 7DF2DC1F1D63145D00CDA90D /* VLCDialogProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D34F5611C90A96C008A39F0 /* VLCDialogProvider.h */; };
  49. 7DF2DC201D63145D00CDA90D /* VLCStreamSession.h in Headers */ = {isa = PBXBuildFile; fileRef = 632A0E830D3835C400AFC99B /* VLCStreamSession.h */; settings = {ATTRIBUTES = (Public, ); }; };
  50. 7DF2DC211D63145D00CDA90D /* VLCStreamOutput.h in Headers */ = {isa = PBXBuildFile; fileRef = 632A0EC10D38392E00AFC99B /* VLCStreamOutput.h */; settings = {ATTRIBUTES = (Public, ); }; };
  51. 7DF2DC221D63145D00CDA90D /* VLCMediaThumbnailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 63D88D92124E9BF600F65FA0 /* VLCMediaThumbnailer.h */; settings = {ATTRIBUTES = (Public, ); }; };
  52. 7DF2DC231D63145D00CDA90D /* VLCMediaListPlayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 63014B7D1042E64A00534090 /* VLCMediaListPlayer.h */; settings = {ATTRIBUTES = (Public, ); }; };
  53. 7DF2DC241D63145D00CDA90D /* VLCExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 63099949110FC791005F46AE /* VLCExtension.h */; settings = {ATTRIBUTES = (Public, ); }; };
  54. 7DF2DC251D63145D00CDA90D /* VLCExtensionsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 6309994A110FC791005F46AE /* VLCExtensionsManager.h */; settings = {ATTRIBUTES = (Public, ); }; };
  55. 7DF2DC281D63145D00CDA90D /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7B1FEA5585E11CA2CBB /* Cocoa.framework */; };
  56. 7DF2DC291D63145D00CDA90D /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6384FD070D0DBA20005EB1F7 /* QuartzCore.framework */; };
  57. /* End PBXBuildFile section */
  58. /* Begin PBXFileReference section */
  59. 0867D69BFE84028FC02AAC07 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
  60. 0867D6A5FE840307C02AAC07 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; };
  61. 1058C7B1FEA5585E11CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
  62. 32DBCF5E0370ADEE00C91783 /* VLC_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VLC_Prefix.pch; sourceTree = "<group>"; };
  63. 63014A781042ACE100534090 /* VLCMediaListPlayer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCMediaListPlayer.m; sourceTree = "<group>"; };
  64. 63014B7D1042E64A00534090 /* VLCMediaListPlayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCMediaListPlayer.h; path = Public/VLCMediaListPlayer.h; sourceTree = "<group>"; };
  65. 63030CC70CCA652C0088ECD1 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist.xml; name = Info.plist; path = Resources/Info.plist; sourceTree = "<group>"; };
  66. 63098FDA110E7159005F46AE /* VLCExtensionsManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCExtensionsManager.m; sourceTree = "<group>"; };
  67. 63099114110F0EC3005F46AE /* VLCExtension.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCExtension.m; sourceTree = "<group>"; };
  68. 63099949110FC791005F46AE /* VLCExtension.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCExtension.h; path = Public/VLCExtension.h; sourceTree = "<group>"; };
  69. 6309994A110FC791005F46AE /* VLCExtensionsManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCExtensionsManager.h; path = Public/VLCExtensionsManager.h; sourceTree = "<group>"; };
  70. 632A0E830D3835C400AFC99B /* VLCStreamSession.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCStreamSession.h; path = Public/VLCStreamSession.h; sourceTree = "<group>"; };
  71. 632A0E840D3835C400AFC99B /* VLCStreamSession.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCStreamSession.m; sourceTree = "<group>"; };
  72. 632A0EC10D38392E00AFC99B /* VLCStreamOutput.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCStreamOutput.h; path = Public/VLCStreamOutput.h; sourceTree = "<group>"; };
  73. 632A0EC20D38392E00AFC99B /* VLCStreamOutput.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCStreamOutput.m; sourceTree = "<group>"; };
  74. 633753FF10ECE1C60072A0D9 /* Configure.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = Configure.sh; sourceTree = "<group>"; };
  75. 634117B911D9344400FA3A70 /* MobileVLCKit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MobileVLCKit.h; path = Public/MobileVLCKit.h; sourceTree = "<group>"; };
  76. 6341FCAE0D2C0929002A97B7 /* VLCVideoLayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCVideoLayer.h; path = Public/VLCVideoLayer.h; sourceTree = "<group>"; };
  77. 6341FCB00D2C0936002A97B7 /* VLCVideoLayer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCVideoLayer.m; sourceTree = "<group>"; };
  78. 636E974C11E8DCF1002FE8A9 /* VLCMediaThumbnailer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCMediaThumbnailer.m; sourceTree = "<group>"; };
  79. 637CFB930D2D280800A041B6 /* VLCLibrary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCLibrary.h; path = Public/VLCLibrary.h; sourceTree = "<group>"; };
  80. 637D5ABC0CF6F2650073EA45 /* VLCMediaDiscoverer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCMediaDiscoverer.h; path = Public/VLCMediaDiscoverer.h; sourceTree = "<group>"; };
  81. 637D5ADB0CF6F2720073EA45 /* VLCMediaDiscoverer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCMediaDiscoverer.m; sourceTree = "<group>"; };
  82. 6384FD070D0DBA20005EB1F7 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = /System/Library/Frameworks/QuartzCore.framework; sourceTree = "<absolute>"; };
  83. 63D88C56124E9A5100F65FA0 /* Quartz.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Quartz.framework; path = System/Library/Frameworks/Quartz.framework; sourceTree = SDKROOT; };
  84. 63D88CA9124E9A8200F65FA0 /* ApplicationServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ApplicationServices.framework; path = System/Library/Frameworks/ApplicationServices.framework; sourceTree = SDKROOT; };
  85. 63D88D92124E9BF600F65FA0 /* VLCMediaThumbnailer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCMediaThumbnailer.h; path = Public/VLCMediaThumbnailer.h; sourceTree = "<group>"; };
  86. 7D34F5581C90A954008A39F0 /* VLCCustomDialogProvider.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = VLCCustomDialogProvider.h; path = Internal/VLCCustomDialogProvider.h; sourceTree = "<group>"; };
  87. 7D34F5591C90A954008A39F0 /* VLCEmbeddedDialogProvider.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = VLCEmbeddedDialogProvider.h; path = Internal/VLCEmbeddedDialogProvider.h; sourceTree = "<group>"; };
  88. 7D34F55A1C90A954008A39F0 /* VLCiOSLegacyDialogProvider.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = VLCiOSLegacyDialogProvider.h; path = Internal/VLCiOSLegacyDialogProvider.h; sourceTree = "<group>"; };
  89. 7D34F5611C90A96C008A39F0 /* VLCDialogProvider.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCDialogProvider.h; path = Public/VLCDialogProvider.h; sourceTree = "<group>"; };
  90. 7D34F5641C90A98B008A39F0 /* VLCCustomDialogProvider.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCCustomDialogProvider.m; sourceTree = "<group>"; };
  91. 7D34F5651C90A98B008A39F0 /* VLCDialogProvider.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCDialogProvider.m; sourceTree = "<group>"; };
  92. 7DF2DC2D1D63145D00CDA90D /* VLCKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = VLCKit.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  93. 7DF2DC301D6314FB00CDA90D /* libcompat.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libcompat.a; path = "libvlc/vlc/install-macos/lib/vlc/libcompat.a"; sourceTree = "<group>"; };
  94. 7DF2DC341D63153E00CDA90D /* libcompat.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libcompat.a; path = "libvlc/vlc/install-macos/lib/vlc/libcompat.a"; sourceTree = "<group>"; };
  95. 7DF2DC351D63155800CDA90D /* libvlc.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libvlc.dylib; path = "libvlc/vlc/install-macos/lib/libvlc.dylib"; sourceTree = "<group>"; };
  96. 7DF2DC361D63155800CDA90D /* libvlccore.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libvlccore.dylib; path = "libvlc/vlc/install-macos/lib/libvlccore.dylib"; sourceTree = "<group>"; };
  97. 7DF7A2031D197E8E0001FF69 /* VLCHelperCode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCHelperCode.h; path = Headers/Internal/VLCHelperCode.h; sourceTree = SOURCE_ROOT; };
  98. 7DF7A2041D197E8E0001FF69 /* VLCHelperCode.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCHelperCode.m; sourceTree = "<group>"; };
  99. A7A0CEA20D2EF13000F2C039 /* VLCVideoCommon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCVideoCommon.h; path = Internal/VLCVideoCommon.h; sourceTree = "<group>"; };
  100. A7A0CEA30D2EF13000F2C039 /* VLCVideoCommon.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCVideoCommon.m; sourceTree = "<group>"; };
  101. CCEC5B73114D9BE800D34AAB /* deprecated.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = deprecated.h; path = ../../../include/vlc/deprecated.h; sourceTree = SOURCE_ROOT; };
  102. CCEC5B74114D9BE800D34AAB /* libvlc_events.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = libvlc_events.h; path = ../../../include/vlc/libvlc_events.h; sourceTree = SOURCE_ROOT; };
  103. CCEC5B75114D9BE800D34AAB /* libvlc_media_discoverer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = libvlc_media_discoverer.h; path = ../../../include/vlc/libvlc_media_discoverer.h; sourceTree = SOURCE_ROOT; };
  104. CCEC5B76114D9BE800D34AAB /* libvlc_media_library.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = libvlc_media_library.h; path = ../../../include/vlc/libvlc_media_library.h; sourceTree = SOURCE_ROOT; };
  105. CCEC5B77114D9BE800D34AAB /* libvlc_media_list_player.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = libvlc_media_list_player.h; path = ../../../include/vlc/libvlc_media_list_player.h; sourceTree = SOURCE_ROOT; };
  106. CCEC5B78114D9BE800D34AAB /* libvlc_media_list.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = libvlc_media_list.h; path = ../../../include/vlc/libvlc_media_list.h; sourceTree = SOURCE_ROOT; };
  107. CCEC5B79114D9BE800D34AAB /* libvlc_media_player.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = libvlc_media_player.h; path = ../../../include/vlc/libvlc_media_player.h; sourceTree = SOURCE_ROOT; };
  108. CCEC5B7A114D9BE800D34AAB /* libvlc_media.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = libvlc_media.h; path = ../../../include/vlc/libvlc_media.h; sourceTree = SOURCE_ROOT; };
  109. CCEC5B7B114D9BE800D34AAB /* libvlc_structures.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = libvlc_structures.h; path = ../../../include/vlc/libvlc_structures.h; sourceTree = SOURCE_ROOT; };
  110. CCEC5B7C114D9BE800D34AAB /* libvlc_vlm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = libvlc_vlm.h; path = ../../../include/vlc/libvlc_vlm.h; sourceTree = SOURCE_ROOT; };
  111. CCEC5B7D114D9BE800D34AAB /* libvlc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = libvlc.h; path = ../../../include/vlc/libvlc.h; sourceTree = SOURCE_ROOT; };
  112. CCEC5B7E114D9BE800D34AAB /* vlc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = vlc.h; path = ../../../include/vlc/vlc.h; sourceTree = SOURCE_ROOT; };
  113. D2F7E79907B2D74100F64583 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = /System/Library/Frameworks/CoreData.framework; sourceTree = "<absolute>"; };
  114. EF73118E0CB5797B009473B4 /* VLCAudio.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCAudio.h; path = Public/VLCAudio.h; sourceTree = "<group>"; };
  115. EF73118F0CB5797B009473B4 /* VLCAudio.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCAudio.m; sourceTree = "<group>"; };
  116. EF78BD0D0CAEEEC300354E6E /* VLCEventManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCEventManager.h; path = Internal/VLCEventManager.h; sourceTree = "<group>"; };
  117. EF78BD120CAEEEE700354E6E /* VLCKit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCKit.h; path = Public/VLCKit.h; sourceTree = "<group>"; };
  118. EF78BD130CAEEEE700354E6E /* VLCMedia.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCMedia.h; path = Public/VLCMedia.h; sourceTree = "<group>"; };
  119. EF78BD150CAEEEE700354E6E /* VLCMediaLibrary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCMediaLibrary.h; path = Public/VLCMediaLibrary.h; sourceTree = "<group>"; };
  120. EF78BD160CAEEEE700354E6E /* VLCMediaList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCMediaList.h; path = Public/VLCMediaList.h; sourceTree = "<group>"; };
  121. EF78BD190CAEEEE700354E6E /* VLCTime.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCTime.h; path = Public/VLCTime.h; sourceTree = "<group>"; };
  122. EF78BD1A0CAEEEE700354E6E /* VLCVideoView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCVideoView.h; path = Public/VLCVideoView.h; sourceTree = "<group>"; };
  123. EF78BD350CAEEFB000354E6E /* Pre-Compile.sh */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.script.sh; path = "Pre-Compile.sh"; sourceTree = "<group>"; };
  124. EF78BD3C0CAEEFF600354E6E /* VLCEventManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCEventManager.m; sourceTree = "<group>"; };
  125. EF78BD3D0CAEEFF600354E6E /* VLCLibrary.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCLibrary.m; sourceTree = "<group>"; };
  126. EF78BD3E0CAEEFF600354E6E /* VLCMedia.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCMedia.m; sourceTree = "<group>"; };
  127. EF78BD400CAEEFF600354E6E /* VLCMediaLibrary.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCMediaLibrary.m; sourceTree = "<group>"; };
  128. EF78BD410CAEEFF600354E6E /* VLCMediaList.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCMediaList.m; sourceTree = "<group>"; };
  129. EF78BD440CAEEFF600354E6E /* VLCTime.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCTime.m; sourceTree = "<group>"; };
  130. EF78BD450CAEEFF600354E6E /* VLCVideoView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCVideoView.m; sourceTree = "<group>"; };
  131. EF8BB8CE0CAFA8D80038A613 /* VLCMediaPlayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCMediaPlayer.h; path = Public/VLCMediaPlayer.h; sourceTree = "<group>"; };
  132. EF8BB8CF0CAFA8D80038A613 /* VLCMediaPlayer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCMediaPlayer.m; sourceTree = "<group>"; };
  133. EFD551DC0CC6DD720074CEE1 /* VLCLibVLCBridging.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCLibVLCBridging.h; path = Internal/VLCLibVLCBridging.h; sourceTree = "<group>"; };
  134. /* End PBXFileReference section */
  135. /* Begin PBXFrameworksBuildPhase section */
  136. 7DF2DC271D63145D00CDA90D /* Frameworks */ = {
  137. isa = PBXFrameworksBuildPhase;
  138. buildActionMask = 2147483647;
  139. files = (
  140. 7DF2DC281D63145D00CDA90D /* Cocoa.framework in Frameworks */,
  141. 7DF2DC291D63145D00CDA90D /* QuartzCore.framework in Frameworks */,
  142. );
  143. runOnlyForDeploymentPostprocessing = 0;
  144. };
  145. /* End PBXFrameworksBuildPhase section */
  146. /* Begin PBXGroup section */
  147. 034768DFFF38A50411DB9C8B /* Products */ = {
  148. isa = PBXGroup;
  149. children = (
  150. 7DF2DC2D1D63145D00CDA90D /* VLCKit.framework */,
  151. );
  152. name = Products;
  153. sourceTree = "<group>";
  154. };
  155. 0867D691FE84028FC02AAC07 /* VLC */ = {
  156. isa = PBXGroup;
  157. children = (
  158. EF78BD3B0CAEEFD000354E6E /* Headers */,
  159. 08FB77AEFE84172EC02AAC07 /* Sources */,
  160. 32C88DFF0371C24200C91783 /* Other Sources */,
  161. 089C1665FE841158C02AAC07 /* Resources */,
  162. 0867D69AFE84028FC02AAC07 /* External Frameworks and Libraries */,
  163. 034768DFFF38A50411DB9C8B /* Products */,
  164. 7DF2DC2F1D6314FB00CDA90D /* Frameworks */,
  165. );
  166. name = VLC;
  167. sourceTree = "<group>";
  168. };
  169. 0867D69AFE84028FC02AAC07 /* External Frameworks and Libraries */ = {
  170. isa = PBXGroup;
  171. children = (
  172. EF53DD5F0CBD7BD100D3D4D0 /* Linked Libraries */,
  173. 1058C7B0FEA5585E11CA2CBB /* Linked Frameworks */,
  174. 1058C7B2FEA5585E11CA2CBB /* Other Frameworks */,
  175. );
  176. name = "External Frameworks and Libraries";
  177. sourceTree = "<group>";
  178. };
  179. 089C1665FE841158C02AAC07 /* Resources */ = {
  180. isa = PBXGroup;
  181. children = (
  182. EF78BD350CAEEFB000354E6E /* Pre-Compile.sh */,
  183. 633753FF10ECE1C60072A0D9 /* Configure.sh */,
  184. 63030CC70CCA652C0088ECD1 /* Info.plist */,
  185. );
  186. name = Resources;
  187. sourceTree = "<group>";
  188. };
  189. 08FB77AEFE84172EC02AAC07 /* Sources */ = {
  190. isa = PBXGroup;
  191. children = (
  192. EF78BD3C0CAEEFF600354E6E /* VLCEventManager.m */,
  193. EF78BD3D0CAEEFF600354E6E /* VLCLibrary.m */,
  194. EF78BD3E0CAEEFF600354E6E /* VLCMedia.m */,
  195. 637D5ADB0CF6F2720073EA45 /* VLCMediaDiscoverer.m */,
  196. EF78BD410CAEEFF600354E6E /* VLCMediaList.m */,
  197. 63014A781042ACE100534090 /* VLCMediaListPlayer.m */,
  198. EF8BB8CF0CAFA8D80038A613 /* VLCMediaPlayer.m */,
  199. 636E974C11E8DCF1002FE8A9 /* VLCMediaThumbnailer.m */,
  200. EF78BD400CAEEFF600354E6E /* VLCMediaLibrary.m */,
  201. A7A0CEA30D2EF13000F2C039 /* VLCVideoCommon.m */,
  202. 6341FCB00D2C0936002A97B7 /* VLCVideoLayer.m */,
  203. EF78BD450CAEEFF600354E6E /* VLCVideoView.m */,
  204. EF78BD440CAEEFF600354E6E /* VLCTime.m */,
  205. EF73118F0CB5797B009473B4 /* VLCAudio.m */,
  206. 63098FDA110E7159005F46AE /* VLCExtensionsManager.m */,
  207. 63099114110F0EC3005F46AE /* VLCExtension.m */,
  208. 7D34F56C1C90A990008A39F0 /* Dialogs */,
  209. 632A0F7B0D38F78500AFC99B /* Stream */,
  210. 7DF7A2021D197E7C0001FF69 /* Helpers */,
  211. );
  212. path = Sources;
  213. sourceTree = "<group>";
  214. };
  215. 1058C7B0FEA5585E11CA2CBB /* Linked Frameworks */ = {
  216. isa = PBXGroup;
  217. children = (
  218. 63D88CA9124E9A8200F65FA0 /* ApplicationServices.framework */,
  219. 63D88C56124E9A5100F65FA0 /* Quartz.framework */,
  220. 6384FD070D0DBA20005EB1F7 /* QuartzCore.framework */,
  221. 1058C7B1FEA5585E11CA2CBB /* Cocoa.framework */,
  222. );
  223. name = "Linked Frameworks";
  224. sourceTree = "<group>";
  225. };
  226. 1058C7B2FEA5585E11CA2CBB /* Other Frameworks */ = {
  227. isa = PBXGroup;
  228. children = (
  229. 0867D6A5FE840307C02AAC07 /* AppKit.framework */,
  230. D2F7E79907B2D74100F64583 /* CoreData.framework */,
  231. 0867D69BFE84028FC02AAC07 /* Foundation.framework */,
  232. );
  233. name = "Other Frameworks";
  234. sourceTree = "<group>";
  235. };
  236. 32C88DFF0371C24200C91783 /* Other Sources */ = {
  237. isa = PBXGroup;
  238. children = (
  239. 32DBCF5E0370ADEE00C91783 /* VLC_Prefix.pch */,
  240. );
  241. name = "Other Sources";
  242. sourceTree = "<group>";
  243. };
  244. 632A0F7B0D38F78500AFC99B /* Stream */ = {
  245. isa = PBXGroup;
  246. children = (
  247. 632A0E840D3835C400AFC99B /* VLCStreamSession.m */,
  248. 632A0EC20D38392E00AFC99B /* VLCStreamOutput.m */,
  249. );
  250. name = Stream;
  251. sourceTree = "<group>";
  252. };
  253. 632A0F7C0D38F79200AFC99B /* Stream */ = {
  254. isa = PBXGroup;
  255. children = (
  256. 632A0E830D3835C400AFC99B /* VLCStreamSession.h */,
  257. 632A0EC10D38392E00AFC99B /* VLCStreamOutput.h */,
  258. );
  259. name = Stream;
  260. sourceTree = "<group>";
  261. };
  262. 637CFB960D2D281900A041B6 /* Internal */ = {
  263. isa = PBXGroup;
  264. children = (
  265. EFD551DC0CC6DD720074CEE1 /* VLCLibVLCBridging.h */,
  266. EF78BD0D0CAEEEC300354E6E /* VLCEventManager.h */,
  267. A7A0CEA20D2EF13000F2C039 /* VLCVideoCommon.h */,
  268. 7D34F5581C90A954008A39F0 /* VLCCustomDialogProvider.h */,
  269. 7D34F5591C90A954008A39F0 /* VLCEmbeddedDialogProvider.h */,
  270. 7D34F55A1C90A954008A39F0 /* VLCiOSLegacyDialogProvider.h */,
  271. );
  272. name = Internal;
  273. sourceTree = "<group>";
  274. };
  275. 7D34F56C1C90A990008A39F0 /* Dialogs */ = {
  276. isa = PBXGroup;
  277. children = (
  278. 7D34F5641C90A98B008A39F0 /* VLCCustomDialogProvider.m */,
  279. 7D34F5651C90A98B008A39F0 /* VLCDialogProvider.m */,
  280. );
  281. name = Dialogs;
  282. sourceTree = "<group>";
  283. };
  284. 7DF2DC2F1D6314FB00CDA90D /* Frameworks */ = {
  285. isa = PBXGroup;
  286. children = (
  287. 7DF2DC301D6314FB00CDA90D /* libcompat.a */,
  288. );
  289. name = Frameworks;
  290. sourceTree = "<group>";
  291. };
  292. 7DF7A2021D197E7C0001FF69 /* Helpers */ = {
  293. isa = PBXGroup;
  294. children = (
  295. 7DF7A2031D197E8E0001FF69 /* VLCHelperCode.h */,
  296. 7DF7A2041D197E8E0001FF69 /* VLCHelperCode.m */,
  297. );
  298. name = Helpers;
  299. sourceTree = "<group>";
  300. };
  301. CCEC5B6C114D9BD300D34AAB /* libvlc (not distributed) */ = {
  302. isa = PBXGroup;
  303. children = (
  304. CCEC5B73114D9BE800D34AAB /* deprecated.h */,
  305. CCEC5B74114D9BE800D34AAB /* libvlc_events.h */,
  306. CCEC5B75114D9BE800D34AAB /* libvlc_media_discoverer.h */,
  307. CCEC5B76114D9BE800D34AAB /* libvlc_media_library.h */,
  308. CCEC5B77114D9BE800D34AAB /* libvlc_media_list_player.h */,
  309. CCEC5B78114D9BE800D34AAB /* libvlc_media_list.h */,
  310. CCEC5B79114D9BE800D34AAB /* libvlc_media_player.h */,
  311. CCEC5B7A114D9BE800D34AAB /* libvlc_media.h */,
  312. CCEC5B7B114D9BE800D34AAB /* libvlc_structures.h */,
  313. CCEC5B7C114D9BE800D34AAB /* libvlc_vlm.h */,
  314. CCEC5B7D114D9BE800D34AAB /* libvlc.h */,
  315. CCEC5B7E114D9BE800D34AAB /* vlc.h */,
  316. );
  317. name = "libvlc (not distributed)";
  318. sourceTree = "<group>";
  319. };
  320. EF53DD5F0CBD7BD100D3D4D0 /* Linked Libraries */ = {
  321. isa = PBXGroup;
  322. children = (
  323. 7DF2DC341D63153E00CDA90D /* libcompat.a */,
  324. 7DF2DC351D63155800CDA90D /* libvlc.dylib */,
  325. 7DF2DC361D63155800CDA90D /* libvlccore.dylib */,
  326. );
  327. name = "Linked Libraries";
  328. sourceTree = "<group>";
  329. };
  330. EF6BC9110DA1932F00DD37EF /* Public */ = {
  331. isa = PBXGroup;
  332. children = (
  333. 634117B911D9344400FA3A70 /* MobileVLCKit.h */,
  334. EF78BD120CAEEEE700354E6E /* VLCKit.h */,
  335. 637CFB930D2D280800A041B6 /* VLCLibrary.h */,
  336. EF78BD130CAEEEE700354E6E /* VLCMedia.h */,
  337. 637D5ABC0CF6F2650073EA45 /* VLCMediaDiscoverer.h */,
  338. EF78BD160CAEEEE700354E6E /* VLCMediaList.h */,
  339. 63014B7D1042E64A00534090 /* VLCMediaListPlayer.h */,
  340. EF8BB8CE0CAFA8D80038A613 /* VLCMediaPlayer.h */,
  341. EF78BD150CAEEEE700354E6E /* VLCMediaLibrary.h */,
  342. 63D88D92124E9BF600F65FA0 /* VLCMediaThumbnailer.h */,
  343. 6341FCAE0D2C0929002A97B7 /* VLCVideoLayer.h */,
  344. EF78BD1A0CAEEEE700354E6E /* VLCVideoView.h */,
  345. EF78BD190CAEEEE700354E6E /* VLCTime.h */,
  346. EF73118E0CB5797B009473B4 /* VLCAudio.h */,
  347. 63099949110FC791005F46AE /* VLCExtension.h */,
  348. 6309994A110FC791005F46AE /* VLCExtensionsManager.h */,
  349. 7D34F5611C90A96C008A39F0 /* VLCDialogProvider.h */,
  350. 632A0F7C0D38F79200AFC99B /* Stream */,
  351. );
  352. name = Public;
  353. sourceTree = "<group>";
  354. };
  355. EF78BD3B0CAEEFD000354E6E /* Headers */ = {
  356. isa = PBXGroup;
  357. children = (
  358. CCEC5B6C114D9BD300D34AAB /* libvlc (not distributed) */,
  359. 637CFB960D2D281900A041B6 /* Internal */,
  360. EF6BC9110DA1932F00DD37EF /* Public */,
  361. );
  362. path = Headers;
  363. sourceTree = "<group>";
  364. };
  365. /* End PBXGroup section */
  366. /* Begin PBXHeadersBuildPhase section */
  367. 7DF2DC0C1D63145D00CDA90D /* Headers */ = {
  368. isa = PBXHeadersBuildPhase;
  369. buildActionMask = 2147483647;
  370. files = (
  371. 7DF2DC0D1D63145D00CDA90D /* VLCEventManager.h in Headers */,
  372. 7DF2DC0E1D63145D00CDA90D /* VLCKit.h in Headers */,
  373. 7DF2DC0F1D63145D00CDA90D /* VLCMedia.h in Headers */,
  374. 7DF2DC101D63145D00CDA90D /* VLCCustomDialogProvider.h in Headers */,
  375. 7DF2DC111D63145D00CDA90D /* VLCMediaLibrary.h in Headers */,
  376. 7DF2DC121D63145D00CDA90D /* VLCMediaList.h in Headers */,
  377. 7DF2DC131D63145D00CDA90D /* VLCTime.h in Headers */,
  378. 7DF2DC141D63145D00CDA90D /* VLCVideoView.h in Headers */,
  379. 7DF2DC151D63145D00CDA90D /* VLCMediaPlayer.h in Headers */,
  380. 7DF2DC161D63145D00CDA90D /* VLCAudio.h in Headers */,
  381. 7DF2DC171D63145D00CDA90D /* VLCLibVLCBridging.h in Headers */,
  382. 7DF2DC181D63145D00CDA90D /* VLCHelperCode.h in Headers */,
  383. 7DF2DC191D63145D00CDA90D /* VLCEmbeddedDialogProvider.h in Headers */,
  384. 7DF2DC1A1D63145D00CDA90D /* VLCMediaDiscoverer.h in Headers */,
  385. 7DF2DC1B1D63145D00CDA90D /* VLCiOSLegacyDialogProvider.h in Headers */,
  386. 7DF2DC1C1D63145D00CDA90D /* VLCVideoLayer.h in Headers */,
  387. 7DF2DC1D1D63145D00CDA90D /* VLCLibrary.h in Headers */,
  388. 7DF2DC1E1D63145D00CDA90D /* VLCVideoCommon.h in Headers */,
  389. 7DF2DC1F1D63145D00CDA90D /* VLCDialogProvider.h in Headers */,
  390. 7DF2DC201D63145D00CDA90D /* VLCStreamSession.h in Headers */,
  391. 7DF2DC211D63145D00CDA90D /* VLCStreamOutput.h in Headers */,
  392. 7DF2DC221D63145D00CDA90D /* VLCMediaThumbnailer.h in Headers */,
  393. 7DF2DC231D63145D00CDA90D /* VLCMediaListPlayer.h in Headers */,
  394. 7DF2DC241D63145D00CDA90D /* VLCExtension.h in Headers */,
  395. 7DF2DC251D63145D00CDA90D /* VLCExtensionsManager.h in Headers */,
  396. );
  397. runOnlyForDeploymentPostprocessing = 0;
  398. };
  399. /* End PBXHeadersBuildPhase section */
  400. /* Begin PBXNativeTarget section */
  401. 7DF2DBF41D63145D00CDA90D /* VLCKit */ = {
  402. isa = PBXNativeTarget;
  403. buildConfigurationList = 7DF2DC2A1D63145D00CDA90D /* Build configuration list for PBXNativeTarget "VLCKit" */;
  404. buildPhases = (
  405. 7DF2DC0C1D63145D00CDA90D /* Headers */,
  406. 7D1743F41D63247D00D8D053 /* ShellScript */,
  407. 7DF2DBF61D63145D00CDA90D /* Sources */,
  408. 7DF2DC271D63145D00CDA90D /* Frameworks */,
  409. );
  410. buildRules = (
  411. );
  412. comments = "-lvlc -lvlc-control -dylib_file @loader_path/../lib/vlc_libintl.dylib:$(TARGET_BUILD_DIR)/$(PROJECT_NAME).framework/lib/vlc_libintl.dylib -dylib_file @loader_path/../lib/libvlc.dylib:$(TARGET_BUILD_DIR)/$(PROJECT_NAME).framework/lib/libvlc.dylib";
  413. dependencies = (
  414. );
  415. name = VLCKit;
  416. productInstallPath = "$(HOME)/Library/Frameworks";
  417. productName = VLC;
  418. productReference = 7DF2DC2D1D63145D00CDA90D /* VLCKit.framework */;
  419. productType = "com.apple.product-type.framework";
  420. };
  421. /* End PBXNativeTarget section */
  422. /* Begin PBXProject section */
  423. 0867D690FE84028FC02AAC07 /* Project object */ = {
  424. isa = PBXProject;
  425. attributes = {
  426. LastUpgradeCheck = 0450;
  427. };
  428. buildConfigurationList = 1DEB91B108733DA50010E9CD /* Build configuration list for PBXProject "VLCKit" */;
  429. compatibilityVersion = "Xcode 3.2";
  430. developmentRegion = English;
  431. hasScannedForEncodings = 1;
  432. knownRegions = (
  433. English,
  434. Japanese,
  435. French,
  436. German,
  437. );
  438. mainGroup = 0867D691FE84028FC02AAC07 /* VLC */;
  439. productRefGroup = 034768DFFF38A50411DB9C8B /* Products */;
  440. projectDirPath = "";
  441. projectRoot = "";
  442. targets = (
  443. 7DF2DBF41D63145D00CDA90D /* VLCKit */,
  444. );
  445. };
  446. /* End PBXProject section */
  447. /* Begin PBXShellScriptBuildPhase section */
  448. 7D1743F41D63247D00D8D053 /* ShellScript */ = {
  449. isa = PBXShellScriptBuildPhase;
  450. buildActionMask = 2147483647;
  451. files = (
  452. );
  453. inputPaths = (
  454. );
  455. outputPaths = (
  456. );
  457. runOnlyForDeploymentPostprocessing = 0;
  458. shellPath = /bin/sh;
  459. shellScript = "sh $SOURCE_ROOT/installPluginsVLCKit.sh";
  460. };
  461. /* End PBXShellScriptBuildPhase section */
  462. /* Begin PBXSourcesBuildPhase section */
  463. 7DF2DBF61D63145D00CDA90D /* Sources */ = {
  464. isa = PBXSourcesBuildPhase;
  465. buildActionMask = 2147483647;
  466. files = (
  467. 7DF2DBF71D63145D00CDA90D /* VLCEventManager.m in Sources */,
  468. 7DF2DBF81D63145D00CDA90D /* VLCLibrary.m in Sources */,
  469. 7DF2DBF91D63145D00CDA90D /* VLCMedia.m in Sources */,
  470. 7DF2DBFA1D63145D00CDA90D /* VLCMediaLibrary.m in Sources */,
  471. 7DF2DBFB1D63145D00CDA90D /* VLCMediaList.m in Sources */,
  472. 7DF2DBFC1D63145D00CDA90D /* VLCTime.m in Sources */,
  473. 7DF2DBFD1D63145D00CDA90D /* VLCVideoView.m in Sources */,
  474. 7DF2DBFE1D63145D00CDA90D /* VLCCustomDialogProvider.m in Sources */,
  475. 7DF2DBFF1D63145D00CDA90D /* VLCMediaPlayer.m in Sources */,
  476. 7DF2DC001D63145D00CDA90D /* VLCAudio.m in Sources */,
  477. 7DF2DC011D63145D00CDA90D /* VLCDialogProvider.m in Sources */,
  478. 7DF2DC021D63145D00CDA90D /* VLCMediaDiscoverer.m in Sources */,
  479. 7DF2DC031D63145D00CDA90D /* VLCVideoLayer.m in Sources */,
  480. 7DF2DC041D63145D00CDA90D /* VLCVideoCommon.m in Sources */,
  481. 7DF2DC051D63145D00CDA90D /* VLCStreamSession.m in Sources */,
  482. 7DF2DC061D63145D00CDA90D /* VLCStreamOutput.m in Sources */,
  483. 7DF2DC071D63145D00CDA90D /* VLCMediaListPlayer.m in Sources */,
  484. 7DF2DC081D63145D00CDA90D /* VLCExtensionsManager.m in Sources */,
  485. 7DF2DC091D63145D00CDA90D /* VLCExtension.m in Sources */,
  486. 7DF2DC0A1D63145D00CDA90D /* VLCMediaThumbnailer.m in Sources */,
  487. 7DF2DC0B1D63145D00CDA90D /* VLCHelperCode.m in Sources */,
  488. );
  489. runOnlyForDeploymentPostprocessing = 0;
  490. };
  491. /* End PBXSourcesBuildPhase section */
  492. /* Begin XCBuildConfiguration section */
  493. 1DEB91B208733DA50010E9CD /* Debug */ = {
  494. isa = XCBuildConfiguration;
  495. buildSettings = {
  496. ARCHS = "$(ARCHS_STANDARD_64_BIT)";
  497. CLANG_ENABLE_OBJC_ARC = YES;
  498. GCC_C_LANGUAGE_STANDARD = c99;
  499. GCC_VERSION = "";
  500. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  501. GCC_WARN_UNUSED_VARIABLE = YES;
  502. MACOSX_DEPLOYMENT_TARGET = 10.7;
  503. ONLY_ACTIVE_ARCH = YES;
  504. SDKROOT = macosx;
  505. VALID_ARCHS = x86_64;
  506. VLC_BUILD_DIR = "$(SYMROOT)/$(CONFIGURATION)/vlc_build_dir";
  507. VLC_SRC_DIR = "$(SRCROOT)/vlc-unstable";
  508. };
  509. name = Debug;
  510. };
  511. 1DEB91B308733DA50010E9CD /* Release */ = {
  512. isa = XCBuildConfiguration;
  513. buildSettings = {
  514. ARCHS = "$(ARCHS_STANDARD_64_BIT)";
  515. CLANG_ENABLE_OBJC_ARC = YES;
  516. GCC_C_LANGUAGE_STANDARD = c99;
  517. GCC_VERSION = "";
  518. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  519. GCC_WARN_UNUSED_VARIABLE = YES;
  520. MACOSX_DEPLOYMENT_TARGET = 10.7;
  521. ONLY_ACTIVE_ARCH = NO;
  522. SDKROOT = macosx;
  523. VALID_ARCHS = x86_64;
  524. VLC_BUILD_DIR = "$(SYMROOT)/$(CONFIGURATION)/vlc_build_dir";
  525. VLC_SRC_DIR = "$(SRCROOT)/vlc-unstable";
  526. };
  527. name = Release;
  528. };
  529. 7DF2DC2B1D63145D00CDA90D /* Debug */ = {
  530. isa = XCBuildConfiguration;
  531. buildSettings = {
  532. ARCHS = "$(ARCHS_STANDARD_64_BIT)";
  533. CLANG_ENABLE_OBJC_ARC = YES;
  534. CLANG_WARN_OBJC_IMPLICIT_ATOMIC_PROPERTIES = YES;
  535. COMBINE_HIDPI_IMAGES = YES;
  536. COPY_PHASE_STRIP = NO;
  537. DEFINES_MODULE = YES;
  538. DYLIB_COMPATIBILITY_VERSION = 1;
  539. DYLIB_CURRENT_VERSION = 1;
  540. FRAMEWORK_VERSION = A;
  541. GCC_DYNAMIC_NO_PIC = NO;
  542. GCC_ENABLE_OBJC_EXCEPTIONS = YES;
  543. GCC_OPTIMIZATION_LEVEL = 0;
  544. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  545. GCC_PREFIX_HEADER = VLC_Prefix.pch;
  546. HEADER_SEARCH_PATHS = (
  547. "$(VLC_SRC_DIR)/include",
  548. "Headers/**",
  549. );
  550. INFOPLIST_FILE = Resources/Info.plist;
  551. INSTALL_PATH = "@loader_path/../Frameworks";
  552. LIBRARY_SEARCH_PATHS = "$(CONFIGURATION_BUILD_DIR)/$(PRODUCT_NAME).$(WRAPPER_EXTENSION)/lib";
  553. OTHER_LDFLAGS = (
  554. "-lvlccore",
  555. "-single_module",
  556. "-lvlc",
  557. );
  558. PRIVATE_HEADERS_FOLDER_PATH = "$(CONTENTS_FOLDER_PATH)/PrivateHeaders";
  559. PRODUCT_MODULE_NAME = VLCKit;
  560. PRODUCT_NAME = "$(TARGET_NAME)";
  561. SCAN_ALL_SOURCE_FILES_FOR_INCLUDES = YES;
  562. SDKROOT = macosx;
  563. VALID_ARCHS = x86_64;
  564. VLC_SRC_DIR = "$(SRCROOT)/libvlc/vlc";
  565. WRAPPER_EXTENSION = framework;
  566. };
  567. name = Debug;
  568. };
  569. 7DF2DC2C1D63145D00CDA90D /* Release */ = {
  570. isa = XCBuildConfiguration;
  571. buildSettings = {
  572. ARCHS = "$(ARCHS_STANDARD_64_BIT)";
  573. CLANG_ENABLE_OBJC_ARC = YES;
  574. CLANG_WARN_OBJC_IMPLICIT_ATOMIC_PROPERTIES = YES;
  575. COMBINE_HIDPI_IMAGES = YES;
  576. DEFINES_MODULE = YES;
  577. DYLIB_COMPATIBILITY_VERSION = 1;
  578. DYLIB_CURRENT_VERSION = 1;
  579. FRAMEWORK_VERSION = A;
  580. GCC_ENABLE_OBJC_EXCEPTIONS = YES;
  581. GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
  582. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  583. GCC_PREFIX_HEADER = VLC_Prefix.pch;
  584. HEADER_SEARCH_PATHS = (
  585. "$(VLC_SRC_DIR)/include",
  586. "Headers/**",
  587. );
  588. INFOPLIST_FILE = Resources/Info.plist;
  589. INSTALL_PATH = "@loader_path/../Frameworks";
  590. LIBRARY_SEARCH_PATHS = "$(CONFIGURATION_BUILD_DIR)/$(PRODUCT_NAME).$(WRAPPER_EXTENSION)/lib";
  591. OTHER_LDFLAGS = (
  592. "-lvlccore",
  593. "-single_module",
  594. "-lvlc",
  595. );
  596. PRIVATE_HEADERS_FOLDER_PATH = "$(CONTENTS_FOLDER_PATH)/PrivateHeaders";
  597. PRODUCT_MODULE_NAME = VLCKit;
  598. PRODUCT_NAME = "$(TARGET_NAME)";
  599. SCAN_ALL_SOURCE_FILES_FOR_INCLUDES = YES;
  600. SDKROOT = macosx;
  601. VALID_ARCHS = x86_64;
  602. VLC_SRC_DIR = "$(SRCROOT)/libvlc/vlc";
  603. WRAPPER_EXTENSION = framework;
  604. };
  605. name = Release;
  606. };
  607. /* End XCBuildConfiguration section */
  608. /* Begin XCConfigurationList section */
  609. 1DEB91B108733DA50010E9CD /* Build configuration list for PBXProject "VLCKit" */ = {
  610. isa = XCConfigurationList;
  611. buildConfigurations = (
  612. 1DEB91B208733DA50010E9CD /* Debug */,
  613. 1DEB91B308733DA50010E9CD /* Release */,
  614. );
  615. defaultConfigurationIsVisible = 0;
  616. defaultConfigurationName = Debug;
  617. };
  618. 7DF2DC2A1D63145D00CDA90D /* Build configuration list for PBXNativeTarget "VLCKit" */ = {
  619. isa = XCConfigurationList;
  620. buildConfigurations = (
  621. 7DF2DC2B1D63145D00CDA90D /* Debug */,
  622. 7DF2DC2C1D63145D00CDA90D /* Release */,
  623. );
  624. defaultConfigurationIsVisible = 0;
  625. defaultConfigurationName = Debug;
  626. };
  627. /* End XCConfigurationList section */
  628. };
  629. rootObject = 0867D690FE84028FC02AAC07 /* Project object */;
  630. }