|
@@ -540,7 +540,9 @@
|
|
|
DD02C3071ACAEC690026EFEE /* libbz2.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = CC1BBC4D170493A300A20CBF /* libbz2.dylib */; };
|
|
|
DD02C30B1ACAF0370026EFEE /* libstdc++.6.0.9.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = DD02C30A1ACAF0370026EFEE /* libstdc++.6.0.9.dylib */; };
|
|
|
DD02C30E1ACAF4A50026EFEE /* VLCRowController.m in Sources */ = {isa = PBXBuildFile; fileRef = DD02C30D1ACAF4A50026EFEE /* VLCRowController.m */; };
|
|
|
- DDCA94791ACC12630044449A /* VLCDBChangeNotifier.m in Sources */ = {isa = PBXBuildFile; fileRef = DDCA94781ACC12630044449A /* VLCDBChangeNotifier.m */; };
|
|
|
+ DD6FA7B01ACD641C006DEB2E /* VLCNowPlayingInterfaceController.m in Sources */ = {isa = PBXBuildFile; fileRef = DD6FA7AF1ACD641C006DEB2E /* VLCNowPlayingInterfaceController.m */; };
|
|
|
+ DDE4906C1ACDB63F00B1B5E3 /* VLCNotificationRelay.m in Sources */ = {isa = PBXBuildFile; fileRef = DDE4906B1ACDB63F00B1B5E3 /* VLCNotificationRelay.m */; };
|
|
|
+ DDE4906D1ACDBEA000B1B5E3 /* VLCNotificationRelay.m in Sources */ = {isa = PBXBuildFile; fileRef = DDE4906B1ACDB63F00B1B5E3 /* VLCNotificationRelay.m */; };
|
|
|
DDF157B11ACB162700AAFBC6 /* MediaLibrary.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = 7D594CBC1A969E33004BFB17 /* MediaLibrary.xcdatamodeld */; };
|
|
|
DDF157B21ACB169600AAFBC6 /* CoreData.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC1BBC57170493E100A20CBF /* CoreData.framework */; };
|
|
|
DDF157B41ACB169B00AAFBC6 /* WatchKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DDF157B31ACB169B00AAFBC6 /* WatchKit.framework */; };
|
|
@@ -1573,8 +1575,10 @@
|
|
|
DD02C30A1ACAF0370026EFEE /* libstdc++.6.0.9.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = "libstdc++.6.0.9.dylib"; path = "usr/lib/libstdc++.6.0.9.dylib"; sourceTree = SDKROOT; };
|
|
|
DD02C30C1ACAF4A50026EFEE /* VLCRowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VLCRowController.h; sourceTree = "<group>"; };
|
|
|
DD02C30D1ACAF4A50026EFEE /* VLCRowController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCRowController.m; sourceTree = "<group>"; };
|
|
|
- DDCA94771ACC12630044449A /* VLCDBChangeNotifier.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VLCDBChangeNotifier.h; sourceTree = "<group>"; };
|
|
|
- DDCA94781ACC12630044449A /* VLCDBChangeNotifier.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCDBChangeNotifier.m; sourceTree = "<group>"; };
|
|
|
+ DD6FA7AE1ACD641C006DEB2E /* VLCNowPlayingInterfaceController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VLCNowPlayingInterfaceController.h; sourceTree = "<group>"; };
|
|
|
+ DD6FA7AF1ACD641C006DEB2E /* VLCNowPlayingInterfaceController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCNowPlayingInterfaceController.m; sourceTree = "<group>"; };
|
|
|
+ DDE4906A1ACDB63F00B1B5E3 /* VLCNotificationRelay.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VLCNotificationRelay.h; sourceTree = "<group>"; };
|
|
|
+ DDE4906B1ACDB63F00B1B5E3 /* VLCNotificationRelay.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCNotificationRelay.m; sourceTree = "<group>"; };
|
|
|
DDF157B31ACB169B00AAFBC6 /* WatchKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WatchKit.framework; path = System/Library/Frameworks/WatchKit.framework; sourceTree = SDKROOT; };
|
|
|
E09EACF57CDD22ABAE66CDD0 /* Pods-vlc-ios.distribution.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-vlc-ios.distribution.xcconfig"; path = "Pods/Target Support Files/Pods-vlc-ios/Pods-vlc-ios.distribution.xcconfig"; sourceTree = "<group>"; };
|
|
|
E0C04F931A25B4410080331A /* VLCDocumentPickerController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCDocumentPickerController.h; path = Sources/VLCDocumentPickerController.h; sourceTree = SOURCE_ROOT; };
|
|
@@ -1786,10 +1790,12 @@
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
DD02C2FC1ACACF400026EFEE /* VLC for iOS WatchKit Extension.entitlements */,
|
|
|
- DDCA94771ACC12630044449A /* VLCDBChangeNotifier.h */,
|
|
|
- DDCA94781ACC12630044449A /* VLCDBChangeNotifier.m */,
|
|
|
+ DDE4906A1ACDB63F00B1B5E3 /* VLCNotificationRelay.h */,
|
|
|
+ DDE4906B1ACDB63F00B1B5E3 /* VLCNotificationRelay.m */,
|
|
|
4173AEA41ABF1B850004101D /* InterfaceController.h */,
|
|
|
4173AEA51ABF1B850004101D /* InterfaceController.m */,
|
|
|
+ DD6FA7AE1ACD641C006DEB2E /* VLCNowPlayingInterfaceController.h */,
|
|
|
+ DD6FA7AF1ACD641C006DEB2E /* VLCNowPlayingInterfaceController.m */,
|
|
|
DD02C30C1ACAF4A50026EFEE /* VLCRowController.h */,
|
|
|
DD02C30D1ACAF4A50026EFEE /* VLCRowController.m */,
|
|
|
4173AEA71ABF1B850004101D /* Images.xcassets */,
|
|
@@ -3547,8 +3553,9 @@
|
|
|
isa = PBXSourcesBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
|
files = (
|
|
|
+ DD6FA7B01ACD641C006DEB2E /* VLCNowPlayingInterfaceController.m in Sources */,
|
|
|
DDF157B11ACB162700AAFBC6 /* MediaLibrary.xcdatamodeld in Sources */,
|
|
|
- DDCA94791ACC12630044449A /* VLCDBChangeNotifier.m in Sources */,
|
|
|
+ DDE4906C1ACDB63F00B1B5E3 /* VLCNotificationRelay.m in Sources */,
|
|
|
DD02C30E1ACAF4A50026EFEE /* VLCRowController.m in Sources */,
|
|
|
4173AEA61ABF1B850004101D /* InterfaceController.m in Sources */,
|
|
|
);
|
|
@@ -3662,6 +3669,7 @@
|
|
|
7D30F3E2183AB33200FFC021 /* VLCSidebarViewCell.m in Sources */,
|
|
|
7D30F3EA183AB34200FFC021 /* VLCGoogleDriveController.m in Sources */,
|
|
|
9B088308183D7BEC004B5C2A /* VLCCloudStorageTableViewController.m in Sources */,
|
|
|
+ DDE4906D1ACDBEA000B1B5E3 /* VLCNotificationRelay.m in Sources */,
|
|
|
7D30F3EC183AB34200FFC021 /* VLCGoogleDriveTableViewController.m in Sources */,
|
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|