diff --git a/SOPKATHON_Kick.xcodeproj/project.pbxproj b/SOPKATHON_Kick.xcodeproj/project.pbxproj index 682905e..d6c0881 100644 --- a/SOPKATHON_Kick.xcodeproj/project.pbxproj +++ b/SOPKATHON_Kick.xcodeproj/project.pbxproj @@ -25,6 +25,9 @@ 404030402659928100709B7F /* dateDataModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4040303F2659928100709B7F /* dateDataModel.swift */; }; 40403045265999DE00709B7F /* countDataModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40403044265999DE00709B7F /* countDataModel.swift */; }; 4040304826599C9B00709B7F /* PopularWritingService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4040304726599C9B00709B7F /* PopularWritingService.swift */; }; + 4051A1C52659A674000E4BB9 /* Roboto-Bold.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 4051A1C22659A674000E4BB9 /* Roboto-Bold.ttf */; }; + 4051A1C62659A674000E4BB9 /* Roboto-Regular.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 4051A1C32659A674000E4BB9 /* Roboto-Regular.ttf */; }; + 4051A1C72659A674000E4BB9 /* Roboto-Medium.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 4051A1C42659A674000E4BB9 /* Roboto-Medium.ttf */; }; 4058242726593B5B00845A48 /* Login.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 4058242626593B5B00845A48 /* Login.storyboard */; }; 4058242B26593BAB00845A48 /* LoginViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4058242A26593BAB00845A48 /* LoginViewController.swift */; }; 40D8815A2659A508009D920D /* MainTabBarController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E84EBA2826599B3B00F0A2C1 /* MainTabBarController.swift */; }; @@ -67,6 +70,9 @@ 4040303F2659928100709B7F /* dateDataModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = dateDataModel.swift; sourceTree = ""; }; 40403044265999DE00709B7F /* countDataModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = countDataModel.swift; sourceTree = ""; }; 4040304726599C9B00709B7F /* PopularWritingService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PopularWritingService.swift; sourceTree = ""; }; + 4051A1C22659A674000E4BB9 /* Roboto-Bold.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = "Roboto-Bold.ttf"; path = "../../../../Fonts/Roboto-Bold.ttf"; sourceTree = ""; }; + 4051A1C32659A674000E4BB9 /* Roboto-Regular.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = "Roboto-Regular.ttf"; path = "../../../../Fonts/Roboto-Regular.ttf"; sourceTree = ""; }; + 4051A1C42659A674000E4BB9 /* Roboto-Medium.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = "Roboto-Medium.ttf"; path = "../../../../Fonts/Roboto-Medium.ttf"; sourceTree = ""; }; 4058242626593B5B00845A48 /* Login.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = Login.storyboard; sourceTree = ""; }; 4058242A26593BAB00845A48 /* LoginViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoginViewController.swift; sourceTree = ""; }; 40F598E12659568F005DD065 /* HomeCollectionViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HomeCollectionViewModel.swift; sourceTree = ""; }; @@ -153,6 +159,16 @@ path = Struct; sourceTree = ""; }; + 4051A1C12659A659000E4BB9 /* Fonts */ = { + isa = PBXGroup; + children = ( + 4051A1C22659A674000E4BB9 /* Roboto-Bold.ttf */, + 4051A1C42659A674000E4BB9 /* Roboto-Medium.ttf */, + 4051A1C32659A674000E4BB9 /* Roboto-Regular.ttf */, + ); + path = Fonts; + sourceTree = ""; + }; 4058241D265939C700845A48 /* Application */ = { isa = PBXGroup; children = ( @@ -166,6 +182,7 @@ 4058241E26593A8A00845A48 /* Resources */ = { isa = PBXGroup; children = ( + 4051A1C12659A659000E4BB9 /* Fonts */, BB35782D2659950C0031961F /* Extensions */, 400CFA12265932D10080CB1B /* Assets.xcassets */, ); @@ -433,10 +450,13 @@ files = ( 4058242726593B5B00845A48 /* Login.storyboard in Resources */, 4039177B265944CC00BF2C6F /* King.storyboard in Resources */, + 4051A1C62659A674000E4BB9 /* Roboto-Regular.ttf in Resources */, 403917782659448000BF2C6F /* Writing.storyboard in Resources */, E84EBA3026599B7300F0A2C1 /* Home.storyboard in Resources */, 403917842659451100BF2C6F /* MyPage.storyboard in Resources */, + 4051A1C52659A674000E4BB9 /* Roboto-Bold.ttf in Resources */, E84EBA2C26599B4500F0A2C1 /* Main.storyboard in Resources */, + 4051A1C72659A674000E4BB9 /* Roboto-Medium.ttf in Resources */, 400CFA16265932D10080CB1B /* LaunchScreen.storyboard in Resources */, 400CFA13265932D10080CB1B /* Assets.xcassets in Resources */, );