|
92 | 92 | 710660372D53B0B70065167A /* TextViewFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = 710660362D53B0B70065167A /* TextViewFactory.swift */; }; |
93 | 93 | 710660392D53B2510065167A /* UITextView+.swift in Sources */ = {isa = PBXBuildFile; fileRef = 710660382D53B2510065167A /* UITextView+.swift */; }; |
94 | 94 | 7119B8112CA72FBD00E94E62 /* UIColor+.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7119B8102CA72FBD00E94E62 /* UIColor+.swift */; }; |
95 | | - 7121A1332C396FB40056DB8B /* CustomButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7121A1322C396FB40056DB8B /* CustomButton.swift */; }; |
96 | 95 | 7121A1352C39CCF60056DB8B /* UIButton+.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7121A1342C39CCF60056DB8B /* UIButton+.swift */; }; |
97 | 96 | 7121A13A2C3A6CEB0056DB8B /* RxCocoa in Frameworks */ = {isa = PBXBuildFile; productRef = 7121A1392C3A6CEB0056DB8B /* RxCocoa */; }; |
98 | 97 | 7121A13C2C3A6CEB0056DB8B /* RxRelay in Frameworks */ = {isa = PBXBuildFile; productRef = 7121A13B2C3A6CEB0056DB8B /* RxRelay */; }; |
|
124 | 123 | 71665AAC2C7C4A94008EB0D7 /* EventView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71665AAB2C7C4A94008EB0D7 /* EventView.swift */; }; |
125 | 124 | 71665AAE2C7C4BAA008EB0D7 /* CalendarDateCellView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71665AAD2C7C4BAA008EB0D7 /* CalendarDateCellView.swift */; }; |
126 | 125 | 71665AB12C7C5444008EB0D7 /* TNCalendarRepository.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71665AB02C7C5444008EB0D7 /* TNCalendarRepository.swift */; }; |
| 126 | + 717054FD2D696D7D00B3F2CD /* TerningCustomButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = 717054FC2D696D7D00B3F2CD /* TerningCustomButton.swift */; }; |
127 | 127 | 71780C322C45705C0073B731 /* Encodable+.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71780C312C45705C0073B731 /* Encodable+.swift */; }; |
128 | 128 | 71780C352C45725E0073B731 /* Providers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71780C342C45725E0073B731 /* Providers.swift */; }; |
129 | 129 | 71780C3A2C4577FF0073B731 /* CalendarTargetType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71780C392C4577FF0073B731 /* CalendarTargetType.swift */; }; |
|
281 | 281 | 710660362D53B0B70065167A /* TextViewFactory.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TextViewFactory.swift; sourceTree = "<group>"; }; |
282 | 282 | 710660382D53B2510065167A /* UITextView+.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UITextView+.swift"; sourceTree = "<group>"; }; |
283 | 283 | 7119B8102CA72FBD00E94E62 /* UIColor+.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIColor+.swift"; sourceTree = "<group>"; }; |
284 | | - 7121A1322C396FB40056DB8B /* CustomButton.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CustomButton.swift; sourceTree = "<group>"; }; |
285 | 284 | 7121A1342C39CCF60056DB8B /* UIButton+.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIButton+.swift"; sourceTree = "<group>"; }; |
286 | 285 | 7121A13D2C3A98E10056DB8B /* LabelFactory.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LabelFactory.swift; sourceTree = "<group>"; }; |
287 | 286 | 7121A13F2C3AB9EE0056DB8B /* JobDetailInfoView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JobDetailInfoView.swift; sourceTree = "<group>"; }; |
|
310 | 309 | 71665AAB2C7C4A94008EB0D7 /* EventView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EventView.swift; sourceTree = "<group>"; }; |
311 | 310 | 71665AAD2C7C4BAA008EB0D7 /* CalendarDateCellView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CalendarDateCellView.swift; sourceTree = "<group>"; }; |
312 | 311 | 71665AB02C7C5444008EB0D7 /* TNCalendarRepository.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TNCalendarRepository.swift; sourceTree = "<group>"; }; |
| 312 | + 717054FC2D696D7D00B3F2CD /* TerningCustomButton.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TerningCustomButton.swift; sourceTree = "<group>"; }; |
313 | 313 | 71780C312C45705C0073B731 /* Encodable+.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Encodable+.swift"; sourceTree = "<group>"; }; |
314 | 314 | 71780C342C45725E0073B731 /* Providers.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Providers.swift; sourceTree = "<group>"; }; |
315 | 315 | 71780C392C4577FF0073B731 /* CalendarTargetType.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CalendarTargetType.swift; sourceTree = "<group>"; }; |
|
961 | 961 | isa = PBXGroup; |
962 | 962 | children = ( |
963 | 963 | 7121A1412C3AE99D0056DB8B /* Cell */, |
964 | | - 7121A1322C396FB40056DB8B /* CustomButton.swift */, |
965 | 964 | 2DAC9E7A2D112AC500A7842E /* CustomCheckButton.swift */, |
966 | 965 | 2D89C7662C486E53002B035F /* CustomSortButton.swift */, |
967 | 966 | 2D4EE3862C3D7CB200E3E95B /* CustomOnboardingButton.swift */, |
|
974 | 973 | 7121A13F2C3AB9EE0056DB8B /* JobDetailInfoView.swift */, |
975 | 974 | 719C6DED2C91F150006AF9C9 /* CustomAlertViewController.swift */, |
976 | 975 | 71F004C62C957C8C00CD202B /* EmptyView.swift */, |
| 976 | + 717054FC2D696D7D00B3F2CD /* TerningCustomButton.swift */, |
977 | 977 | ); |
978 | 978 | path = UIComponents; |
979 | 979 | sourceTree = "<group>"; |
|
1617 | 1617 | files = ( |
1618 | 1618 | 2DC61F012C40825D009F991F /* DetailInfoTableViewCell.swift in Sources */, |
1619 | 1619 | 2DC986062C45704600D46729 /* CustomSearchBar.swift in Sources */, |
| 1620 | + 717054FD2D696D7D00B3F2CD /* TerningCustomButton.swift in Sources */, |
1620 | 1621 | 715C0FD72C99077700EDDD60 /* MockCalendarService.swift in Sources */, |
1621 | 1622 | 2DF257272C8F692B00B85843 /* ProfileViewModelType.swift in Sources */, |
1622 | 1623 | 2DF257292C8F6A7D00B85843 /* ProfileImageUtils.swift in Sources */, |
|
1735 | 1736 | 71B509252C41D027006D8E56 /* CalendarDateHeaderView.swift in Sources */, |
1736 | 1737 | 2DC61F192C41B261009F991F /* LoginView.swift in Sources */, |
1737 | 1738 | 2DD483802C4B37A0000541E3 /* AccountOptionViewController.swift in Sources */, |
1738 | | - 7121A1332C396FB40056DB8B /* CustomButton.swift in Sources */, |
1739 | 1739 | 715C0FF12C9F256700EDDD60 /* JobDetailRepositoryInterface.swift in Sources */, |
1740 | 1740 | 2D8CCF152D11122F0030E8E5 /* JobCategoryCell.swift in Sources */, |
1741 | 1741 | 2D89C7652C486E2E002B035F /* SearchResultView.swift in Sources */, |
|
0 commit comments