|
@@ -254,6 +254,7 @@
|
|
8D4F9B472141630000E478BE /* MediaModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D4F9B462141630000E478BE /* MediaModel.swift */; };
|
|
8D4F9B472141630000E478BE /* MediaModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D4F9B462141630000E478BE /* MediaModel.swift */; };
|
|
8D66A47320AC61B900FA5B92 /* MediaLibraryService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D66A47220AC61B900FA5B92 /* MediaLibraryService.swift */; };
|
|
8D66A47320AC61B900FA5B92 /* MediaLibraryService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D66A47220AC61B900FA5B92 /* MediaLibraryService.swift */; };
|
|
8D6E1588223BBAF600077DD3 /* MiniPlayer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D6E1587223BBAF600077DD3 /* MiniPlayer.swift */; };
|
|
8D6E1588223BBAF600077DD3 /* MiniPlayer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D6E1587223BBAF600077DD3 /* MiniPlayer.swift */; };
|
|
|
|
+ 8D83219B234256A900B28912 /* VideoGroupViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D83219A234256A900B28912 /* VideoGroupViewModel.swift */; };
|
|
8D96D2F2233A3D4000E3FB44 /* CustomDialogRendererHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 418DFE9E211C93C6005D3652 /* CustomDialogRendererHandler.swift */; };
|
|
8D96D2F2233A3D4000E3FB44 /* CustomDialogRendererHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 418DFE9E211C93C6005D3652 /* CustomDialogRendererHandler.swift */; };
|
|
8DD6516F208C89BC0052EE68 /* VLCAccessibilityIdentifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8DD6516E208C89BC0052EE68 /* VLCAccessibilityIdentifier.swift */; };
|
|
8DD6516F208C89BC0052EE68 /* VLCAccessibilityIdentifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8DD6516E208C89BC0052EE68 /* VLCAccessibilityIdentifier.swift */; };
|
|
8DD651BA208F6AF00052EE68 /* ActionSheetCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8DD651B9208F6AF00052EE68 /* ActionSheetCell.swift */; };
|
|
8DD651BA208F6AF00052EE68 /* ActionSheetCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8DD651B9208F6AF00052EE68 /* ActionSheetCell.swift */; };
|
|
@@ -833,6 +834,7 @@
|
|
8D4F9B462141630000E478BE /* MediaModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MediaModel.swift; sourceTree = "<group>"; };
|
|
8D4F9B462141630000E478BE /* MediaModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MediaModel.swift; sourceTree = "<group>"; };
|
|
8D66A47220AC61B900FA5B92 /* MediaLibraryService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MediaLibraryService.swift; sourceTree = "<group>"; };
|
|
8D66A47220AC61B900FA5B92 /* MediaLibraryService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MediaLibraryService.swift; sourceTree = "<group>"; };
|
|
8D6E1587223BBAF600077DD3 /* MiniPlayer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MiniPlayer.swift; sourceTree = "<group>"; };
|
|
8D6E1587223BBAF600077DD3 /* MiniPlayer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MiniPlayer.swift; sourceTree = "<group>"; };
|
|
|
|
+ 8D83219A234256A900B28912 /* VideoGroupViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = VideoGroupViewModel.swift; sourceTree = "<group>"; };
|
|
8DD6516E208C89BC0052EE68 /* VLCAccessibilityIdentifier.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = VLCAccessibilityIdentifier.swift; sourceTree = "<group>"; };
|
|
8DD6516E208C89BC0052EE68 /* VLCAccessibilityIdentifier.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = VLCAccessibilityIdentifier.swift; sourceTree = "<group>"; };
|
|
8DD651B9208F6AF00052EE68 /* ActionSheetCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActionSheetCell.swift; sourceTree = "<group>"; };
|
|
8DD651B9208F6AF00052EE68 /* ActionSheetCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActionSheetCell.swift; sourceTree = "<group>"; };
|
|
8DD651C3208F786F0052EE68 /* ActionSheetSectionHeader.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActionSheetSectionHeader.swift; sourceTree = "<group>"; };
|
|
8DD651C3208F786F0052EE68 /* ActionSheetSectionHeader.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActionSheetSectionHeader.swift; sourceTree = "<group>"; };
|
|
@@ -1962,6 +1964,7 @@
|
|
8DF966EE211C643D00D0FCD6 /* PlaylistModel.swift */,
|
|
8DF966EE211C643D00D0FCD6 /* PlaylistModel.swift */,
|
|
8D4F9B462141630000E478BE /* MediaModel.swift */,
|
|
8D4F9B462141630000E478BE /* MediaModel.swift */,
|
|
4120863922323E87006A6630 /* CollectionModel.swift */,
|
|
4120863922323E87006A6630 /* CollectionModel.swift */,
|
|
|
|
+ 8D83219A234256A900B28912 /* VideoGroupViewModel.swift */,
|
|
);
|
|
);
|
|
path = MediaLibraryModel;
|
|
path = MediaLibraryModel;
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
@@ -2971,6 +2974,7 @@
|
|
E0539E8C22E5E2EC009317CB /* VideoOptionsControlBar.swift in Sources */,
|
|
E0539E8C22E5E2EC009317CB /* VideoOptionsControlBar.swift in Sources */,
|
|
D6E034ED1CC284FC0037F516 /* VLCStreamingHistoryCell.m in Sources */,
|
|
D6E034ED1CC284FC0037F516 /* VLCStreamingHistoryCell.m in Sources */,
|
|
DD3EFEED1BDEBA3800B68579 /* VLCNetworkServerBrowserViewController.m in Sources */,
|
|
DD3EFEED1BDEBA3800B68579 /* VLCNetworkServerBrowserViewController.m in Sources */,
|
|
|
|
+ 8D83219B234256A900B28912 /* VideoGroupViewModel.swift in Sources */,
|
|
8DF9669D2113317E00D0FCD6 /* EditToolbar.swift in Sources */,
|
|
8DF9669D2113317E00D0FCD6 /* EditToolbar.swift in Sources */,
|
|
416443862048419E00CAC646 /* DeviceMotion.swift in Sources */,
|
|
416443862048419E00CAC646 /* DeviceMotion.swift in Sources */,
|
|
7D9289751877459B009108FD /* VLCFirstStepsWifiSharingViewController.m in Sources */,
|
|
7D9289751877459B009108FD /* VLCFirstStepsWifiSharingViewController.m in Sources */,
|