Skip to content

Commit

Permalink
[Delete/#11] Delete TabBarController before merge
Browse files Browse the repository at this point in the history
  • Loading branch information
kim-seonwoo committed Jan 5, 2024
1 parent b60ba86 commit 97dba51
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 114 deletions.
4 changes: 0 additions & 4 deletions HMH_iOS/HMH_iOS.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

/* Begin PBXBuildFile section */
0B0035402B43D64D00DA140C /* HMHNavigationBar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B00353F2B43D64D00DA140C /* HMHNavigationBar.swift */; };
0B2B0E9A2B4714FB00B830AF /* TabBarController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B2B0E992B4714FB00B830AF /* TabBarController.swift */; };
0B2C2D3B2B443BE90023CCFA /* Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B2C2D3A2B443BE90023CCFA /* Image.swift */; };
0B2C2D412B4572240023CCFA /* HMHSelectButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B2C2D402B4572240023CCFA /* HMHSelectButton.swift */; };
0B50F9CB2B369813000C5046 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B50F9CA2B369813000C5046 /* AppDelegate.swift */; };
Expand Down Expand Up @@ -123,7 +122,6 @@

/* Begin PBXFileReference section */
0B00353F2B43D64D00DA140C /* HMHNavigationBar.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HMHNavigationBar.swift; sourceTree = "<group>"; };
0B2B0E992B4714FB00B830AF /* TabBarController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TabBarController.swift; sourceTree = "<group>"; };
0B2C2D3A2B443BE90023CCFA /* Image.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Image.swift; sourceTree = "<group>"; };
0B2C2D3E2B4559E10023CCFA /* OnboardingButton.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OnboardingButton.swift; sourceTree = "<group>"; };
0B2C2D402B4572240023CCFA /* HMHSelectButton.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HMHSelectButton.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -502,7 +500,6 @@
174AF4362B43DB2000450D07 /* CustomTabbar */ = {
isa = PBXGroup;
children = (
0B2B0E992B4714FB00B830AF /* TabBarController.swift */,
);
path = CustomTabbar;
sourceTree = "<group>";
Expand Down Expand Up @@ -837,7 +834,6 @@
0B8A89B72B369F1100688BA6 /* C.swift in Sources */,
0B2C2D3B2B443BE90023CCFA /* Image.swift in Sources */,
3666C84D2B45F41300564874 /* HMHAppSelectButtonView.swift in Sources */,
0B2B0E9A2B4714FB00B830AF /* TabBarController.swift in Sources */,
0B8A89AD2B369E3B00688BA6 /* HomeCell.swift in Sources */,
3666C8882B47110800564874 /* SpecificTimePickerView.swift in Sources */,
174AF4922B447B4600450D07 /* MyPageViews.swift in Sources */,
Expand Down

This file was deleted.

0 comments on commit 97dba51

Please sign in to comment.