|
151 | 151 | 6DC3BF5E2E07123F00831470 /* IntroCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6DC3BF5D2E07123F00831470 /* IntroCell.swift */; }; |
152 | 152 | 6DC3BF602E071F0900831470 /* LoginUseCase.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6DC3BF5F2E071F0900831470 /* LoginUseCase.swift */; }; |
153 | 153 | 6DC3BF682E0721F300831470 /* LoginDTO.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6DC3BF672E0721F300831470 /* LoginDTO.swift */; }; |
| 154 | + 6DC617A72F60EB1A002DD641 /* LocationSmoother.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6DC617A62F60EB1A002DD641 /* LocationSmoother.swift */; }; |
| 155 | + 6DC617A92F610238002DD641 /* HomeArrivalManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6DC617A82F610238002DD641 /* HomeArrivalManager.swift */; }; |
| 156 | + 6DC617AD2F62EB59002DD641 /* HomeRegistrationCoordinator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6DC617AC2F62EB59002DD641 /* HomeRegistrationCoordinator.swift */; }; |
154 | 157 | 6DD632B12E4F8A9F00C6A66E /* CheckServiceRegionRequest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6DD632B02E4F8A9F00C6A66E /* CheckServiceRegionRequest.swift */; }; |
155 | 158 | 6DD632B62E52E23A00C6A66E /* ProximityManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6DD632B52E52E23A00C6A66E /* ProximityManager.swift */; }; |
156 | 159 | 6DD632B92E52E8E300C6A66E /* ProximityViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6DD632B82E52E8E300C6A66E /* ProximityViewController.swift */; }; |
|
472 | 475 | 6DC3BF5D2E07123F00831470 /* IntroCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IntroCell.swift; sourceTree = "<group>"; }; |
473 | 476 | 6DC3BF5F2E071F0900831470 /* LoginUseCase.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoginUseCase.swift; sourceTree = "<group>"; }; |
474 | 477 | 6DC3BF672E0721F300831470 /* LoginDTO.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoginDTO.swift; sourceTree = "<group>"; }; |
| 478 | + 6DC617A62F60EB1A002DD641 /* LocationSmoother.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LocationSmoother.swift; sourceTree = "<group>"; }; |
| 479 | + 6DC617A82F610238002DD641 /* HomeArrivalManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HomeArrivalManager.swift; sourceTree = "<group>"; }; |
| 480 | + 6DC617AC2F62EB59002DD641 /* HomeRegistrationCoordinator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HomeRegistrationCoordinator.swift; sourceTree = "<group>"; }; |
475 | 481 | 6DD632B02E4F8A9F00C6A66E /* CheckServiceRegionRequest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CheckServiceRegionRequest.swift; sourceTree = "<group>"; }; |
476 | 482 | 6DD632B52E52E23A00C6A66E /* ProximityManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProximityManager.swift; sourceTree = "<group>"; }; |
477 | 483 | 6DD632B82E52E8E300C6A66E /* ProximityViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProximityViewController.swift; sourceTree = "<group>"; }; |
|
687 | 693 | 6D1EE2D62E08E4AB00F7BBF1 /* HomeRegister */ = { |
688 | 694 | isa = PBXGroup; |
689 | 695 | children = ( |
| 696 | + 6DC617AB2F62EB4B002DD641 /* Coordinator */, |
690 | 697 | 6D1EE2D92E08E4E000F7BBF1 /* HomeRegisterViewController.swift */, |
691 | 698 | 6D1EE2DB2E08E4EA00F7BBF1 /* HomeRegisterViewModel.swift */, |
692 | 699 | ); |
|
1109 | 1116 | path = Login; |
1110 | 1117 | sourceTree = "<group>"; |
1111 | 1118 | }; |
| 1119 | + 6DC617AA2F62E931002DD641 /* ChangeHome */ = { |
| 1120 | + isa = PBXGroup; |
| 1121 | + children = ( |
| 1122 | + ); |
| 1123 | + path = ChangeHome; |
| 1124 | + sourceTree = "<group>"; |
| 1125 | + }; |
| 1126 | + 6DC617AB2F62EB4B002DD641 /* Coordinator */ = { |
| 1127 | + isa = PBXGroup; |
| 1128 | + children = ( |
| 1129 | + 6DC617AC2F62EB59002DD641 /* HomeRegistrationCoordinator.swift */, |
| 1130 | + ); |
| 1131 | + path = Coordinator; |
| 1132 | + sourceTree = "<group>"; |
| 1133 | + }; |
1112 | 1134 | 6DD632AE2E4F8A6600C6A66E /* SearchLocation */ = { |
1113 | 1135 | isa = PBXGroup; |
1114 | 1136 | children = ( |
|
1181 | 1203 | 6DADA5952EA09B9500CA9BE2 /* Amplitude */, |
1182 | 1204 | B61C448D2E3F57B600285A4B /* AlarmManager.swift */, |
1183 | 1205 | 6DD632B72E52E8D000C6A66E /* Proximity */, |
| 1206 | + 6DC617A62F60EB1A002DD641 /* LocationSmoother.swift */, |
| 1207 | + 6DC617A82F610238002DD641 /* HomeArrivalManager.swift */, |
1184 | 1208 | ); |
1185 | 1209 | path = Manager; |
1186 | 1210 | sourceTree = "<group>"; |
|
1305 | 1329 | B65C12D82E042A320016D2F0 /* DIContainer */ = { |
1306 | 1330 | isa = PBXGroup; |
1307 | 1331 | children = ( |
| 1332 | + 6DC617AA2F62E931002DD641 /* ChangeHome */, |
1308 | 1333 | 6D61ABE62F57174500111C9B /* Intro */, |
1309 | 1334 | B61C44962E40340C00285A4B /* LockScreen */, |
1310 | 1335 | 6D2B8CB62E39C87F00608104 /* BusInfo */, |
|
2144 | 2169 | 6DB7636D2E45C69400D06A49 /* AlarmRepository.swift in Sources */, |
2145 | 2170 | 6DB7636F2E45C6D100D06A49 /* AlarmRepositoryImpl.swift in Sources */, |
2146 | 2171 | B65C12E22E042D400016D2F0 /* FetchUserUseCase.swift in Sources */, |
| 2172 | + 6DC617AD2F62EB59002DD641 /* HomeRegistrationCoordinator.swift in Sources */, |
2147 | 2173 | B6EDD73C2E0D87F2006170DF /* FileStorageImpl.swift in Sources */, |
2148 | 2174 | B6793D4B2E3493D6001BE9F5 /* AtcahaInsetLabel.swift in Sources */, |
2149 | 2175 | 6D2B8CB52E39AC7200608104 /* BusPositionInfoResponse.swift in Sources */, |
|
2199 | 2225 | B664018B2E2277A900A397AE /* PushAlarmOption.swift in Sources */, |
2200 | 2226 | 6D26E0072F3C197F005097A4 /* SubwayInfoRepository.swift in Sources */, |
2201 | 2227 | B65C13082E057C590016D2F0 /* APIService.swift in Sources */, |
| 2228 | + 6DC617A92F610238002DD641 /* HomeArrivalManager.swift in Sources */, |
2202 | 2229 | 6D6879D02E4211B800E59C55 /* HomePatchRequest.swift in Sources */, |
2203 | 2230 | 6D9283742E3AFF6A0090889B /* BusRouteCell.swift in Sources */, |
2204 | 2231 | 6D73EB5F2E16120200F8DF8B /* CourseSearchViewModel.swift in Sources */, |
|
2281 | 2308 | 6DADA5972EA09BA400CA9BE2 /* AmplitudeManager.swift in Sources */, |
2282 | 2309 | 6DD632C22E544DB500C6A66E /* PushAlarmBottomView.swift in Sources */, |
2283 | 2310 | 6D5E03D02E28853E0065AFBE /* CourseSearchResponse.swift in Sources */, |
| 2311 | + 6DC617A72F60EB1A002DD641 /* LocationSmoother.swift in Sources */, |
2284 | 2312 | 6D91A8E62E29F5BC0081BAFC /* CourseSettingViewModel.swift in Sources */, |
2285 | 2313 | 6D26E0002F3C17C3005097A4 /* SubwayRealTimeInfoRequest.swift in Sources */, |
2286 | 2314 | B673C4912E0424FD00EE4AD0 /* SplashViewModel.swift in Sources */, |
|
2460 | 2488 | CODE_SIGN_IDENTITY = "Apple Development"; |
2461 | 2489 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution"; |
2462 | 2490 | CODE_SIGN_STYLE = Manual; |
2463 | | - CURRENT_PROJECT_VERSION = 15; |
| 2491 | + CURRENT_PROJECT_VERSION = 1; |
2464 | 2492 | DEVELOPMENT_TEAM = ""; |
2465 | 2493 | "DEVELOPMENT_TEAM[sdk=iphoneos*]" = 23SCTLK482; |
2466 | 2494 | FRAMEWORK_SEARCH_PATHS = ( |
|
2483 | 2511 | "$(inherited)", |
2484 | 2512 | "@executable_path/Frameworks", |
2485 | 2513 | ); |
2486 | | - MARKETING_VERSION = 1.7; |
| 2514 | + MARKETING_VERSION = 1.9; |
2487 | 2515 | PRODUCT_BUNDLE_IDENTIFIER = com.atcha.iOS; |
2488 | 2516 | PRODUCT_NAME = "$(TARGET_NAME)"; |
2489 | 2517 | PROVISIONING_PROFILE_SPECIFIER = ""; |
|
2507 | 2535 | CODE_SIGN_ENTITLEMENTS = "Atcha-iOS/Atcha-iOS.entitlements"; |
2508 | 2536 | CODE_SIGN_IDENTITY = "Apple Development"; |
2509 | 2537 | CODE_SIGN_STYLE = Automatic; |
2510 | | - CURRENT_PROJECT_VERSION = 15; |
| 2538 | + CURRENT_PROJECT_VERSION = 1; |
2511 | 2539 | DEVELOPMENT_TEAM = 23SCTLK482; |
2512 | 2540 | EXCLUDED_ARCHS = ""; |
2513 | 2541 | FRAMEWORK_SEARCH_PATHS = ( |
|
2530 | 2558 | "$(inherited)", |
2531 | 2559 | "@executable_path/Frameworks", |
2532 | 2560 | ); |
2533 | | - MARKETING_VERSION = 1.7; |
| 2561 | + MARKETING_VERSION = 1.9; |
2534 | 2562 | OTHER_SWIFT_FLAGS = ""; |
2535 | 2563 | PRODUCT_BUNDLE_IDENTIFIER = com.atcha.iOS; |
2536 | 2564 | PRODUCT_NAME = "$(TARGET_NAME)"; |
|
2555 | 2583 | CODE_SIGN_IDENTITY = "Apple Development"; |
2556 | 2584 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution"; |
2557 | 2585 | CODE_SIGN_STYLE = Manual; |
2558 | | - CURRENT_PROJECT_VERSION = 15; |
| 2586 | + CURRENT_PROJECT_VERSION = 1; |
2559 | 2587 | DEVELOPMENT_TEAM = ""; |
2560 | 2588 | "DEVELOPMENT_TEAM[sdk=iphoneos*]" = 23SCTLK482; |
2561 | 2589 | FRAMEWORK_SEARCH_PATHS = ( |
|
2578 | 2606 | "$(inherited)", |
2579 | 2607 | "@executable_path/Frameworks", |
2580 | 2608 | ); |
2581 | | - MARKETING_VERSION = 1.7; |
| 2609 | + MARKETING_VERSION = 1.9; |
2582 | 2610 | PRODUCT_BUNDLE_IDENTIFIER = com.atcha.iOS; |
2583 | 2611 | PRODUCT_NAME = "$(TARGET_NAME)"; |
2584 | 2612 | PROVISIONING_PROFILE_SPECIFIER = ""; |
|
0 commit comments