|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | 10 | 4211F22E2999730F00D13FD0 /* TextInputField.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4211F22D2999730F00D13FD0 /* TextInputField.swift */; }; |
11 | 11 | 426A30E529E81D5A00C5FB02 /* MyRule.swift in Sources */ = {isa = PBXBuildFile; fileRef = 426A30E429E81D5A00C5FB02 /* MyRule.swift */; }; |
12 | | - 426CF63829850D1A00012FBE /* ExampleApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 426CF63729850D1A00012FBE /* ExampleApp.swift */; }; |
13 | 12 | 426CF63A29850D1A00012FBE /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 426CF63929850D1A00012FBE /* ContentView.swift */; }; |
14 | 13 | 426CF63C29850D1B00012FBE /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 426CF63B29850D1B00012FBE /* Assets.xcassets */; }; |
15 | 14 | 426CF63F29850D1B00012FBE /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 426CF63E29850D1B00012FBE /* Preview Assets.xcassets */; }; |
16 | 15 | 426CF64929850DD400012FBE /* FormView in Frameworks */ = {isa = PBXBuildFile; productRef = 426CF64829850DD400012FBE /* FormView */; }; |
| 16 | + 7392F4562CF76C8900331B40 /* HostingController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7392F4552CF76C8900331B40 /* HostingController.swift */; }; |
| 17 | + 7392F45A2CF76D7600331B40 /* StartFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7392F4592CF76D7500331B40 /* StartFactory.swift */; }; |
| 18 | + 7392F45C2CF76FFB00331B40 /* StartCoordinator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7392F45B2CF76FFA00331B40 /* StartCoordinator.swift */; }; |
| 19 | + 7392F45E2CF7701B00331B40 /* StartController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7392F45D2CF7701A00331B40 /* StartController.swift */; }; |
| 20 | + 7392F4602CF7709D00331B40 /* StartView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7392F45F2CF7709D00331B40 /* StartView.swift */; }; |
| 21 | + 7392F4632CF7710900331B40 /* StartViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7392F4622CF7710800331B40 /* StartViewModel.swift */; }; |
| 22 | + 7392F4652CF7717E00331B40 /* ContentFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7392F4642CF7717D00331B40 /* ContentFactory.swift */; }; |
| 23 | + 7392F4692CF771AB00331B40 /* ContentCoordinator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7392F4682CF771AB00331B40 /* ContentCoordinator.swift */; }; |
| 24 | + 7392F46B2CF771C900331B40 /* ContentController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7392F46A2CF771C900331B40 /* ContentController.swift */; }; |
| 25 | + 739E30032CF4A1AF009B795F /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 739E30022CF4A1AB009B795F /* AppDelegate.swift */; }; |
| 26 | + 739E30052CF4A1CF009B795F /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 739E30042CF4A1CE009B795F /* SceneDelegate.swift */; }; |
17 | 27 | E1DB5A1F2A73BFCF0024C47A /* ContentViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = E1DB5A1E2A73BFCF0024C47A /* ContentViewModel.swift */; }; |
18 | 28 | E1E8FCDB2A52B8CD0099A852 /* SecureInputField.swift in Sources */ = {isa = PBXBuildFile; fileRef = E1E8FCDA2A52B8CD0099A852 /* SecureInputField.swift */; }; |
19 | 29 | /* End PBXBuildFile section */ |
|
22 | 32 | 4211F22D2999730F00D13FD0 /* TextInputField.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TextInputField.swift; sourceTree = "<group>"; }; |
23 | 33 | 426A30E429E81D5A00C5FB02 /* MyRule.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MyRule.swift; sourceTree = "<group>"; }; |
24 | 34 | 426CF63429850D1A00012FBE /* Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Example.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
25 | | - 426CF63729850D1A00012FBE /* ExampleApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExampleApp.swift; sourceTree = "<group>"; }; |
26 | 35 | 426CF63929850D1A00012FBE /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; }; |
27 | 36 | 426CF63B29850D1B00012FBE /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
28 | 37 | 426CF63E29850D1B00012FBE /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; }; |
29 | 38 | 426CF64629850D9F00012FBE /* FormView */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = FormView; path = ..; sourceTree = "<group>"; }; |
30 | 39 | 426CF64C29903DBC00012FBE /* Example-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = "Example-Info.plist"; sourceTree = "<group>"; }; |
| 40 | + 7392F4552CF76C8900331B40 /* HostingController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HostingController.swift; sourceTree = "<group>"; }; |
| 41 | + 7392F4592CF76D7500331B40 /* StartFactory.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StartFactory.swift; sourceTree = "<group>"; }; |
| 42 | + 7392F45B2CF76FFA00331B40 /* StartCoordinator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StartCoordinator.swift; sourceTree = "<group>"; }; |
| 43 | + 7392F45D2CF7701A00331B40 /* StartController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StartController.swift; sourceTree = "<group>"; }; |
| 44 | + 7392F45F2CF7709D00331B40 /* StartView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StartView.swift; sourceTree = "<group>"; }; |
| 45 | + 7392F4622CF7710800331B40 /* StartViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StartViewModel.swift; sourceTree = "<group>"; }; |
| 46 | + 7392F4642CF7717D00331B40 /* ContentFactory.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentFactory.swift; sourceTree = "<group>"; }; |
| 47 | + 7392F4682CF771AB00331B40 /* ContentCoordinator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentCoordinator.swift; sourceTree = "<group>"; }; |
| 48 | + 7392F46A2CF771C900331B40 /* ContentController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentController.swift; sourceTree = "<group>"; }; |
| 49 | + 739E30022CF4A1AB009B795F /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; |
| 50 | + 739E30042CF4A1CE009B795F /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; }; |
31 | 51 | E1DB5A1E2A73BFCF0024C47A /* ContentViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentViewModel.swift; sourceTree = "<group>"; }; |
32 | 52 | E1E8FCDA2A52B8CD0099A852 /* SecureInputField.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SecureInputField.swift; sourceTree = "<group>"; }; |
33 | 53 | /* End PBXFileReference section */ |
|
66 | 86 | 426CF63629850D1A00012FBE /* ExampleApp */ = { |
67 | 87 | isa = PBXGroup; |
68 | 88 | children = ( |
69 | | - 426CF63729850D1A00012FBE /* ExampleApp.swift */, |
70 | | - 426CF63929850D1A00012FBE /* ContentView.swift */, |
71 | | - E1DB5A1E2A73BFCF0024C47A /* ContentViewModel.swift */, |
| 89 | + 739E30022CF4A1AB009B795F /* AppDelegate.swift */, |
| 90 | + 739E30042CF4A1CE009B795F /* SceneDelegate.swift */, |
72 | 91 | 426A30E429E81D5A00C5FB02 /* MyRule.swift */, |
| 92 | + 7392F4542CF76C7400331B40 /* Base */, |
| 93 | + 7392F4572CF76CB500331B40 /* UI */, |
73 | 94 | E1E8FCDC2A52C61D0099A852 /* InputFields */, |
74 | 95 | 426CF63B29850D1B00012FBE /* Assets.xcassets */, |
75 | 96 | 426CF63D29850D1B00012FBE /* Preview Content */, |
|
100 | 121 | name = Frameworks; |
101 | 122 | sourceTree = "<group>"; |
102 | 123 | }; |
| 124 | + 7392F4542CF76C7400331B40 /* Base */ = { |
| 125 | + isa = PBXGroup; |
| 126 | + children = ( |
| 127 | + 7392F4552CF76C8900331B40 /* HostingController.swift */, |
| 128 | + ); |
| 129 | + path = Base; |
| 130 | + sourceTree = "<group>"; |
| 131 | + }; |
| 132 | + 7392F4572CF76CB500331B40 /* UI */ = { |
| 133 | + isa = PBXGroup; |
| 134 | + children = ( |
| 135 | + 7392F4612CF770E100331B40 /* ContentScreen */, |
| 136 | + 7392F4582CF76D6300331B40 /* StartScreen */, |
| 137 | + ); |
| 138 | + path = UI; |
| 139 | + sourceTree = "<group>"; |
| 140 | + }; |
| 141 | + 7392F4582CF76D6300331B40 /* StartScreen */ = { |
| 142 | + isa = PBXGroup; |
| 143 | + children = ( |
| 144 | + 7392F4592CF76D7500331B40 /* StartFactory.swift */, |
| 145 | + 7392F4622CF7710800331B40 /* StartViewModel.swift */, |
| 146 | + 7392F45B2CF76FFA00331B40 /* StartCoordinator.swift */, |
| 147 | + 7392F45D2CF7701A00331B40 /* StartController.swift */, |
| 148 | + 7392F45F2CF7709D00331B40 /* StartView.swift */, |
| 149 | + ); |
| 150 | + path = StartScreen; |
| 151 | + sourceTree = "<group>"; |
| 152 | + }; |
| 153 | + 7392F4612CF770E100331B40 /* ContentScreen */ = { |
| 154 | + isa = PBXGroup; |
| 155 | + children = ( |
| 156 | + E1DB5A1E2A73BFCF0024C47A /* ContentViewModel.swift */, |
| 157 | + 7392F4642CF7717D00331B40 /* ContentFactory.swift */, |
| 158 | + 426CF63929850D1A00012FBE /* ContentView.swift */, |
| 159 | + 7392F46A2CF771C900331B40 /* ContentController.swift */, |
| 160 | + 7392F4682CF771AB00331B40 /* ContentCoordinator.swift */, |
| 161 | + ); |
| 162 | + path = ContentScreen; |
| 163 | + sourceTree = "<group>"; |
| 164 | + }; |
103 | 165 | E1E8FCDC2A52C61D0099A852 /* InputFields */ = { |
104 | 166 | isa = PBXGroup; |
105 | 167 | children = ( |
|
206 | 268 | buildActionMask = 2147483647; |
207 | 269 | files = ( |
208 | 270 | 4211F22E2999730F00D13FD0 /* TextInputField.swift in Sources */, |
| 271 | + 7392F46B2CF771C900331B40 /* ContentController.swift in Sources */, |
209 | 272 | E1E8FCDB2A52B8CD0099A852 /* SecureInputField.swift in Sources */, |
| 273 | + 7392F4692CF771AB00331B40 /* ContentCoordinator.swift in Sources */, |
| 274 | + 7392F45E2CF7701B00331B40 /* StartController.swift in Sources */, |
210 | 275 | E1DB5A1F2A73BFCF0024C47A /* ContentViewModel.swift in Sources */, |
| 276 | + 7392F45C2CF76FFB00331B40 /* StartCoordinator.swift in Sources */, |
| 277 | + 7392F4602CF7709D00331B40 /* StartView.swift in Sources */, |
| 278 | + 7392F45A2CF76D7600331B40 /* StartFactory.swift in Sources */, |
| 279 | + 7392F4652CF7717E00331B40 /* ContentFactory.swift in Sources */, |
| 280 | + 7392F4632CF7710900331B40 /* StartViewModel.swift in Sources */, |
211 | 281 | 426A30E529E81D5A00C5FB02 /* MyRule.swift in Sources */, |
| 282 | + 739E30032CF4A1AF009B795F /* AppDelegate.swift in Sources */, |
212 | 283 | 426CF63A29850D1A00012FBE /* ContentView.swift in Sources */, |
213 | | - 426CF63829850D1A00012FBE /* ExampleApp.swift in Sources */, |
| 284 | + 7392F4562CF76C8900331B40 /* HostingController.swift in Sources */, |
| 285 | + 739E30052CF4A1CF009B795F /* SceneDelegate.swift in Sources */, |
214 | 286 | ); |
215 | 287 | runOnlyForDeploymentPostprocessing = 0; |
216 | 288 | }; |
|
0 commit comments