|
22 | 22 | 483E09512ABBC17A00EFD1D7 /* Authenticator in Frameworks */ = {isa = PBXBuildFile; productRef = 483E09502ABBC17A00EFD1D7 /* Authenticator */; };
|
23 | 23 | 483E09542ABBC26C00EFD1D7 /* MockAuthenticationService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 483E09532ABBC26C00EFD1D7 /* MockAuthenticationService.swift */; };
|
24 | 24 | 483E09572ABBC2C100EFD1D7 /* AuthCategoryConfigurationFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = 483E09562ABBC2C100EFD1D7 /* AuthCategoryConfigurationFactory.swift */; };
|
| 25 | + 486937612CD2994B006D94CC /* ContinueSignInWithMFASetupSelectionViewTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 486937602CD29949006D94CC /* ContinueSignInWithMFASetupSelectionViewTests.swift */; }; |
| 26 | + 486937632CD2994E006D94CC /* ContinueSignInWithEmailMFASetupViewTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 486937622CD2994D006D94CC /* ContinueSignInWithEmailMFASetupViewTests.swift */; }; |
25 | 27 | 4873E7532ABC99E4001EDA1D /* ImageDiff.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4873E7522ABC99E4001EDA1D /* ImageDiff.swift */; };
|
26 | 28 | 4873E7572ABC9B51001EDA1D /* CleanCounterBetweenTestCases.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4873E7562ABC9B51001EDA1D /* CleanCounterBetweenTestCases.swift */; };
|
27 | 29 | 4873E7592ABC9C58001EDA1D /* AuthenticatorBaseTestCase.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4873E7582ABC9C58001EDA1D /* AuthenticatorBaseTestCase.swift */; };
|
|
56 | 58 | 483E09532ABBC26C00EFD1D7 /* MockAuthenticationService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MockAuthenticationService.swift; sourceTree = "<group>"; };
|
57 | 59 | 483E09562ABBC2C100EFD1D7 /* AuthCategoryConfigurationFactory.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AuthCategoryConfigurationFactory.swift; sourceTree = "<group>"; };
|
58 | 60 | 483E095C2ABBC4AC00EFD1D7 /* AuthenticatorHostAppUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = AuthenticatorHostAppUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
| 61 | + 486937602CD29949006D94CC /* ContinueSignInWithMFASetupSelectionViewTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContinueSignInWithMFASetupSelectionViewTests.swift; sourceTree = "<group>"; }; |
| 62 | + 486937622CD2994D006D94CC /* ContinueSignInWithEmailMFASetupViewTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContinueSignInWithEmailMFASetupViewTests.swift; sourceTree = "<group>"; }; |
| 63 | + 486937642CD29950006D94CC /* ConfirmSignInWithOTPCodeViewTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConfirmSignInWithOTPCodeViewTests.swift; sourceTree = "<group>"; }; |
59 | 64 | 4873E7522ABC99E4001EDA1D /* ImageDiff.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ImageDiff.swift; sourceTree = "<group>"; };
|
60 | 65 | 4873E7562ABC9B51001EDA1D /* CleanCounterBetweenTestCases.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CleanCounterBetweenTestCases.swift; sourceTree = "<group>"; };
|
61 | 66 | 4873E7582ABC9C58001EDA1D /* AuthenticatorBaseTestCase.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AuthenticatorBaseTestCase.swift; sourceTree = "<group>"; };
|
|
88 | 93 | 482D01202AC1E939000A3140 /* TestCases */ = {
|
89 | 94 | isa = PBXGroup;
|
90 | 95 | children = (
|
| 96 | + 486937642CD29950006D94CC /* ConfirmSignInWithOTPCodeViewTests.swift */, |
| 97 | + 486937622CD2994D006D94CC /* ContinueSignInWithEmailMFASetupViewTests.swift */, |
| 98 | + 486937602CD29949006D94CC /* ContinueSignInWithMFASetupSelectionViewTests.swift */, |
91 | 99 | 482D011A2AC1E824000A3140 /* SignInViewTests.swift */,
|
92 | 100 | 482D011C2AC1E839000A3140 /* SignUpViewTests.swift */,
|
93 | 101 | 482D011E2AC1E85C000A3140 /* ResetPasswordViewTests.swift */,
|
|
304 | 312 | 48DED8F52AC2050800F44908 /* Snapshotter.swift in Sources */,
|
305 | 313 | 482D01142ABE21F7000A3140 /* AuthenticatorUITestUtils.swift in Sources */,
|
306 | 314 | 4873E7532ABC99E4001EDA1D /* ImageDiff.swift in Sources */,
|
| 315 | + 486937612CD2994B006D94CC /* ContinueSignInWithMFASetupSelectionViewTests.swift in Sources */, |
307 | 316 | 48DED8F12AC2011100F44908 /* ContinueSignInWithMFASelectionViewTests.swift in Sources */,
|
| 317 | + 486937632CD2994E006D94CC /* ContinueSignInWithEmailMFASetupViewTests.swift in Sources */, |
308 | 318 | 482D011D2AC1E839000A3140 /* SignUpViewTests.swift in Sources */,
|
309 | 319 | 482D011F2AC1E85C000A3140 /* ResetPasswordViewTests.swift in Sources */,
|
310 | 320 | 482D01242AC1F00D000A3140 /* ConfirmSignInWithTOTPCodeViewTests.swift in Sources */,
|
|
0 commit comments