|
@@ -9,6 +9,9 @@
|
|
|
/* Begin PBXBuildFile section */
|
|
|
0E159EC41BC6B2890015BA7C /* VLCAudio.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B49C5FB1BC3D7870052D40C /* VLCAudio.m */; };
|
|
|
0E159EC51BC6B2930015BA7C /* VLCAudio.h in Copy Headers */ = {isa = PBXBuildFile; fileRef = 4B49C5FD1BC3D7960052D40C /* VLCAudio.h */; };
|
|
|
+ 0EE80C7B241683030035EC7F /* libvlc.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0EE80C7A241683020035EC7F /* libvlc.framework */; };
|
|
|
+ 0EE80C7C241687340035EC7F /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7D8938FB1B5009CB008F2B14 /* UIKit.framework */; };
|
|
|
+ 0EE80C7D241687470035EC7F /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7D8938EC1B500991008F2B14 /* CoreGraphics.framework */; };
|
|
|
3F7CC79921D69DEA0094B074 /* module.modulemap in Copy Modulemap */ = {isa = PBXBuildFile; fileRef = 3F7CC79721D69D9A0094B074 /* module.modulemap */; };
|
|
|
3F7CC79A21D69E090094B074 /* module.modulemap in Copy Modulemap */ = {isa = PBXBuildFile; fileRef = 3F7CC79621D69CB40094B074 /* module.modulemap */; };
|
|
|
41E1959721BEA28F00F10277 /* VLCTranscoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 41E1959621BEA28F00F10277 /* VLCTranscoder.m */; };
|
|
@@ -425,6 +428,7 @@
|
|
|
|
|
|
/* Begin PBXFileReference section */
|
|
|
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>"; };
|
|
|
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>"; };
|
|
|
41E1959621BEA28F00F10277 /* VLCTranscoder.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = VLCTranscoder.m; path = Sources/VLCTranscoder.m; sourceTree = "<group>"; };
|
|
@@ -656,6 +660,9 @@
|
|
|
isa = PBXFrameworksBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
|
files = (
|
|
|
+ 0EE80C7D241687470035EC7F /* CoreGraphics.framework in Frameworks */,
|
|
|
+ 0EE80C7B241683030035EC7F /* libvlc.framework in Frameworks */,
|
|
|
+ 0EE80C7C241687340035EC7F /* UIKit.framework in Frameworks */,
|
|
|
AACBBE4A0F95108600F1A2B1 /* Foundation.framework in Frameworks */,
|
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
@@ -716,6 +723,7 @@
|
|
|
0867D69AFE84028FC02AAC07 /* Frameworks */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
+ 0EE80C7A241683020035EC7F /* libvlc.framework */,
|
|
|
CAA03D2420C8DE7A001764DA /* CoreMedia.framework */,
|
|
|
CAA03D2220C8DE73001764DA /* VideoToolbox.framework */,
|
|
|
CAA03D2020C8DE6D001764DA /* AudioToolbox.framework */,
|
|
@@ -1589,6 +1597,10 @@
|
|
|
DSTROOT = /tmp/MobileVLCKit.dst;
|
|
|
ENABLE_BITCODE = YES;
|
|
|
ENABLE_NS_ASSERTIONS = NO;
|
|
|
+ FRAMEWORK_SEARCH_PATHS = (
|
|
|
+ "$(inherited)",
|
|
|
+ "$(PROJECT_DIR)/libvlc/vlc/build-iphonesimulator-x86_64/static-lib",
|
|
|
+ );
|
|
|
GCC_C_LANGUAGE_STANDARD = gnu11;
|
|
|
GCC_OPTIMIZATION_LEVEL = s;
|
|
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
|
@@ -1597,6 +1609,8 @@
|
|
|
HEADER_SEARCH_PATHS = "$(SRCROOT)/libvlc/vlc/include";
|
|
|
INSTALL_PATH = /usr/local/lib;
|
|
|
IPHONEOS_DEPLOYMENT_TARGET = 8.4;
|
|
|
+ MACH_O_TYPE = mh_dylib;
|
|
|
+ ONLY_ACTIVE_ARCH = YES;
|
|
|
OTHER_LIBTOOLFLAGS = "$(PROJECT_DIR)/libvlc/vlc/install-iPhone/libvlc-full-static.a $(OTHER_CFLAGS)";
|
|
|
PRODUCT_NAME = MobileVLCKit;
|
|
|
};
|
|
@@ -1735,6 +1749,10 @@
|
|
|
DSTROOT = /tmp/MobileVLCKit.dst;
|
|
|
ENABLE_BITCODE = YES;
|
|
|
ENABLE_NS_ASSERTIONS = NO;
|
|
|
+ FRAMEWORK_SEARCH_PATHS = (
|
|
|
+ "$(inherited)",
|
|
|
+ "$(PROJECT_DIR)/libvlc/vlc/build-iphonesimulator-x86_64/static-lib",
|
|
|
+ );
|
|
|
GCC_C_LANGUAGE_STANDARD = gnu11;
|
|
|
GCC_OPTIMIZATION_LEVEL = 0;
|
|
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
|
@@ -1743,6 +1761,8 @@
|
|
|
HEADER_SEARCH_PATHS = "$(SRCROOT)/libvlc/vlc/include";
|
|
|
INSTALL_PATH = /usr/local/lib;
|
|
|
IPHONEOS_DEPLOYMENT_TARGET = 8.4;
|
|
|
+ MACH_O_TYPE = mh_dylib;
|
|
|
+ ONLY_ACTIVE_ARCH = YES;
|
|
|
OTHER_LIBTOOLFLAGS = "$(PROJECT_DIR)/libvlc/vlc/install-iPhone/libvlc-full-static.a $(OTHER_CFLAGS)";
|
|
|
PRODUCT_NAME = MobileVLCKit;
|
|
|
};
|