|
19 | 19 | 71288ED32B26ED2500D6C921 /* UserUploadedLabelCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71288ED22B26ED2500D6C921 /* UserUploadedLabelCell.swift */; }; |
20 | 20 | 712F661D2A7B7BAB00D9539B /* Config.swift in Sources */ = {isa = PBXBuildFile; fileRef = 712F661C2A7B7BAB00D9539B /* Config.swift */; }; |
21 | 21 | 7136BF8A2AF921A900679364 /* CustomBottomSheetVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7136BF892AF921A900679364 /* CustomBottomSheetVC.swift */; }; |
| 22 | + 713A98F02B29DD9900189B3C /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 713A98EF2B29DD9900189B3C /* GoogleService-Info.plist */; }; |
22 | 23 | 717916DA2B13613B009CEF97 /* MarathonListResponseDto.swift in Sources */ = {isa = PBXBuildFile; fileRef = 717916D92B13613B009CEF97 /* MarathonListResponseDto.swift */; }; |
23 | | - 717916DE2B137DC3009CEF97 /* TotalPageCountDto.swift in Sources */ = {isa = PBXBuildFile; fileRef = 717916DD2B137DC3009CEF97 /* TotalPageCountDto.swift */; }; |
24 | 24 | 71BAD06A2B24CECC0061E31D /* UserProfileDto.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71BAD0692B24CECC0061E31D /* UserProfileDto.swift */; }; |
25 | 25 | 71BAD06C2B24D1F70061E31D /* UserProfileVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71BAD06B2B24D1F70061E31D /* UserProfileVC.swift */; }; |
26 | 26 | 71F7804E2B0893B600B53253 /* MarathonTitleCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71F7804D2B0893B600B53253 /* MarathonTitleCollectionViewCell.swift */; }; |
27 | 27 | 71F780502B0893D700B53253 /* MarathonMapCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71F7804F2B0893D700B53253 /* MarathonMapCollectionViewCell.swift */; }; |
28 | | - 71F7BF072B0CDFE300B752B3 /* MarathonCourseListCVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71F7BF062B0CDFE300B752B3 /* MarathonCourseListCVC.swift */; }; |
29 | 28 | A3305A97296EF58C000B1A10 /* GoalRewardInfoDto.swift in Sources */ = {isa = PBXBuildFile; fileRef = A3305A96296EF58C000B1A10 /* GoalRewardInfoDto.swift */; }; |
30 | 29 | A3BC2F2B2962C3D500198261 /* GoalRewardInfoVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A3BC2F2A2962C3D500198261 /* GoalRewardInfoVC.swift */; }; |
31 | 30 | A3BC2F2D2962C3F200198261 /* ActivityRecordInfoVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = A3BC2F2C2962C3F200198261 /* ActivityRecordInfoVC.swift */; }; |
|
172 | 171 | DA97A033296E65D80086760E /* CourseUploadingRequestDto.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA97A032296E65D80086760E /* CourseUploadingRequestDto.swift */; }; |
173 | 172 | DAD5A3D8296C6D9600C8166B /* AdImageCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAD5A3D7296C6D9600C8166B /* AdImageCollectionViewCell.swift */; }; |
174 | 173 | DAD5A3DA296C6DA500C8166B /* TitleCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAD5A3D9296C6DA500C8166B /* TitleCollectionViewCell.swift */; }; |
175 | | - DAD5A3DC296C6DB800C8166B /* MapCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAD5A3DB296C6DB800C8166B /* MapCollectionViewCell.swift */; }; |
176 | 174 | DAD5A3E2296D4C6500C8166B /* PickedMapListResponseDto.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAD5A3E1296D4C6500C8166B /* PickedMapListResponseDto.swift */; }; |
177 | 175 | /* End PBXBuildFile section */ |
178 | 176 |
|
|
191 | 189 | 71288ED22B26ED2500D6C921 /* UserUploadedLabelCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserUploadedLabelCell.swift; sourceTree = "<group>"; }; |
192 | 190 | 712F661C2A7B7BAB00D9539B /* Config.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Config.swift; sourceTree = "<group>"; }; |
193 | 191 | 7136BF892AF921A900679364 /* CustomBottomSheetVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CustomBottomSheetVC.swift; sourceTree = "<group>"; }; |
| 192 | + 713A98EF2B29DD9900189B3C /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = "<group>"; }; |
194 | 193 | 717916D92B13613B009CEF97 /* MarathonListResponseDto.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MarathonListResponseDto.swift; sourceTree = "<group>"; }; |
195 | | - 717916DD2B137DC3009CEF97 /* TotalPageCountDto.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TotalPageCountDto.swift; sourceTree = "<group>"; }; |
196 | 194 | 71BAD0692B24CECC0061E31D /* UserProfileDto.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserProfileDto.swift; sourceTree = "<group>"; }; |
197 | 195 | 71BAD06B2B24D1F70061E31D /* UserProfileVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserProfileVC.swift; sourceTree = "<group>"; }; |
198 | 196 | 71F7804D2B0893B600B53253 /* MarathonTitleCollectionViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MarathonTitleCollectionViewCell.swift; sourceTree = "<group>"; }; |
199 | 197 | 71F7804F2B0893D700B53253 /* MarathonMapCollectionViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MarathonMapCollectionViewCell.swift; sourceTree = "<group>"; }; |
200 | | - 71F7BF062B0CDFE300B752B3 /* MarathonCourseListCVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MarathonCourseListCVC.swift; sourceTree = "<group>"; }; |
201 | | - |
202 | 198 | A3305A96296EF58C000B1A10 /* GoalRewardInfoDto.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GoalRewardInfoDto.swift; sourceTree = "<group>"; }; |
203 | 199 | A3BC2F2A2962C3D500198261 /* GoalRewardInfoVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GoalRewardInfoVC.swift; sourceTree = "<group>"; }; |
204 | 200 | A3BC2F2C2962C3F200198261 /* ActivityRecordInfoVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActivityRecordInfoVC.swift; sourceTree = "<group>"; }; |
|
357 | 353 | DA97A032296E65D80086760E /* CourseUploadingRequestDto.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CourseUploadingRequestDto.swift; sourceTree = "<group>"; }; |
358 | 354 | DAD5A3D7296C6D9600C8166B /* AdImageCollectionViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AdImageCollectionViewCell.swift; sourceTree = "<group>"; }; |
359 | 355 | DAD5A3D9296C6DA500C8166B /* TitleCollectionViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TitleCollectionViewCell.swift; sourceTree = "<group>"; }; |
360 | | - DAD5A3DB296C6DB800C8166B /* MapCollectionViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MapCollectionViewCell.swift; sourceTree = "<group>"; }; |
361 | 356 | DAD5A3E1296D4C6500C8166B /* PickedMapListResponseDto.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PickedMapListResponseDto.swift; sourceTree = "<group>"; }; |
362 | 357 | E837271A78E1C0A0C30789BF /* Pods-Runnect-iOS.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runnect-iOS.release.xcconfig"; path = "Target Support Files/Pods-Runnect-iOS/Pods-Runnect-iOS.release.xcconfig"; sourceTree = "<group>"; }; |
363 | 358 | /* End PBXFileReference section */ |
|
768 | 763 | 71F7804D2B0893B600B53253 /* MarathonTitleCollectionViewCell.swift */, |
769 | 764 | 71F7804F2B0893D700B53253 /* MarathonMapCollectionViewCell.swift */, |
770 | 765 | DAD5A3D9296C6DA500C8166B /* TitleCollectionViewCell.swift */, |
771 | | - DAD5A3DB296C6DB800C8166B /* MapCollectionViewCell.swift */, |
772 | 766 | CE17F0432961C3D600E1DED0 /* VC */, |
773 | 767 | ); |
774 | 768 | path = Views; |
|
865 | 859 | CE6655A9295D7FAA00C64E12 /* Network */, |
866 | 860 | CE6655A8295D7F7D00C64E12 /* Presentation */, |
867 | 861 | CE4545D6295D7AF5003201E1 /* Info.plist */, |
868 | | - 713BA40A2B218AF8009091A8 /* GoogleService-Info.plist */, |
| 862 | + 713A98EF2B29DD9900189B3C /* GoogleService-Info.plist */, |
869 | 863 | ); |
870 | 864 | path = "Runnect-iOS"; |
871 | 865 | sourceTree = "<group>"; |
|
1201 | 1195 | isa = PBXGroup; |
1202 | 1196 | children = ( |
1203 | 1197 | CE6B63D2296725E6003F900F /* CourseListCVC.swift */, |
1204 | | - 71F7BF062B0CDFE300B752B3 /* MarathonCourseListCVC.swift */, |
1205 | 1198 | ); |
1206 | 1199 | path = CVC; |
1207 | 1200 | sourceTree = "<group>"; |
|
1254 | 1247 | children = ( |
1255 | 1248 | 717916D92B13613B009CEF97 /* MarathonListResponseDto.swift */, |
1256 | 1249 | DAD5A3E1296D4C6500C8166B /* PickedMapListResponseDto.swift */, |
1257 | | - 717916DD2B137DC3009CEF97 /* TotalPageCountDto.swift */, |
1258 | 1250 | ); |
1259 | 1251 | path = ResponseDto; |
1260 | 1252 | sourceTree = "<group>"; |
|
1322 | 1314 | files = ( |
1323 | 1315 | CE665615295D989A00C64E12 /* .swiftlint.yml in Resources */, |
1324 | 1316 | CE17F0342961BEF800E1DED0 /* Pretendard-Bold.otf in Resources */, |
1325 | | - 713BA40B2B218AF8009091A8 /* GoogleService-Info.plist in Resources */, |
| 1317 | + 713A98F02B29DD9900189B3C /* GoogleService-Info.plist in Resources */, |
1326 | 1318 | CE17F0352961BEF800E1DED0 /* Pretendard-SemiBold.otf in Resources */, |
1327 | 1319 | CE17F0332961BEF800E1DED0 /* Pretendard-Medium.otf in Resources */, |
1328 | 1320 | CE6655BF295D82E200C64E12 /* .gitkeep in Resources */, |
|
1495 | 1487 | A3D1A77E29CF09B600DD54EC /* SignInResponseDto.swift in Sources */, |
1496 | 1488 | CE21C028299E5FFC00F62AF5 /* PublicCourseRouter.swift in Sources */, |
1497 | 1489 | CE18E894296C79B900FEB569 /* CourseDrawingRequestDto.swift in Sources */, |
1498 | | - 71F7BF072B0CDFE300B752B3 /* MarathonCourseListCVC.swift in Sources */, |
1499 | 1490 | DA20D84E2966A9B300F1581F /* CourseSearchVC.swift in Sources */, |
1500 | 1491 | CE1006572968230800FD31FB /* DepartureLocationModel.swift in Sources */, |
1501 | 1492 | CECA695C296E61D6002AF05C /* PrivateCourseNotUploadedResponseDto.swift in Sources */, |
1502 | 1493 | CE6655EC295D88D000C64E12 /* UITableView+.swift in Sources */, |
1503 | | - 717916DE2B137DC3009CEF97 /* TotalPageCountDto.swift in Sources */, |
1504 | 1494 | CEEC6B3A2961C4F300D00E1E /* CourseDrawingHomeVC.swift in Sources */, |
1505 | 1495 | CEB0BCBC29D123350048CCD5 /* GuideView.swift in Sources */, |
1506 | 1496 | CEC2A6902962B06C00160BF7 /* convertLocationObject.swift in Sources */, |
|
1518 | 1508 | CE665608295D921500C64E12 /* setImage.swift in Sources */, |
1519 | 1509 | CE146770296568DC00DCEA1B /* RunTrackingVC.swift in Sources */, |
1520 | 1510 | DA20D849296697B400F1581F /* CourseUploadVC.swift in Sources */, |
1521 | | - DAD5A3DC296C6DB800C8166B /* MapCollectionViewCell.swift in Sources */, |
1522 | 1511 | CE665612295D92E400C64E12 /* UserDefaultWrapper.swift in Sources */, |
1523 | 1512 | A3BC2F3A2963D0ED00198261 /* ActivityRecordInfoTVC.swift in Sources */, |
1524 | 1513 | CE665610295D92C200C64E12 /* setTextLineHeight.swift in Sources */, |
|
0 commit comments