|
@@ -213,7 +213,6 @@
|
|
|
CCE2A22E17A5859E00D9EAAD /* CoreText.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CCE2A22D17A5859E00D9EAAD /* CoreText.framework */; };
|
|
|
D9C52A9E9D4D5AFA7EF1B45A /* libPods-vlc-ios.a in Frameworks */ = {isa = PBXBuildFile; fileRef = DAF8927B0BE9C328466C0EA7 /* libPods-vlc-ios.a */; };
|
|
|
DD1A45FD1B676BAC00086F57 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = DDE1BCE41B676B8800A4B9CE /* Localizable.strings */; };
|
|
|
- DD2789DC1B67A44200CED769 /* MediaLibraryKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DD2789DB1B67A44200CED769 /* MediaLibraryKit.framework */; };
|
|
|
DD2789DD1B67A5C400CED769 /* VLCThumbnailsCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D37849D183A98DD009EE944 /* VLCThumbnailsCache.m */; };
|
|
|
DD2789DE1B67A5CD00CED769 /* VLCWatchMessage.m in Sources */ = {isa = PBXBuildFile; fileRef = DD3EA6301AF50CFE007FF096 /* VLCWatchMessage.m */; };
|
|
|
DD2789E21B67A7BE00CED769 /* VLCWatchCommunication.m in Sources */ = {isa = PBXBuildFile; fileRef = DD2789E11B67A7BE00CED769 /* VLCWatchCommunication.m */; };
|
|
@@ -240,6 +239,8 @@
|
|
|
DD3EA6311AF50CFE007FF096 /* VLCWatchMessage.m in Sources */ = {isa = PBXBuildFile; fileRef = DD3EA6301AF50CFE007FF096 /* VLCWatchMessage.m */; };
|
|
|
DD510B701B14E564003BA71C /* VLCPlayerDisplayController.m in Sources */ = {isa = PBXBuildFile; fileRef = DD510B6F1B14E564003BA71C /* VLCPlayerDisplayController.m */; };
|
|
|
DD7110F01AF38B2B00854776 /* MLMediaLibrary+playlist.m in Sources */ = {isa = PBXBuildFile; fileRef = DD7110EF1AF38B2B00854776 /* MLMediaLibrary+playlist.m */; };
|
|
|
+ DD7BA2631B680C8E002D9F54 /* MediaLibraryKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DD7BA2601B680C1B002D9F54 /* MediaLibraryKit.framework */; };
|
|
|
+ DD7BA2641B680C8E002D9F54 /* MediaLibraryKit.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = DD7BA2601B680C1B002D9F54 /* MediaLibraryKit.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
|
|
|
DD8F84311B00EB3B0009138A /* VLCPlaybackController+MediaLibrary.m in Sources */ = {isa = PBXBuildFile; fileRef = DD8F84301B00EB3B0009138A /* VLCPlaybackController+MediaLibrary.m */; };
|
|
|
DDB959421AFBB30500BB8CFF /* MappingModel_2_5_to_2_6.xcmappingmodel in Sources */ = {isa = PBXBuildFile; fileRef = DDB959411AFBB30500BB8CFF /* MappingModel_2_5_to_2_6.xcmappingmodel */; };
|
|
|
DDC10BE41AEE8EA700890DC3 /* VLCTimeNavigationTitleView.m in Sources */ = {isa = PBXBuildFile; fileRef = DDC10BE31AEE8EA700890DC3 /* VLCTimeNavigationTitleView.m */; };
|
|
@@ -296,6 +297,17 @@
|
|
|
name = "Embed Watch Content";
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
};
|
|
|
+ DD7BA2651B680C8E002D9F54 /* Embed Frameworks */ = {
|
|
|
+ isa = PBXCopyFilesBuildPhase;
|
|
|
+ buildActionMask = 2147483647;
|
|
|
+ dstPath = "";
|
|
|
+ dstSubfolderSpec = 10;
|
|
|
+ files = (
|
|
|
+ DD7BA2641B680C8E002D9F54 /* MediaLibraryKit.framework in Embed Frameworks */,
|
|
|
+ );
|
|
|
+ name = "Embed Frameworks";
|
|
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
|
+ };
|
|
|
/* End PBXCopyFilesBuildPhase section */
|
|
|
|
|
|
/* Begin PBXFileReference section */
|
|
@@ -687,7 +699,6 @@
|
|
|
CCE2A22D17A5859E00D9EAAD /* CoreText.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreText.framework; path = System/Library/Frameworks/CoreText.framework; sourceTree = SDKROOT; };
|
|
|
DAF8927B0BE9C328466C0EA7 /* libPods-vlc-ios.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-vlc-ios.a"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
DD1A45FC1B676BAC00086F57 /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/Localizable.strings; sourceTree = "<group>"; };
|
|
|
- DD2789DB1B67A44200CED769 /* MediaLibraryKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MediaLibraryKit.framework; path = "ImportedSources/MediaLibraryKit/build/Debug-watchos/MediaLibraryKit.framework"; sourceTree = "<group>"; };
|
|
|
DD2789E01B67A7BE00CED769 /* VLCWatchCommunication.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCWatchCommunication.h; path = Sources/VLCWatchCommunication.h; sourceTree = SOURCE_ROOT; };
|
|
|
DD2789E11B67A7BE00CED769 /* VLCWatchCommunication.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = VLCWatchCommunication.m; path = Sources/VLCWatchCommunication.m; sourceTree = SOURCE_ROOT; };
|
|
|
DD2789E31B67A88600CED769 /* WatchConnectivity.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WatchConnectivity.framework; path = System/Library/Frameworks/WatchConnectivity.framework; sourceTree = SDKROOT; };
|
|
@@ -727,6 +738,7 @@
|
|
|
DD510B6F1B14E564003BA71C /* VLCPlayerDisplayController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = VLCPlayerDisplayController.m; path = Sources/VLCPlayerDisplayController.m; sourceTree = SOURCE_ROOT; };
|
|
|
DD7110EE1AF38B2B00854776 /* MLMediaLibrary+playlist.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "MLMediaLibrary+playlist.h"; sourceTree = "<group>"; };
|
|
|
DD7110EF1AF38B2B00854776 /* MLMediaLibrary+playlist.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "MLMediaLibrary+playlist.m"; sourceTree = "<group>"; };
|
|
|
+ DD7BA2601B680C1B002D9F54 /* MediaLibraryKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MediaLibraryKit.framework; path = "../Debug-watchsimulator/MediaLibraryKit.framework"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
DD8C8F9F1B676C0900B3C4EE /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/Localizable.strings"; sourceTree = "<group>"; };
|
|
|
DD8C8FA01B676C0F00B3C4EE /* fi */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fi; path = fi.lproj/Localizable.strings; sourceTree = "<group>"; };
|
|
|
DD8C8FA11B676C1700B3C4EE /* el */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = el; path = el.lproj/Localizable.strings; sourceTree = "<group>"; };
|
|
@@ -799,9 +811,9 @@
|
|
|
isa = PBXFrameworksBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
|
files = (
|
|
|
- DD2789DC1B67A44200CED769 /* MediaLibraryKit.framework in Frameworks */,
|
|
|
DD3567901B6761CE00338947 /* WatchConnectivity.framework in Frameworks */,
|
|
|
DD35678C1B67619700338947 /* WatchKit.framework in Frameworks */,
|
|
|
+ DD7BA2631B680C8E002D9F54 /* MediaLibraryKit.framework in Frameworks */,
|
|
|
DD35678A1B67618F00338947 /* CoreData.framework in Frameworks */,
|
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
@@ -1230,8 +1242,8 @@
|
|
|
7D94FCDD16DE7D1000F2623B /* Frameworks */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
+ DD7BA2601B680C1B002D9F54 /* MediaLibraryKit.framework */,
|
|
|
DD2789E31B67A88600CED769 /* WatchConnectivity.framework */,
|
|
|
- DD2789DB1B67A44200CED769 /* MediaLibraryKit.framework */,
|
|
|
7D2DF7C41B677C2600FB78AB /* libMobileVLCKit.a */,
|
|
|
7D2DF7C21B67777D00FB78AB /* libc++.tbd */,
|
|
|
7D2DF7C01B67760100FB78AB /* libGTLTouchStaticLib.a */,
|
|
@@ -1696,6 +1708,7 @@
|
|
|
DD35676C1B6760BF00338947 /* Sources */,
|
|
|
DD35676D1B6760BF00338947 /* Frameworks */,
|
|
|
DD35676E1B6760BF00338947 /* Resources */,
|
|
|
+ DD7BA2651B680C8E002D9F54 /* Embed Frameworks */,
|
|
|
);
|
|
|
buildRules = (
|
|
|
);
|
|
@@ -2541,6 +2554,10 @@
|
|
|
CODE_SIGN_IDENTITY = "iPhone Developer";
|
|
|
DEBUG_INFORMATION_FORMAT = dwarf;
|
|
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
|
+ FRAMEWORK_SEARCH_PATHS = (
|
|
|
+ "$(inherited)",
|
|
|
+ "$(CONFIGURATION_BUILD_DIR)",
|
|
|
+ );
|
|
|
GCC_NO_COMMON_BLOCKS = YES;
|
|
|
GCC_OPTIMIZATION_LEVEL = 0;
|
|
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
|
@@ -2559,6 +2576,7 @@
|
|
|
);
|
|
|
INFOPLIST_FILE = "$(SRCROOT)/VLC WatchKit Native Extension/Info.plist";
|
|
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks";
|
|
|
+ LIBRARY_SEARCH_PATHS = "$(CONFIGURATION_BUILD_DIR)";
|
|
|
MTL_ENABLE_DEBUG_INFO = YES;
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = "org.videolan.vlc-ios.watchkitapp.watchkitextension";
|
|
|
PRODUCT_NAME = "${TARGET_NAME}";
|
|
@@ -2585,6 +2603,10 @@
|
|
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
|
ENABLE_NS_ASSERTIONS = NO;
|
|
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
|
+ FRAMEWORK_SEARCH_PATHS = (
|
|
|
+ "$(inherited)",
|
|
|
+ "$(CONFIGURATION_BUILD_DIR)",
|
|
|
+ );
|
|
|
GCC_NO_COMMON_BLOCKS = YES;
|
|
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
|
|
GCC_PREFIX_HEADER = "VLC WatchKit Native Extension/VLC for iOS WatchKit Extension-Prefix.pch";
|
|
@@ -2602,6 +2624,7 @@
|
|
|
);
|
|
|
INFOPLIST_FILE = "$(SRCROOT)/VLC WatchKit Native Extension/Info.plist";
|
|
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks";
|
|
|
+ LIBRARY_SEARCH_PATHS = "$(CONFIGURATION_BUILD_DIR)";
|
|
|
MTL_ENABLE_DEBUG_INFO = NO;
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = "org.videolan.vlc-ios.watchkitapp.watchkitextension";
|
|
|
PRODUCT_NAME = "${TARGET_NAME}";
|
|
@@ -2627,6 +2650,10 @@
|
|
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
|
ENABLE_NS_ASSERTIONS = NO;
|
|
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
|
+ FRAMEWORK_SEARCH_PATHS = (
|
|
|
+ "$(inherited)",
|
|
|
+ "$(CONFIGURATION_BUILD_DIR)",
|
|
|
+ );
|
|
|
GCC_NO_COMMON_BLOCKS = YES;
|
|
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
|
|
GCC_PREFIX_HEADER = "VLC WatchKit Native Extension/VLC for iOS WatchKit Extension-Prefix.pch";
|
|
@@ -2644,6 +2671,7 @@
|
|
|
);
|
|
|
INFOPLIST_FILE = "$(SRCROOT)/VLC WatchKit Native Extension/Info.plist";
|
|
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks";
|
|
|
+ LIBRARY_SEARCH_PATHS = "$(CONFIGURATION_BUILD_DIR)";
|
|
|
MTL_ENABLE_DEBUG_INFO = NO;
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = "org.videolan.vlc-ios.watchkitapp.watchkitextension";
|
|
|
PRODUCT_NAME = "${TARGET_NAME}";
|