diff --git a/Mastodon.xcodeproj/project.pbxproj b/Mastodon.xcodeproj/project.pbxproj index 363660d02..8f3bf4428 100644 --- a/Mastodon.xcodeproj/project.pbxproj +++ b/Mastodon.xcodeproj/project.pbxproj @@ -2309,7 +2309,7 @@ path = FamiliarFollowers; sourceTree = ""; }; - DB5B54A42833BD1D00DEF8B2 /* UserLIst */ = { + DB5B54A42833BD1D00DEF8B2 /* UserList */ = { isa = PBXGroup; children = ( DB5B54A22833BD1A00DEF8B2 /* UserListViewModel.swift */, @@ -2318,7 +2318,7 @@ DB5B54A92833BFAC00DEF8B2 /* FavoritedBy */, DB5B54AC2833C12D00DEF8B2 /* RebloggedBy */, ); - path = UserLIst; + path = UserList; sourceTree = ""; }; DB5B54A92833BFAC00DEF8B2 /* FavoritedBy */ = { @@ -2778,7 +2778,7 @@ DB6B74F0272FB55400C70B6E /* Follower */, DB5B7296273112B400081888 /* Following */, DB5B549B2833A60600DEF8B2 /* FamiliarFollowers */, - DB5B54A42833BD1D00DEF8B2 /* UserLIst */, + DB5B54A42833BD1D00DEF8B2 /* UserList */, DBFEEC97279BDC6A004F81DD /* About */, DB9D6BFE25E4F5940051B173 /* ProfileViewController.swift */, DBB5255D2611F07A002F1F29 /* ProfileViewModel.swift */, diff --git a/Mastodon/Scene/Profile/UserLIst/FavoritedBy/FavoritedByViewController+DataSourceProvider.swift b/Mastodon/Scene/Profile/UserList/FavoritedBy/FavoritedByViewController+DataSourceProvider.swift similarity index 100% rename from Mastodon/Scene/Profile/UserLIst/FavoritedBy/FavoritedByViewController+DataSourceProvider.swift rename to Mastodon/Scene/Profile/UserList/FavoritedBy/FavoritedByViewController+DataSourceProvider.swift diff --git a/Mastodon/Scene/Profile/UserLIst/FavoritedBy/FavoritedByViewController.swift b/Mastodon/Scene/Profile/UserList/FavoritedBy/FavoritedByViewController.swift similarity index 100% rename from Mastodon/Scene/Profile/UserLIst/FavoritedBy/FavoritedByViewController.swift rename to Mastodon/Scene/Profile/UserList/FavoritedBy/FavoritedByViewController.swift diff --git a/Mastodon/Scene/Profile/UserLIst/RebloggedBy/RebloggedByViewController+DataSourceProvider.swift b/Mastodon/Scene/Profile/UserList/RebloggedBy/RebloggedByViewController+DataSourceProvider.swift similarity index 100% rename from Mastodon/Scene/Profile/UserLIst/RebloggedBy/RebloggedByViewController+DataSourceProvider.swift rename to Mastodon/Scene/Profile/UserList/RebloggedBy/RebloggedByViewController+DataSourceProvider.swift diff --git a/Mastodon/Scene/Profile/UserLIst/RebloggedBy/RebloggedByViewController.swift b/Mastodon/Scene/Profile/UserList/RebloggedBy/RebloggedByViewController.swift similarity index 100% rename from Mastodon/Scene/Profile/UserLIst/RebloggedBy/RebloggedByViewController.swift rename to Mastodon/Scene/Profile/UserList/RebloggedBy/RebloggedByViewController.swift diff --git a/Mastodon/Scene/Profile/UserLIst/UserListViewModel+Diffable.swift b/Mastodon/Scene/Profile/UserList/UserListViewModel+Diffable.swift similarity index 100% rename from Mastodon/Scene/Profile/UserLIst/UserListViewModel+Diffable.swift rename to Mastodon/Scene/Profile/UserList/UserListViewModel+Diffable.swift diff --git a/Mastodon/Scene/Profile/UserLIst/UserListViewModel+State.swift b/Mastodon/Scene/Profile/UserList/UserListViewModel+State.swift similarity index 100% rename from Mastodon/Scene/Profile/UserLIst/UserListViewModel+State.swift rename to Mastodon/Scene/Profile/UserList/UserListViewModel+State.swift diff --git a/Mastodon/Scene/Profile/UserLIst/UserListViewModel.swift b/Mastodon/Scene/Profile/UserList/UserListViewModel.swift similarity index 100% rename from Mastodon/Scene/Profile/UserLIst/UserListViewModel.swift rename to Mastodon/Scene/Profile/UserList/UserListViewModel.swift