Skip to content

Commit 5d3a48c

Browse files
committed
xcodeproj: fix graph file organization
1 parent 83ddee8 commit 5d3a48c

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed
File renamed without changes.
File renamed without changes.

VLC.xcodeproj/project.pbxproj

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -976,9 +976,9 @@
976976
D6E034EC1CC284FC0037F516 /* VLCStreamingHistoryCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = VLCStreamingHistoryCell.m; path = Sources/VLCStreamingHistoryCell.m; sourceTree = SOURCE_ROOT; };
977977
D902E21427F4ADF900DC2B41 /* ArtistViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ArtistViewController.swift; sourceTree = "<group>"; };
978978
D92C186427CD317D0034058F /* ChapterView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ChapterView.swift; sourceTree = "<group>"; };
979-
D96ACA952832836C00DD1A3E /* GraphViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GraphViewController.swift; sourceTree = "<group>"; };
979+
D96ACA952832836C00DD1A3E /* GraphViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = GraphViewController.swift; path = Sources/GraphViewController.swift; sourceTree = "<group>"; };
980980
D96C9EBB28105F5B005F13BB /* AlbumHeader.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AlbumHeader.swift; sourceTree = "<group>"; };
981-
D98EE7442846183F00E6B02D /* GraphTableViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GraphTableViewController.swift; sourceTree = "<group>"; };
981+
D98EE7442846183F00E6B02D /* GraphTableViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = GraphTableViewController.swift; path = Sources/GraphTableViewController.swift; sourceTree = "<group>"; };
982982
D9AFDCA427D6383F002326CC /* BookmarksView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BookmarksView.swift; sourceTree = "<group>"; };
983983
DD13A3791BEE2FAA00A35554 /* VLCMaskView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCMaskView.h; path = "UI Elements/VLCMaskView.h"; sourceTree = "<group>"; };
984984
DD13A37A1BEE2FAA00A35554 /* VLCMaskView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = VLCMaskView.m; path = "UI Elements/VLCMaskView.m"; sourceTree = "<group>"; };
@@ -1355,11 +1355,13 @@
13551355
name = web;
13561356
sourceTree = "<group>";
13571357
};
1358-
7D1052EA1A4DCC1700295F08 /* OneDrive */ = {
1358+
7D1052EA1A4DCC1700295F08 /* Graph */ = {
13591359
isa = PBXGroup;
13601360
children = (
1361+
D96ACA952832836C00DD1A3E /* GraphViewController.swift */,
1362+
D98EE7442846183F00E6B02D /* GraphTableViewController.swift */,
13611363
);
1362-
name = OneDrive;
1364+
name = Graph;
13631365
sourceTree = "<group>";
13641366
};
13651367
7D13293E1BA1F10100BE647E /* VLC-TV */ = {
@@ -1513,7 +1515,7 @@
15131515
41CD69561A29D71B00E60BCE /* Box */,
15141516
9B51719A17EDEC8900F8FBA7 /* GoogleDrive */,
15151517
7DFB1567185CC38A008D49BB /* Dropbox */,
1516-
7D1052EA1A4DCC1700295F08 /* OneDrive */,
1518+
7D1052EA1A4DCC1700295F08 /* Graph */,
15171519
7D3784AF183A990F009EE944 /* VLCCloudStorageTableViewCell.h */,
15181520
7D3784B0183A990F009EE944 /* VLCCloudStorageTableViewCell.m */,
15191521
7D7F9C0B1BFBB05400508518 /* VLCRemoteBrowsingTVCell+CloudStorage.h */,
@@ -1523,8 +1525,6 @@
15231525
D0AF091E220A741300076D07 /* VLCCloudSortingSpecifierManager.swift */,
15241526
4184AA131A5492070063DF5A /* VLCCloudStorageController.h */,
15251527
4184AA141A5492070063DF5A /* VLCCloudStorageController.m */,
1526-
D96ACA952832836C00DD1A3E /* GraphViewController.swift */,
1527-
D98EE7442846183F00E6B02D /* GraphTableViewController.swift */,
15281528
);
15291529
name = "Cloud Integration";
15301530
path = ..;

0 commit comments

Comments
 (0)