|
17 | 17 | 4D13AF752C492F4500845FDB /* Config.sh in Resources */ = {isa = PBXBuildFile; fileRef = 4D13AF742C492F4500845FDB /* Config.sh */; };
|
18 | 18 | 4D13AF7B2C4E8F4200845FDB /* EnvironmentPicker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D13AF7A2C4E8F4200845FDB /* EnvironmentPicker.swift */; };
|
19 | 19 | 4D13AF812C4E907200845FDB /* Environment.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D13AF802C4E907200845FDB /* Environment.swift */; };
|
| 20 | + 4D30D7232CCFAF4E0071B03F /* EmailsScreenProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D30D7222CCFAF440071B03F /* EmailsScreenProtocol.swift */; }; |
| 21 | + 4D30D7262CCFB01B0071B03F /* EmailsScreen.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D30D7252CCFB0170071B03F /* EmailsScreen.swift */; }; |
20 | 22 | 4D30DA5F2C986B6C00499450 /* Avatar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D30DA5E2C986B6C00499450 /* Avatar.swift */; };
|
21 | 23 | 4D30DA612C98706C00499450 /* Placeholders.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D30DA602C98706C00499450 /* Placeholders.swift */; };
|
22 | 24 | 4D351AEB2CA6BD45002EEB8F /* SettingsScreenTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D351AEA2CA6BD3A002EEB8F /* SettingsScreenTests.swift */; };
|
|
55 | 57 | 4DB10B502C4FEBFC00634BF6 /* HelpCommands.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DB10B4F2C4FEBFC00634BF6 /* HelpCommands.swift */; };
|
56 | 58 | 4DB2E36D2C416611007F958D /* SubmitButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DB2E36C2C416611007F958D /* SubmitButton.swift */; };
|
57 | 59 | 4DB2E36F2C418F5C007F958D /* DynamicForm.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DB2E36E2C418F5C007F958D /* DynamicForm.swift */; };
|
| 60 | + 4DB367BC2CE364C300853CFE /* EmailsScreenTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DB367BB2CE364BC00853CFE /* EmailsScreenTests.swift */; }; |
58 | 61 | 4DC5B1CA2C6FA23000B75A07 /* LoginScreenProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DC5B1C92C6FA23000B75A07 /* LoginScreenProtocol.swift */; };
|
59 | 62 | 4DC5B1CD2C6FA28E00B75A07 /* RegisterScreenProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DC5B1CC2C6FA28E00B75A07 /* RegisterScreenProtocol.swift */; };
|
60 | 63 | 4DC5B1CF2C6FA2BE00B75A07 /* MainViewProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DC5B1CE2C6FA2BE00B75A07 /* MainViewProtocol.swift */; };
|
|
71 | 74 | 4DE785952C8B17AE000EC4E5 /* SubmitOrCancel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DE785942C8B17AE000EC4E5 /* SubmitOrCancel.swift */; };
|
72 | 75 | 4DFB90702C5908DE00D4DABF /* LoginScreenTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DFB906F2C5908DE00D4DABF /* LoginScreenTests.swift */; };
|
73 | 76 | 4DFB90762C59173C00D4DABF /* RegisterScreenTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DFB90752C59173C00D4DABF /* RegisterScreenTests.swift */; };
|
| 77 | + 4DFDBC102CD1080000CCDA4A /* DynamicList.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DFDBC0E2CD107FC00CCDA4A /* DynamicList.swift */; }; |
74 | 78 | /* End PBXBuildFile section */
|
75 | 79 |
|
76 | 80 | /* Begin PBXContainerItemProxy section */
|
|
102 | 106 | 4D13AF742C492F4500845FDB /* Config.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = Config.sh; sourceTree = "<group>"; };
|
103 | 107 | 4D13AF7A2C4E8F4200845FDB /* EnvironmentPicker.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EnvironmentPicker.swift; sourceTree = "<group>"; };
|
104 | 108 | 4D13AF802C4E907200845FDB /* Environment.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Environment.swift; sourceTree = "<group>"; };
|
| 109 | + 4D30D7222CCFAF440071B03F /* EmailsScreenProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EmailsScreenProtocol.swift; sourceTree = "<group>"; }; |
| 110 | + 4D30D7252CCFB0170071B03F /* EmailsScreen.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EmailsScreen.swift; sourceTree = "<group>"; }; |
105 | 111 | 4D30DA5E2C986B6C00499450 /* Avatar.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Avatar.swift; sourceTree = "<group>"; };
|
106 | 112 | 4D30DA602C98706C00499450 /* Placeholders.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Placeholders.swift; sourceTree = "<group>"; };
|
107 | 113 | 4D351AEA2CA6BD3A002EEB8F /* SettingsScreenTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsScreenTests.swift; sourceTree = "<group>"; };
|
|
153 | 159 | 4DB10B4F2C4FEBFC00634BF6 /* HelpCommands.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HelpCommands.swift; sourceTree = "<group>"; };
|
154 | 160 | 4DB2E36C2C416611007F958D /* SubmitButton.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SubmitButton.swift; sourceTree = "<group>"; };
|
155 | 161 | 4DB2E36E2C418F5C007F958D /* DynamicForm.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DynamicForm.swift; sourceTree = "<group>"; };
|
| 162 | + 4DB367BB2CE364BC00853CFE /* EmailsScreenTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EmailsScreenTests.swift; sourceTree = "<group>"; }; |
156 | 163 | 4DBF0BD32C9DB2E500E797BF /* .ios-test-model */ = {isa = PBXFileReference; lastKnownFileType = text; path = ".ios-test-model"; sourceTree = "<group>"; };
|
157 | 164 | 4DC5B1C92C6FA23000B75A07 /* LoginScreenProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoginScreenProtocol.swift; sourceTree = "<group>"; };
|
158 | 165 | 4DC5B1CC2C6FA28E00B75A07 /* RegisterScreenProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RegisterScreenProtocol.swift; sourceTree = "<group>"; };
|
|
175 | 182 | 4DF3737F2C99C23D0008AB04 /* .swift-format */ = {isa = PBXFileReference; explicitFileType = text.json; path = ".swift-format"; sourceTree = "<group>"; };
|
176 | 183 | 4DFB906F2C5908DE00D4DABF /* LoginScreenTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoginScreenTests.swift; sourceTree = "<group>"; };
|
177 | 184 | 4DFB90752C59173C00D4DABF /* RegisterScreenTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RegisterScreenTests.swift; sourceTree = "<group>"; };
|
| 185 | + 4DFDBC0E2CD107FC00CCDA4A /* DynamicList.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DynamicList.swift; sourceTree = "<group>"; }; |
178 | 186 | /* End PBXFileReference section */
|
179 | 187 |
|
180 | 188 | /* Begin PBXFrameworksBuildPhase section */
|
|
250 | 258 | 4D4D39492C086DA2007196D2 /* PublishedScreen.swift */,
|
251 | 259 | 4DC5B1F32C7A137B00B75A07 /* SettingsScreenProtocol.swift */,
|
252 | 260 | 4D54C9702BF4EA15001DE071 /* SettingsScreen.swift */,
|
| 261 | + 4D30D7222CCFAF440071B03F /* EmailsScreenProtocol.swift */, |
| 262 | + 4D30D7252CCFB0170071B03F /* EmailsScreen.swift */, |
253 | 263 | 4DC5B1C92C6FA23000B75A07 /* LoginScreenProtocol.swift */,
|
254 | 264 | 4D9B3B372C334B3A00A8F7AD /* LoginScreen.swift */,
|
255 | 265 | 4DC5B1CC2C6FA28E00B75A07 /* RegisterScreenProtocol.swift */,
|
|
401 | 411 | isa = PBXGroup;
|
402 | 412 | children = (
|
403 | 413 | 4DB2E36E2C418F5C007F958D /* DynamicForm.swift */,
|
| 414 | + 4DFDBC0E2CD107FC00CCDA4A /* DynamicList.swift */, |
404 | 415 | 4DB2E36C2C416611007F958D /* SubmitButton.swift */,
|
405 | 416 | 4DE785942C8B17AE000EC4E5 /* SubmitOrCancel.swift */,
|
406 | 417 | 4D13AF7A2C4E8F4200845FDB /* EnvironmentPicker.swift */,
|
|
457 | 468 | children = (
|
458 | 469 | 4D351AEC2CA6BE27002EEB8F /* FakeScreenBase.swift */,
|
459 | 470 | 4D351AEA2CA6BD3A002EEB8F /* SettingsScreenTests.swift */,
|
| 471 | + 4DB367BB2CE364BC00853CFE /* EmailsScreenTests.swift */, |
460 | 472 | 4DFB906F2C5908DE00D4DABF /* LoginScreenTests.swift */,
|
461 | 473 | 4DFB90752C59173C00D4DABF /* RegisterScreenTests.swift */,
|
462 | 474 | );
|
|
637 | 649 | files = (
|
638 | 650 | 4D40ACB42CC3ECBC00B26FDF /* OpenAPI.swift in Sources */,
|
639 | 651 | 4DA04EE22CAEEAD800B70D73 /* Foundation.swift in Sources */,
|
| 652 | + 4D30D7232CCFAF4E0071B03F /* EmailsScreenProtocol.swift in Sources */, |
640 | 653 | 4D9B3B3D2C34B13E00A8F7AD /* LogoHeader.swift in Sources */,
|
641 | 654 | 4DA7BFBB2C5FDEC1005CC4FF /* FakeClient.swift in Sources */,
|
642 | 655 | 4D4AF71C2C7CE72900621FF3 /* Tokens.swift in Sources */,
|
|
653 | 666 | 4DE785952C8B17AE000EC4E5 /* SubmitOrCancel.swift in Sources */,
|
654 | 667 | 4DE785882C88F392000EC4E5 /* HTTPTypes.swift in Sources */,
|
655 | 668 | 4D6A24DD2CAC193F001B4435 /* EditableAvatar.swift in Sources */,
|
| 669 | + 4DFDBC102CD1080000CCDA4A /* DynamicList.swift in Sources */, |
656 | 670 | 4D51F2802C621ADB0018E76E /* ViewProtocol.swift in Sources */,
|
657 | 671 | 4DC5B1D92C720B9800B75A07 /* AuthenticationMiddleware.swift in Sources */,
|
658 | 672 | 4D9B3B382C334B3A00A8F7AD /* LoginScreen.swift in Sources */,
|
|
667 | 681 | 4DB2E36F2C418F5C007F958D /* DynamicForm.swift in Sources */,
|
668 | 682 | 4DCE062B2C08E5E200F69AF1 /* CompactNavigation.swift in Sources */,
|
669 | 683 | 4DCE062D2C08E65300F69AF1 /* RegularNavigation.swift in Sources */,
|
| 684 | + 4D30D7262CCFB01B0071B03F /* EmailsScreen.swift in Sources */, |
670 | 685 | 4D54C9692BF4E8F4001DE071 /* FeedScreen.swift in Sources */,
|
671 | 686 | 4DC5B1F42C7A137B00B75A07 /* SettingsScreenProtocol.swift in Sources */,
|
672 | 687 | 4DC5B1D62C6FEA2100B75A07 /* Keychain.swift in Sources */,
|
|
691 | 706 | files = (
|
692 | 707 | 4D351AEB2CA6BD45002EEB8F /* SettingsScreenTests.swift in Sources */,
|
693 | 708 | 4D351AED2CA6BE2D002EEB8F /* FakeScreenBase.swift in Sources */,
|
| 709 | + 4DB367BC2CE364C300853CFE /* EmailsScreenTests.swift in Sources */, |
694 | 710 | 4D5348612C6646F80001EFDE /* StoringEventBus.swift in Sources */,
|
695 | 711 | 4DFB90702C5908DE00D4DABF /* LoginScreenTests.swift in Sources */,
|
696 | 712 | 4DFB90762C59173C00D4DABF /* RegisterScreenTests.swift in Sources */,
|
|
0 commit comments