Skip to content

Commit

Permalink
Merge pull request #13 from SOPT28th-SOPKATHON-Kick/feat/#7
Browse files Browse the repository at this point in the history
[Feat] 폰트 추가
  • Loading branch information
Hansangjin98 authored May 22, 2021
2 parents 57e680d + a8f2367 commit 3b3de7a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions SOPKATHON_Kick.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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 */; };
Expand Down Expand Up @@ -67,6 +70,9 @@
4040303F2659928100709B7F /* dateDataModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = dateDataModel.swift; sourceTree = "<group>"; };
40403044265999DE00709B7F /* countDataModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = countDataModel.swift; sourceTree = "<group>"; };
4040304726599C9B00709B7F /* PopularWritingService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PopularWritingService.swift; sourceTree = "<group>"; };
4051A1C22659A674000E4BB9 /* Roboto-Bold.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = "Roboto-Bold.ttf"; path = "../../../../Fonts/Roboto-Bold.ttf"; sourceTree = "<group>"; };
4051A1C32659A674000E4BB9 /* Roboto-Regular.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = "Roboto-Regular.ttf"; path = "../../../../Fonts/Roboto-Regular.ttf"; sourceTree = "<group>"; };
4051A1C42659A674000E4BB9 /* Roboto-Medium.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = "Roboto-Medium.ttf"; path = "../../../../Fonts/Roboto-Medium.ttf"; sourceTree = "<group>"; };
4058242626593B5B00845A48 /* Login.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = Login.storyboard; sourceTree = "<group>"; };
4058242A26593BAB00845A48 /* LoginViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoginViewController.swift; sourceTree = "<group>"; };
40F598E12659568F005DD065 /* HomeCollectionViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HomeCollectionViewModel.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -153,6 +159,16 @@
path = Struct;
sourceTree = "<group>";
};
4051A1C12659A659000E4BB9 /* Fonts */ = {
isa = PBXGroup;
children = (
4051A1C22659A674000E4BB9 /* Roboto-Bold.ttf */,
4051A1C42659A674000E4BB9 /* Roboto-Medium.ttf */,
4051A1C32659A674000E4BB9 /* Roboto-Regular.ttf */,
);
path = Fonts;
sourceTree = "<group>";
};
4058241D265939C700845A48 /* Application */ = {
isa = PBXGroup;
children = (
Expand All @@ -166,6 +182,7 @@
4058241E26593A8A00845A48 /* Resources */ = {
isa = PBXGroup;
children = (
4051A1C12659A659000E4BB9 /* Fonts */,
BB35782D2659950C0031961F /* Extensions */,
400CFA12265932D10080CB1B /* Assets.xcassets */,
);
Expand Down Expand Up @@ -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 */,
);
Expand Down

0 comments on commit 3b3de7a

Please sign in to comment.