|
|
|
@ -142,8 +142,8 @@ |
|
|
|
53F0E930299B17DF00491D49 /* VLCInputNodePathControl.m in Sources */ = {isa = PBXBuildFile; fileRef = 53F0E92F299B17DF00491D49 /* VLCInputNodePathControl.m */; }; |
|
|
|
53F399802AC6D6B400B86241 /* VLCLibraryHomeViewVideoCarouselContainerView.m in Sources */ = {isa = PBXBuildFile; fileRef = 53F3997F2AC6D6B400B86241 /* VLCLibraryHomeViewVideoCarouselContainerView.m */; }; |
|
|
|
6B0292E61F43256300A50082 /* VLCBottomBarView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B0292E51F43256300A50082 /* VLCBottomBarView.m */; }; |
|
|
|
6B0AB0F01F1AC8B3003A1B4E /* VLCSlider.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B0AB0ED1F1AC8B3003A1B4E /* VLCSlider.m */; }; |
|
|
|
6B0AB0F11F1AC8B3003A1B4E /* VLCSliderCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B0AB0EF1F1AC8B3003A1B4E /* VLCSliderCell.m */; }; |
|
|
|
6B0AB0F01F1AC8B3003A1B4E /* VLCPlaybackProgressSlider.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B0AB0ED1F1AC8B3003A1B4E /* VLCPlaybackProgressSlider.m */; }; |
|
|
|
6B0AB0F11F1AC8B3003A1B4E /* VLCPlaybackProgressSliderCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B0AB0EF1F1AC8B3003A1B4E /* VLCPlaybackProgressSliderCell.m */; }; |
|
|
|
6B196852265E974400870512 /* window_macosx.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B19684F265E928A00870512 /* window_macosx.m */; }; |
|
|
|
6B2EFC601F2819F700F3C0EA /* VLCVolumeSlider.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B2EFC5F1F2819F700F3C0EA /* VLCVolumeSlider.m */; }; |
|
|
|
6B2EFC631F281A0900F3C0EA /* VLCVolumeSliderCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B2EFC621F281A0900F3C0EA /* VLCVolumeSliderCell.m */; }; |
|
|
|
@ -432,10 +432,10 @@ |
|
|
|
633121CB1B51122700E636DA /* VLCResumeDialogController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCResumeDialogController.m; sourceTree = "<group>"; }; |
|
|
|
6B0292E41F43256300A50082 /* VLCBottomBarView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VLCBottomBarView.h; sourceTree = "<group>"; }; |
|
|
|
6B0292E51F43256300A50082 /* VLCBottomBarView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCBottomBarView.m; sourceTree = "<group>"; }; |
|
|
|
6B0AB0EC1F1AC8B3003A1B4E /* VLCSlider.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VLCSlider.h; sourceTree = "<group>"; }; |
|
|
|
6B0AB0ED1F1AC8B3003A1B4E /* VLCSlider.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCSlider.m; sourceTree = "<group>"; }; |
|
|
|
6B0AB0EE1F1AC8B3003A1B4E /* VLCSliderCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VLCSliderCell.h; sourceTree = "<group>"; }; |
|
|
|
6B0AB0EF1F1AC8B3003A1B4E /* VLCSliderCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCSliderCell.m; sourceTree = "<group>"; }; |
|
|
|
6B0AB0EC1F1AC8B3003A1B4E /* VLCPlaybackProgressSlider.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VLCPlaybackProgressSlider.h; sourceTree = "<group>"; }; |
|
|
|
6B0AB0ED1F1AC8B3003A1B4E /* VLCPlaybackProgressSlider.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCPlaybackProgressSlider.m; sourceTree = "<group>"; }; |
|
|
|
6B0AB0EE1F1AC8B3003A1B4E /* VLCPlaybackProgressSliderCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VLCPlaybackProgressSliderCell.h; sourceTree = "<group>"; }; |
|
|
|
6B0AB0EF1F1AC8B3003A1B4E /* VLCPlaybackProgressSliderCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCPlaybackProgressSliderCell.m; sourceTree = "<group>"; }; |
|
|
|
6B13E2A61BC67678001AD24A /* VLCScrollingClipView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VLCScrollingClipView.h; sourceTree = "<group>"; }; |
|
|
|
6B13E2A71BC67678001AD24A /* VLCScrollingClipView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCScrollingClipView.m; sourceTree = "<group>"; }; |
|
|
|
6B19684F265E928A00870512 /* window_macosx.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = window_macosx.m; path = ../../../modules/video_output/window_macosx.m; sourceTree = "<group>"; }; |
|
|
|
@ -1079,16 +1079,16 @@ |
|
|
|
535053ED2B610C3400D7EAF2 /* VLCLoadingOverlayView.m */, |
|
|
|
53CBE3092C159A4D006BF2E3 /* VLCNoResultsLabel.h */, |
|
|
|
53CBE30A2C159A4D006BF2E3 /* VLCNoResultsLabel.m */, |
|
|
|
6B0AB0EC1F1AC8B3003A1B4E /* VLCPlaybackProgressSlider.h */, |
|
|
|
6B0AB0ED1F1AC8B3003A1B4E /* VLCPlaybackProgressSlider.m */, |
|
|
|
6B0AB0EE1F1AC8B3003A1B4E /* VLCPlaybackProgressSliderCell.h */, |
|
|
|
6B0AB0EF1F1AC8B3003A1B4E /* VLCPlaybackProgressSliderCell.m */, |
|
|
|
7D1BF28822A153E20027C50F /* VLCRoundedCornerTextField.h */, |
|
|
|
7D1BF28922A153E20027C50F /* VLCRoundedCornerTextField.m */, |
|
|
|
6B13E2A61BC67678001AD24A /* VLCScrollingClipView.h */, |
|
|
|
6B13E2A71BC67678001AD24A /* VLCScrollingClipView.m */, |
|
|
|
537976B92A4319330036827E /* VLCSettingTextField.h */, |
|
|
|
537976B82A4319330036827E /* VLCSettingTextField.m */, |
|
|
|
6B0AB0EC1F1AC8B3003A1B4E /* VLCSlider.h */, |
|
|
|
6B0AB0ED1F1AC8B3003A1B4E /* VLCSlider.m */, |
|
|
|
6B0AB0EE1F1AC8B3003A1B4E /* VLCSliderCell.h */, |
|
|
|
6B0AB0EF1F1AC8B3003A1B4E /* VLCSliderCell.m */, |
|
|
|
53628401291147C500640C15 /* VLCSubScrollView.h */, |
|
|
|
53628400291147C500640C15 /* VLCSubScrollView.m */, |
|
|
|
6BF093F71EE0182B0049D8B0 /* VLCTimeField.h */, |
|
|
|
@ -2119,7 +2119,7 @@ |
|
|
|
5307A6F82969904D001E0C6A /* VLCLibraryMediaSourceViewController.m in Sources */, |
|
|
|
6B81662C1EBFC38100C26F1B /* VLCUIWidgets.m in Sources */, |
|
|
|
53ED472329C74D1F00795DB1 /* VLCLibraryAudioTableViewDelegate.m in Sources */, |
|
|
|
6B0AB0F11F1AC8B3003A1B4E /* VLCSliderCell.m in Sources */, |
|
|
|
6B0AB0F11F1AC8B3003A1B4E /* VLCPlaybackProgressSliderCell.m in Sources */, |
|
|
|
6B8166291EBFC34300C26F1B /* VLCDefaultValueSlider.m in Sources */, |
|
|
|
6B81662A1EBFC34300C26F1B /* VLCDefaultValueSliderCell.m in Sources */, |
|
|
|
6B3BE42C1E6217CB008D098A /* VLCImageButton.m in Sources */, |
|
|
|
@ -2158,7 +2158,7 @@ |
|
|
|
7D445D8E2203375100263D34 /* VLCPlaylistMenuController.m in Sources */, |
|
|
|
53903D3A29576ED500D0B308 /* VLCLibraryAudioGroupDataSource.m in Sources */, |
|
|
|
1C31139A1E508C6900D4DD76 /* VLCBookmarksWindowController.m in Sources */, |
|
|
|
6B0AB0F01F1AC8B3003A1B4E /* VLCSlider.m in Sources */, |
|
|
|
6B0AB0F01F1AC8B3003A1B4E /* VLCPlaybackProgressSlider.m in Sources */, |
|
|
|
7D28E6362275B4820098D30E /* NSColor+VLCAdditions.m in Sources */, |
|
|
|
6BF5C5041EFE66EF008A9C12 /* VLCHUDTableView.m in Sources */, |
|
|
|
535F1BBA2B47ACCE00C78D98 /* VLCLibraryHomeViewVideoContainerViewDataSource.m in Sources */, |
|
|
|
|