From e3103b30345024d979906b0a7b984ad4979a3829 Mon Sep 17 00:00:00 2001 From: naturecodevoid <44983869+naturecodevoid@users.noreply.github.com> Date: Sat, 20 May 2023 12:42:19 -0700 Subject: [PATCH] Move TabBarController.swift into UIKit folder --- AltStore.xcodeproj/project.pbxproj | 2 +- AltStore/{ => UIKit}/TabBarController.swift | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename AltStore/{ => UIKit}/TabBarController.swift (100%) diff --git a/AltStore.xcodeproj/project.pbxproj b/AltStore.xcodeproj/project.pbxproj index 56f28686..c76965ad 100644 --- a/AltStore.xcodeproj/project.pbxproj +++ b/AltStore.xcodeproj/project.pbxproj @@ -1349,6 +1349,7 @@ 990D2AFE2A1956740055D93C /* UIKit */ = { isa = PBXGroup; children = ( + BF41B805233423AE00C593A3 /* TabBarController.swift */, BFE6325822A83BA800F30809 /* Authentication */, BFB6B21C2318700D0022A802 /* News */, BF9ABA4322DCFF33008935CF /* Browse */, @@ -1942,7 +1943,6 @@ BFD2476D2284B9A500981D42 /* AppDelegate.swift */, BF4B78FD24B3D1DB008AB4AC /* SceneDelegate.swift */, BFE338E722F10E56002E24B9 /* LaunchViewController.swift */, - BF41B805233423AE00C593A3 /* TabBarController.swift */, 990D2AFE2A1956740055D93C /* UIKit */, 990D2AFD2A19566C0055D93C /* SwiftUI */, 990D2AE02A1910920055D93C /* Unstable Features */, diff --git a/AltStore/TabBarController.swift b/AltStore/UIKit/TabBarController.swift similarity index 100% rename from AltStore/TabBarController.swift rename to AltStore/UIKit/TabBarController.swift