|
@@ -9,7 +9,12 @@
|
|
/* Begin PBXBuildFile section */
|
|
/* Begin PBXBuildFile section */
|
|
0E159EC41BC6B2890015BA7C /* VLCAudio.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B49C5FB1BC3D7870052D40C /* VLCAudio.m */; };
|
|
0E159EC41BC6B2890015BA7C /* VLCAudio.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B49C5FB1BC3D7870052D40C /* VLCAudio.m */; };
|
|
0E159EC51BC6B2930015BA7C /* VLCAudio.h in Copy Headers */ = {isa = PBXBuildFile; fileRef = 4B49C5FD1BC3D7960052D40C /* VLCAudio.h */; };
|
|
0E159EC51BC6B2930015BA7C /* VLCAudio.h in Copy Headers */ = {isa = PBXBuildFile; fileRef = 4B49C5FD1BC3D7960052D40C /* VLCAudio.h */; };
|
|
- 0EE80C7B241683030035EC7F /* libvlc.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0EE80C7A241683020035EC7F /* libvlc.framework */; };
|
|
|
|
|
|
+ 0EE528B4241BEE6800050373 /* VLCPlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = 0EE528B3241BE7D400050373 /* VLCPlugin.h */; };
|
|
|
|
+ 0EE528B6241BEED200050373 /* VLCPlugin.h in Copy Headers */ = {isa = PBXBuildFile; fileRef = 0EE528B5241BEED200050373 /* VLCPlugin.h */; };
|
|
|
|
+ 0EE528B8241BF09700050373 /* plugins.manifest.h in Copy Headers */ = {isa = PBXBuildFile; fileRef = 0EE528B7241BF09700050373 /* plugins.manifest.h */; };
|
|
|
|
+ 0EE528BF241BF9A000050373 /* libvlc.12.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 0EE528B9241BF98A00050373 /* libvlc.12.dylib */; };
|
|
|
|
+ 0EE528C0241BF9BA00050373 /* libvlccore.9.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 0EE528BB241BF98B00050373 /* libvlccore.9.dylib */; };
|
|
|
|
+ 0EE528C2241BF9E000050373 /* libvlcmodules_plugin.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 0EE528C1241BF9E000050373 /* libvlcmodules_plugin.dylib */; };
|
|
0EE80C7C241687340035EC7F /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7D8938FB1B5009CB008F2B14 /* UIKit.framework */; };
|
|
0EE80C7C241687340035EC7F /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7D8938FB1B5009CB008F2B14 /* UIKit.framework */; };
|
|
0EE80C7D241687470035EC7F /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7D8938EC1B500991008F2B14 /* CoreGraphics.framework */; };
|
|
0EE80C7D241687470035EC7F /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7D8938EC1B500991008F2B14 /* CoreGraphics.framework */; };
|
|
3F7CC79921D69DEA0094B074 /* module.modulemap in Copy Modulemap */ = {isa = PBXBuildFile; fileRef = 3F7CC79721D69D9A0094B074 /* module.modulemap */; };
|
|
3F7CC79921D69DEA0094B074 /* module.modulemap in Copy Modulemap */ = {isa = PBXBuildFile; fileRef = 3F7CC79721D69D9A0094B074 /* module.modulemap */; };
|
|
@@ -329,6 +334,8 @@
|
|
dstPath = MobileVLCKit;
|
|
dstPath = MobileVLCKit;
|
|
dstSubfolderSpec = 16;
|
|
dstSubfolderSpec = 16;
|
|
files = (
|
|
files = (
|
|
|
|
+ 0EE528B8241BF09700050373 /* plugins.manifest.h in Copy Headers */,
|
|
|
|
+ 0EE528B6241BEED200050373 /* VLCPlugin.h in Copy Headers */,
|
|
41E1959A21BEA4FD00F10277 /* VLCTranscoder.h in Copy Headers */,
|
|
41E1959A21BEA4FD00F10277 /* VLCTranscoder.h in Copy Headers */,
|
|
8D826AE1203F3CC500536EF7 /* VLCRendererDiscoverer.h in Copy Headers */,
|
|
8D826AE1203F3CC500536EF7 /* VLCRendererDiscoverer.h in Copy Headers */,
|
|
8D826AE2203F3CC500536EF7 /* VLCRendererItem.h in Copy Headers */,
|
|
8D826AE2203F3CC500536EF7 /* VLCRendererItem.h in Copy Headers */,
|
|
@@ -428,7 +435,12 @@
|
|
|
|
|
|
/* Begin PBXFileReference section */
|
|
/* Begin PBXFileReference section */
|
|
0EE528B3241BE7D400050373 /* VLCPlugin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCPlugin.h; path = Headers/Public/VLCPlugin.h; sourceTree = "<group>"; };
|
|
0EE528B3241BE7D400050373 /* VLCPlugin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCPlugin.h; path = Headers/Public/VLCPlugin.h; sourceTree = "<group>"; };
|
|
- 0EE80C7A241683020035EC7F /* libvlc.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = libvlc.framework; path = "libvlc/vlc/build-iphonesimulator-x86_64/static-lib/libvlc.framework"; sourceTree = "<group>"; };
|
|
|
|
|
|
+ 0EE528B5241BEED200050373 /* VLCPlugin.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = VLCPlugin.h; path = Headers/Public/VLCPlugin.h; sourceTree = "<group>"; };
|
|
|
|
+ 0EE528B7241BF09700050373 /* plugins.manifest.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = plugins.manifest.h; path = build/MobileVLCKit.framework/Headers/plugins.manifest.h; sourceTree = "<group>"; };
|
|
|
|
+ 0EE528B9241BF98A00050373 /* libvlc.12.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libvlc.12.dylib; path = "libvlc/vlc/build-iphonesimulator-x86_64/vlc-iphonesimulator13.2-x86_64/lib/libvlc.12.dylib"; sourceTree = "<group>"; };
|
|
|
|
+ 0EE528BA241BF98A00050373 /* libvlc.la */ = {isa = PBXFileReference; lastKnownFileType = text; name = libvlc.la; path = "libvlc/vlc/build-iphonesimulator-x86_64/vlc-iphonesimulator13.2-x86_64/lib/libvlc.la"; sourceTree = "<group>"; };
|
|
|
|
+ 0EE528BB241BF98B00050373 /* libvlccore.9.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libvlccore.9.dylib; path = "libvlc/vlc/build-iphonesimulator-x86_64/vlc-iphonesimulator13.2-x86_64/lib/libvlccore.9.dylib"; sourceTree = "<group>"; };
|
|
|
|
+ 0EE528C1241BF9E000050373 /* libvlcmodules_plugin.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libvlcmodules_plugin.dylib; path = "libvlc/vlc/build-iphonesimulator-x86_64/vlc-iphonesimulator13.2-x86_64/lib/libvlcmodules_plugin.dylib"; sourceTree = "<group>"; };
|
|
3F7CC79621D69CB40094B074 /* module.modulemap */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.module-map"; name = module.modulemap; path = Resources/TVVLCKit/module.modulemap; sourceTree = SOURCE_ROOT; };
|
|
3F7CC79621D69CB40094B074 /* module.modulemap */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.module-map"; name = module.modulemap; path = Resources/TVVLCKit/module.modulemap; sourceTree = SOURCE_ROOT; };
|
|
3F7CC79721D69D9A0094B074 /* module.modulemap */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = "sourcecode.module-map"; name = module.modulemap; path = Resources/MobileVLCKit/module.modulemap; sourceTree = "<group>"; };
|
|
3F7CC79721D69D9A0094B074 /* module.modulemap */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = "sourcecode.module-map"; name = module.modulemap; path = Resources/MobileVLCKit/module.modulemap; sourceTree = "<group>"; };
|
|
41E1959621BEA28F00F10277 /* VLCTranscoder.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = VLCTranscoder.m; path = Sources/VLCTranscoder.m; sourceTree = "<group>"; };
|
|
41E1959621BEA28F00F10277 /* VLCTranscoder.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = VLCTranscoder.m; path = Sources/VLCTranscoder.m; sourceTree = "<group>"; };
|
|
@@ -660,8 +672,10 @@
|
|
isa = PBXFrameworksBuildPhase;
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
files = (
|
|
|
|
+ 0EE528C2241BF9E000050373 /* libvlcmodules_plugin.dylib in Frameworks */,
|
|
|
|
+ 0EE528C0241BF9BA00050373 /* libvlccore.9.dylib in Frameworks */,
|
|
|
|
+ 0EE528BF241BF9A000050373 /* libvlc.12.dylib in Frameworks */,
|
|
0EE80C7D241687470035EC7F /* CoreGraphics.framework in Frameworks */,
|
|
0EE80C7D241687470035EC7F /* CoreGraphics.framework in Frameworks */,
|
|
- 0EE80C7B241683030035EC7F /* libvlc.framework in Frameworks */,
|
|
|
|
0EE80C7C241687340035EC7F /* UIKit.framework in Frameworks */,
|
|
0EE80C7C241687340035EC7F /* UIKit.framework in Frameworks */,
|
|
AACBBE4A0F95108600F1A2B1 /* Foundation.framework in Frameworks */,
|
|
AACBBE4A0F95108600F1A2B1 /* Foundation.framework in Frameworks */,
|
|
);
|
|
);
|
|
@@ -706,6 +720,8 @@
|
|
0867D691FE84028FC02AAC07 /* MobileVLCKit */ = {
|
|
0867D691FE84028FC02AAC07 /* MobileVLCKit */ = {
|
|
isa = PBXGroup;
|
|
isa = PBXGroup;
|
|
children = (
|
|
children = (
|
|
|
|
+ 0EE528B7241BF09700050373 /* plugins.manifest.h */,
|
|
|
|
+ 0EE528B5241BEED200050373 /* VLCPlugin.h */,
|
|
7A5ECAE211DE8FD200F66AF3 /* Headers */,
|
|
7A5ECAE211DE8FD200F66AF3 /* Headers */,
|
|
08FB77AEFE84172EC02AAC07 /* Sources */,
|
|
08FB77AEFE84172EC02AAC07 /* Sources */,
|
|
32C88DFF0371C24200C91783 /* Other Sources */,
|
|
32C88DFF0371C24200C91783 /* Other Sources */,
|
|
@@ -723,7 +739,10 @@
|
|
0867D69AFE84028FC02AAC07 /* Frameworks */ = {
|
|
0867D69AFE84028FC02AAC07 /* Frameworks */ = {
|
|
isa = PBXGroup;
|
|
isa = PBXGroup;
|
|
children = (
|
|
children = (
|
|
- 0EE80C7A241683020035EC7F /* libvlc.framework */,
|
|
|
|
|
|
+ 0EE528C1241BF9E000050373 /* libvlcmodules_plugin.dylib */,
|
|
|
|
+ 0EE528B9241BF98A00050373 /* libvlc.12.dylib */,
|
|
|
|
+ 0EE528BA241BF98A00050373 /* libvlc.la */,
|
|
|
|
+ 0EE528BB241BF98B00050373 /* libvlccore.9.dylib */,
|
|
CAA03D2420C8DE7A001764DA /* CoreMedia.framework */,
|
|
CAA03D2420C8DE7A001764DA /* CoreMedia.framework */,
|
|
CAA03D2220C8DE73001764DA /* VideoToolbox.framework */,
|
|
CAA03D2220C8DE73001764DA /* VideoToolbox.framework */,
|
|
CAA03D2020C8DE6D001764DA /* AudioToolbox.framework */,
|
|
CAA03D2020C8DE6D001764DA /* AudioToolbox.framework */,
|
|
@@ -1051,6 +1070,7 @@
|
|
ED25609621F3A3F800396F9B /* VLCRendererItem.h in Headers */,
|
|
ED25609621F3A3F800396F9B /* VLCRendererItem.h in Headers */,
|
|
7DDC02161B501ED70078FC84 /* VLCEventManager.h in Headers */,
|
|
7DDC02161B501ED70078FC84 /* VLCEventManager.h in Headers */,
|
|
7DFDF4E81C9AF25600BA86A6 /* VLCEmbeddedDialogProvider.h in Headers */,
|
|
7DFDF4E81C9AF25600BA86A6 /* VLCEmbeddedDialogProvider.h in Headers */,
|
|
|
|
+ 0EE528B4241BEE6800050373 /* VLCPlugin.h in Headers */,
|
|
7DFDF4E91C9AF25600BA86A6 /* VLCiOSLegacyDialogProvider.h in Headers */,
|
|
7DFDF4E91C9AF25600BA86A6 /* VLCiOSLegacyDialogProvider.h in Headers */,
|
|
7DFDF4EA1C9AF25600BA86A6 /* VLCCustomDialogProvider.h in Headers */,
|
|
7DFDF4EA1C9AF25600BA86A6 /* VLCCustomDialogProvider.h in Headers */,
|
|
7D797FC81DF41FB900AD93ED /* DynamicMobileVLCKit.h in Headers */,
|
|
7D797FC81DF41FB900AD93ED /* DynamicMobileVLCKit.h in Headers */,
|
|
@@ -1609,6 +1629,10 @@
|
|
HEADER_SEARCH_PATHS = "$(SRCROOT)/libvlc/vlc/include";
|
|
HEADER_SEARCH_PATHS = "$(SRCROOT)/libvlc/vlc/include";
|
|
INSTALL_PATH = /usr/local/lib;
|
|
INSTALL_PATH = /usr/local/lib;
|
|
IPHONEOS_DEPLOYMENT_TARGET = 8.4;
|
|
IPHONEOS_DEPLOYMENT_TARGET = 8.4;
|
|
|
|
+ LIBRARY_SEARCH_PATHS = (
|
|
|
|
+ "$(inherited)",
|
|
|
|
+ "$(PROJECT_DIR)/libvlc/vlc/build-iphonesimulator-x86_64/vlc-iphonesimulator13.2-x86_64/lib",
|
|
|
|
+ );
|
|
MACH_O_TYPE = mh_dylib;
|
|
MACH_O_TYPE = mh_dylib;
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
OTHER_LIBTOOLFLAGS = "$(PROJECT_DIR)/libvlc/vlc/install-iPhone/libvlc-full-static.a $(OTHER_CFLAGS)";
|
|
OTHER_LIBTOOLFLAGS = "$(PROJECT_DIR)/libvlc/vlc/install-iPhone/libvlc-full-static.a $(OTHER_CFLAGS)";
|
|
@@ -1761,6 +1785,10 @@
|
|
HEADER_SEARCH_PATHS = "$(SRCROOT)/libvlc/vlc/include";
|
|
HEADER_SEARCH_PATHS = "$(SRCROOT)/libvlc/vlc/include";
|
|
INSTALL_PATH = /usr/local/lib;
|
|
INSTALL_PATH = /usr/local/lib;
|
|
IPHONEOS_DEPLOYMENT_TARGET = 8.4;
|
|
IPHONEOS_DEPLOYMENT_TARGET = 8.4;
|
|
|
|
+ LIBRARY_SEARCH_PATHS = (
|
|
|
|
+ "$(inherited)",
|
|
|
|
+ "$(PROJECT_DIR)/libvlc/vlc/build-iphonesimulator-x86_64/vlc-iphonesimulator13.2-x86_64/lib",
|
|
|
|
+ );
|
|
MACH_O_TYPE = mh_dylib;
|
|
MACH_O_TYPE = mh_dylib;
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
OTHER_LIBTOOLFLAGS = "$(PROJECT_DIR)/libvlc/vlc/install-iPhone/libvlc-full-static.a $(OTHER_CFLAGS)";
|
|
OTHER_LIBTOOLFLAGS = "$(PROJECT_DIR)/libvlc/vlc/install-iPhone/libvlc-full-static.a $(OTHER_CFLAGS)";
|