Skip to content

Commit

Permalink
✅ Chore: 프로젝트 파일 수정 (#541)
Browse files Browse the repository at this point in the history
  • Loading branch information
hwangJi-dev committed Oct 16, 2022
1 parent 787907e commit 94bdbd1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions NadoSunbae-iOS/NadoSunbae.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@
33C79DCB287F350100B6C32C /* NadoSegmentedControl.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33C79DCA287F350100B6C32C /* NadoSegmentedControl.swift */; };
33C79DCF2881B28900B6C32C /* CommunityTVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33C79DCE2881B28900B6C32C /* CommunityTVC.swift */; };
33C79DD22881B50D00B6C32C /* CommunityPostList.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33C79DD12881B50D00B6C32C /* CommunityPostList.swift */; };
33CBEC1B28FC72F2002D0C84 /* MajorIDConstants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33CBEC1A28FC72F2002D0C84 /* MajorIDConstants.swift */; };
33CF634F27945C0400E92C04 /* NadoSegmentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33CF634D27945C0300E92C04 /* NadoSegmentView.swift */; };
33CF635027945C0400E92C04 /* NadoHorizonContainerViews.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33CF634E27945C0400E92C04 /* NadoHorizonContainerViews.swift */; };
33CF635227945C0900E92C04 /* NadoHorizonContainerViews.xib in Resources */ = {isa = PBXBuildFile; fileRef = 33CF635127945C0900E92C04 /* NadoHorizonContainerViews.xib */; };
Expand Down Expand Up @@ -466,6 +467,7 @@
33C79DCA287F350100B6C32C /* NadoSegmentedControl.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NadoSegmentedControl.swift; sourceTree = "<group>"; };
33C79DCE2881B28900B6C32C /* CommunityTVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CommunityTVC.swift; sourceTree = "<group>"; };
33C79DD12881B50D00B6C32C /* CommunityPostList.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CommunityPostList.swift; sourceTree = "<group>"; };
33CBEC1A28FC72F2002D0C84 /* MajorIDConstants.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MajorIDConstants.swift; sourceTree = "<group>"; };
33CF634D27945C0300E92C04 /* NadoSegmentView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NadoSegmentView.swift; sourceTree = "<group>"; };
33CF634E27945C0400E92C04 /* NadoHorizonContainerViews.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NadoHorizonContainerViews.swift; sourceTree = "<group>"; };
33CF635127945C0900E92C04 /* NadoHorizonContainerViews.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = NadoHorizonContainerViews.xib; sourceTree = "<group>"; };
Expand Down Expand Up @@ -814,6 +816,7 @@
331364422785A4BA00E0C118 /* Struct */ = {
isa = PBXGroup;
children = (
33CBEC1A28FC72F2002D0C84 /* MajorIDConstants.swift */,
331364932785D78F00E0C118 /* Identifiers.swift */,
33CF636B279567AF00E92C04 /* QuestionType.swift */,
5C32801E27973E1A00781EBE /* ListSortType.swift */,
Expand Down Expand Up @@ -2220,6 +2223,7 @@
3381083527D53E19005AF1F9 /* MypageLikeListVC.swift in Sources */,
33834A1D27D67FAB001C4947 /* MypageLikeResponseData.swift in Sources */,
33CF63602794A03300E92C04 /* QuestionHeaderTVC.swift in Sources */,
33CBEC1B28FC72F2002D0C84 /* MajorIDConstants.swift in Sources */,
331364642785ADFE00E0C118 /* BaseVC.swift in Sources */,
3332359B28EF37C200F92793 /* ClassroomReactor.swift in Sources */,
779DC5AD28EA942A009B9A43 /* ContentListData.swift in Sources */,
Expand Down

0 comments on commit 94bdbd1

Please sign in to comment.