|
227 | 227 | 1185DFAF271FF53800ED7D9A /* OnboardingAuthStepRegister.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1185DFA8271FF53800ED7D9A /* OnboardingAuthStepRegister.swift */; }; |
228 | 228 | 1185DFB0271FF53800ED7D9A /* OnboardingAuthStepConnectivity.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1185DFA9271FF53800ED7D9A /* OnboardingAuthStepConnectivity.swift */; }; |
229 | 229 | 1185DFB1271FF53800ED7D9A /* OnboardingAuthStepNotify.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1185DFAA271FF53800ED7D9A /* OnboardingAuthStepNotify.swift */; }; |
| 230 | + 1185DFB2271FF53800ED7D9A /* OnboardingAuthStepDuplicate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1185DFAB271FF53800ED7D9A /* OnboardingAuthStepDuplicate.swift */; }; |
230 | 231 | 1185DFB3271FF53800ED7D9A /* OnboardingAuthStepSensors.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1185DFAC271FF53800ED7D9A /* OnboardingAuthStepSensors.swift */; }; |
231 | 232 | 1185DFB4271FF53800ED7D9A /* OnboardingAuthStepModels.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1185DFAD271FF53800ED7D9A /* OnboardingAuthStepModels.swift */; }; |
232 | 233 | 1187DE4224D77CCC00F0A6A6 /* NFCTagViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1187DE4124D77CCC00F0A6A6 /* NFCTagViewController.swift */; }; |
|
399 | 400 | 11EFCDDC24F6065F00314D85 /* AboutSceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11EFCDDB24F6065F00314D85 /* AboutSceneDelegate.swift */; }; |
400 | 401 | 11EFCDE024F60E5900314D85 /* BasicSceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11EFCDDF24F60E5900314D85 /* BasicSceneDelegate.swift */; }; |
401 | 402 | 11EFD3BE27253504000AF78B /* OnboardingAuthStepConnectivity.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11EFD3BD27253504000AF78B /* OnboardingAuthStepConnectivity.swift */; }; |
| 403 | + 11EFD3C027261AA4000AF78B /* OnboardingAuthStepDuplicate.test.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11EFD3BF27261AA4000AF78B /* OnboardingAuthStepDuplicate.test.swift */; }; |
| 404 | + 11EFD3C327264306000AF78B /* UIAlertAction+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11EFD3C227264306000AF78B /* UIAlertAction+Additions.swift */; }; |
402 | 405 | 11F01A80263D050D002AC33B /* NotificationLoadingViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11F01A7F263D050D002AC33B /* NotificationLoadingViewController.swift */; }; |
403 | 406 | 11F2F1EC2586ED6100F61F7C /* NotificationAttachmentManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11F2F1EB2586ED6100F61F7C /* NotificationAttachmentManager.swift */; }; |
404 | 407 | 11F2F1ED2586ED6100F61F7C /* NotificationAttachmentManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11F2F1EB2586ED6100F61F7C /* NotificationAttachmentManager.swift */; }; |
|
1271 | 1274 | 1185DFA8271FF53800ED7D9A /* OnboardingAuthStepRegister.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = OnboardingAuthStepRegister.swift; sourceTree = "<group>"; }; |
1272 | 1275 | 1185DFA9271FF53800ED7D9A /* OnboardingAuthStepConnectivity.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = OnboardingAuthStepConnectivity.swift; sourceTree = "<group>"; }; |
1273 | 1276 | 1185DFAA271FF53800ED7D9A /* OnboardingAuthStepNotify.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = OnboardingAuthStepNotify.swift; sourceTree = "<group>"; }; |
| 1277 | + 1185DFAB271FF53800ED7D9A /* OnboardingAuthStepDuplicate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = OnboardingAuthStepDuplicate.swift; sourceTree = "<group>"; }; |
1274 | 1278 | 1185DFAC271FF53800ED7D9A /* OnboardingAuthStepSensors.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = OnboardingAuthStepSensors.swift; sourceTree = "<group>"; }; |
1275 | 1279 | 1185DFAD271FF53800ED7D9A /* OnboardingAuthStepModels.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = OnboardingAuthStepModels.swift; sourceTree = "<group>"; }; |
1276 | 1280 | 1187DE4124D77CCC00F0A6A6 /* NFCTagViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NFCTagViewController.swift; sourceTree = "<group>"; }; |
|
1408 | 1412 | 11EFCDDB24F6065F00314D85 /* AboutSceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AboutSceneDelegate.swift; sourceTree = "<group>"; }; |
1409 | 1413 | 11EFCDDF24F60E5900314D85 /* BasicSceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BasicSceneDelegate.swift; sourceTree = "<group>"; }; |
1410 | 1414 | 11EFD3BD27253504000AF78B /* OnboardingAuthStepConnectivity.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OnboardingAuthStepConnectivity.swift; sourceTree = "<group>"; }; |
| 1415 | + 11EFD3BF27261AA4000AF78B /* OnboardingAuthStepDuplicate.test.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OnboardingAuthStepDuplicate.test.swift; sourceTree = "<group>"; }; |
| 1416 | + 11EFD3C227264306000AF78B /* UIAlertAction+Additions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIAlertAction+Additions.swift"; sourceTree = "<group>"; }; |
1411 | 1417 | 11F01A7F263D050D002AC33B /* NotificationLoadingViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NotificationLoadingViewController.swift; sourceTree = "<group>"; }; |
1412 | 1418 | 11F2F1EB2586ED6100F61F7C /* NotificationAttachmentManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NotificationAttachmentManager.swift; sourceTree = "<group>"; }; |
1413 | 1419 | 11F2F2082586FB0C00F61F7C /* NotificationAttachmentManager.test.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NotificationAttachmentManager.test.swift; sourceTree = "<group>"; }; |
|
2257 | 2263 | 116D3A3C2724D83300EF5D21 /* OnboardingAuth.test.swift */, |
2258 | 2264 | 116D3A4527252C3200EF5D21 /* OnboardingAuthStepConfig.test.swift */, |
2259 | 2265 | 11EFD3BD27253504000AF78B /* OnboardingAuthStepConnectivity.swift */, |
| 2266 | + 11EFD3BF27261AA4000AF78B /* OnboardingAuthStepDuplicate.test.swift */, |
2260 | 2267 | 11ED43952726599D00B5FD45 /* OnboardingAuthStepModels.test.swift */, |
2261 | 2268 | 11ED439727265B9C00B5FD45 /* OnboardingAuthStepNotify.test.swift */, |
2262 | 2269 | 11ED439927265DE800B5FD45 /* OnboardingAuthStepRegister.test.swift */, |
|
2334 | 2341 | children = ( |
2335 | 2342 | 1185DFA7271FF53800ED7D9A /* OnboardingAuthStepConfig.swift */, |
2336 | 2343 | 1185DFA9271FF53800ED7D9A /* OnboardingAuthStepConnectivity.swift */, |
| 2344 | + 1185DFAB271FF53800ED7D9A /* OnboardingAuthStepDuplicate.swift */, |
2337 | 2345 | 1185DFAD271FF53800ED7D9A /* OnboardingAuthStepModels.swift */, |
2338 | 2346 | 1185DFAA271FF53800ED7D9A /* OnboardingAuthStepNotify.swift */, |
2339 | 2347 | 1185DFA8271FF53800ED7D9A /* OnboardingAuthStepRegister.swift */, |
|
2627 | 2635 | path = Scenes; |
2628 | 2636 | sourceTree = "<group>"; |
2629 | 2637 | }; |
| 2638 | + 11EFD3C1272642FC000AF78B /* Additions */ = { |
| 2639 | + isa = PBXGroup; |
| 2640 | + children = ( |
| 2641 | + 11EFD3C227264306000AF78B /* UIAlertAction+Additions.swift */, |
| 2642 | + ); |
| 2643 | + path = Additions; |
| 2644 | + sourceTree = "<group>"; |
| 2645 | + }; |
2630 | 2646 | 11F2F21725871C1700F61F7C /* NotificationAttachments */ = { |
2631 | 2647 | isa = PBXGroup; |
2632 | 2648 | children = ( |
|
3026 | 3042 | B657A8FF1CA646EB00121384 /* App */ = { |
3027 | 3043 | isa = PBXGroup; |
3028 | 3044 | children = ( |
| 3045 | + 11EFD3C1272642FC000AF78B /* Additions */, |
3029 | 3046 | 116D3A3B2724D81C00EF5D21 /* Auth */, |
3030 | 3047 | 11AD2EA7252900AA00FBC437 /* Resources */, |
3031 | 3048 | 11A71C7424A5023200D9565F /* ZoneManager */, |
|
5207 | 5224 | 1164DA3225FBF5D600515E8A /* UITextView+CodeRow.swift in Sources */, |
5208 | 5225 | 11A48D8324CA9D010021BDD9 /* RealmSection.swift in Sources */, |
5209 | 5226 | 116D3A442724EFFB00EF5D21 /* OnboardingAuthTokenExchange.swift in Sources */, |
| 5227 | + 1185DFB2271FF53800ED7D9A /* OnboardingAuthStepDuplicate.swift in Sources */, |
5210 | 5228 | 11EFCDDA24F5FE0600314D85 /* SceneActivity.swift in Sources */, |
5211 | 5229 | 11DA6B4D2713900E008ADFAF /* OnboardingPermissionWorkflowController.swift in Sources */, |
5212 | 5230 | 1185DFB1271FF53800ED7D9A /* OnboardingAuthStepNotify.swift in Sources */, |
|
5235 | 5253 | 11ED43A027279AFA00B5FD45 /* OnboardingAuthLoginImpl.test.swift in Sources */, |
5236 | 5254 | 11EFD3BE27253504000AF78B /* OnboardingAuthStepConnectivity.swift in Sources */, |
5237 | 5255 | 11ED439A27265DE800B5FD45 /* OnboardingAuthStepRegister.test.swift in Sources */, |
| 5256 | + 11EFD3C027261AA4000AF78B /* OnboardingAuthStepDuplicate.test.swift in Sources */, |
5238 | 5257 | 11A71C9124A598AB00D9565F /* ZoneManagerProcessor.test.swift in Sources */, |
5239 | 5258 | 11ED439827265B9C00B5FD45 /* OnboardingAuthStepNotify.test.swift in Sources */, |
| 5259 | + 11EFD3C327264306000AF78B /* UIAlertAction+Additions.swift in Sources */, |
5240 | 5260 | 11A71C8F24A5946B00D9565F /* FakeCLLocationManager.swift in Sources */, |
5241 | 5261 | 11EF62DA24C3687D00BABB64 /* ZoneManagerRegionFilter.test.swift in Sources */, |
5242 | 5262 | 11A71C8724A5074E00D9565F /* ZoneManager.test.swift in Sources */, |
|
0 commit comments