|
@@ -65,6 +65,7 @@
|
|
|
41E6BECD207E64E900E158BA /* RemoteNetworkCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41E6BECC207E64E900E158BA /* RemoteNetworkCell.swift */; };
|
|
|
41EA74C120C02DFC001E5D57 /* VLCDropboxController.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D3784AA183A9906009EE944 /* VLCDropboxController.m */; };
|
|
|
41EA74C320C02F8E001E5D57 /* VLCBoxController.m in Sources */ = {isa = PBXBuildFile; fileRef = 41CD69591A29D72600E60BCE /* VLCBoxController.m */; };
|
|
|
+ 41EB6634216147DD00FDC38B /* PlaylistViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41EB6633216147DD00FDC38B /* PlaylistViewController.swift */; };
|
|
|
41EB91D71F7BE6F500821AA5 /* VLCRemoteControlService.m in Sources */ = {isa = PBXBuildFile; fileRef = 417D7F5F1F7BA26200DDF36A /* VLCRemoteControlService.m */; };
|
|
|
41EB91DD1F7BFF8500821AA5 /* VLCMetadata.m in Sources */ = {isa = PBXBuildFile; fileRef = 41EB91DC1F7BFF8400821AA5 /* VLCMetadata.m */; };
|
|
|
41EB91DE1F7BFF8500821AA5 /* VLCMetadata.m in Sources */ = {isa = PBXBuildFile; fileRef = 41EB91DC1F7BFF8400821AA5 /* VLCMetadata.m */; };
|
|
@@ -526,6 +527,7 @@
|
|
|
41D7DD2620C3060300AD94F6 /* PagerStripViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = PagerStripViewController.swift; path = Sources/PagerStripViewController.swift; sourceTree = "<group>"; };
|
|
|
41DFC6C52100BAAF00EEC9E3 /* VLCDocumentClass.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = VLCDocumentClass.swift; path = Sources/VLCDocumentClass.swift; sourceTree = "<group>"; };
|
|
|
41E6BECC207E64E900E158BA /* RemoteNetworkCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RemoteNetworkCell.swift; sourceTree = "<group>"; };
|
|
|
+ 41EB6633216147DD00FDC38B /* PlaylistViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PlaylistViewController.swift; sourceTree = "<group>"; };
|
|
|
41EB91DB1F7BFF8400821AA5 /* VLCMetadata.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = VLCMetadata.h; sourceTree = "<group>"; };
|
|
|
41EB91DC1F7BFF8400821AA5 /* VLCMetadata.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = VLCMetadata.m; sourceTree = "<group>"; };
|
|
|
41EC28E22136D905004BCF0F /* BaseCollectionViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BaseCollectionViewCell.swift; sourceTree = "<group>"; };
|
|
@@ -1878,6 +1880,7 @@
|
|
|
8DE187822105DB2E00A091D2 /* AudioViewController.swift */,
|
|
|
4170152B209A1D3600802E44 /* MediaViewController.swift */,
|
|
|
8DE187802105DAB100A091D2 /* VideoViewController.swift */,
|
|
|
+ 41EB6633216147DD00FDC38B /* PlaylistViewController.swift */,
|
|
|
);
|
|
|
name = MediaViewControllers;
|
|
|
path = Sources/MediaViewControllers;
|
|
@@ -2982,6 +2985,7 @@
|
|
|
7D30F3C3183AB24C00FFC021 /* VLCHTTPFileDownloader.m in Sources */,
|
|
|
41273A3C1A955C4100A2EF77 /* VLCMigrationViewController.m in Sources */,
|
|
|
4144156A20ECD2620078EC37 /* VLCSectionTableHeaderView.swift in Sources */,
|
|
|
+ 41EB6634216147DD00FDC38B /* PlaylistViewController.swift in Sources */,
|
|
|
7D30F3C4183AB24C00FFC021 /* VLCHTTPUploaderController.m in Sources */,
|
|
|
7D30F3C7183AB26F00FFC021 /* VLCOpenNetworkStreamViewController.m in Sources */,
|
|
|
41E6BECD207E64E900E158BA /* RemoteNetworkCell.swift in Sources */,
|