|
262 | 262 | /* End PBXFrameworksBuildPhase section */ |
263 | 263 |
|
264 | 264 | /* Begin PBXGroup section */ |
265 | | - 660130BB2E67AD1D00D07E9C /* Security */ = { |
| 265 | + 660130BB2E67AD1D00D07E9C /* Encryption */ = { |
266 | 266 | isa = PBXGroup; |
267 | 267 | children = ( |
268 | | - A9ABCD242E751BAE00E73AE5 /* CameraPermissionRepository.swift */, |
269 | 268 | 663C7E302E712E9000967B9E /* HardwareEncryptionScheme.swift */, |
270 | | - 660130B62E67AD1D00D07E9C /* AuthorizationRepository.swift */, |
271 | 269 | 660130B82E67AD1D00D07E9C /* EncryptionScheme.swift */, |
272 | | - 660130B92E67AD1D00D07E9C /* HashedPin.swift */, |
273 | 270 | 660130BA2E67AD1D00D07E9C /* PassThroughEncryptionScheme.swift */, |
274 | 271 | 660130C62E67AD3A00D07E9C /* DeviceInfoDataSource.swift */, |
275 | | - 66A404CA2E67EB7F0054FFE7 /* PinCrypto.swift */, |
276 | | - 66A404D22E67FD720054FFE7 /* PinRepository.swift */, |
277 | | - 66A404D42E6800840054FFE7 /* PinRepositoryImpl.swift */, |
278 | 272 | ); |
279 | | - path = Security; |
| 273 | + path = Encryption; |
280 | 274 | sourceTree = "<group>"; |
281 | 275 | }; |
282 | 276 | 660130C32E67AD2200D07E9C /* UserData */ = { |
|
330 | 324 | path = PoisonPillSetup; |
331 | 325 | sourceTree = "<group>"; |
332 | 326 | }; |
| 327 | + 6660FC462E77D05800C0B617 /* PIN */ = { |
| 328 | + isa = PBXGroup; |
| 329 | + children = ( |
| 330 | + 66A404CA2E67EB7F0054FFE7 /* PinCrypto.swift */, |
| 331 | + 66A404D22E67FD720054FFE7 /* PinRepository.swift */, |
| 332 | + 66A404D42E6800840054FFE7 /* PinRepositoryImpl.swift */, |
| 333 | + 660130B92E67AD1D00D07E9C /* HashedPin.swift */, |
| 334 | + ); |
| 335 | + path = PIN; |
| 336 | + sourceTree = "<group>"; |
| 337 | + }; |
| 338 | + 6660FC472E77D07300C0B617 /* Camera */ = { |
| 339 | + isa = PBXGroup; |
| 340 | + children = ( |
| 341 | + A9ABCD242E751BAE00E73AE5 /* CameraPermissionRepository.swift */, |
| 342 | + ); |
| 343 | + path = Camera; |
| 344 | + sourceTree = "<group>"; |
| 345 | + }; |
| 346 | + 6660FC482E77D09200C0B617 /* Authorization */ = { |
| 347 | + isa = PBXGroup; |
| 348 | + children = ( |
| 349 | + 660130B62E67AD1D00D07E9C /* AuthorizationRepository.swift */, |
| 350 | + ); |
| 351 | + path = Authorization; |
| 352 | + sourceTree = "<group>"; |
| 353 | + }; |
333 | 354 | 667FF8132E6BAB4500FB3E02 /* Util */ = { |
334 | 355 | isa = PBXGroup; |
335 | 356 | children = ( |
|
429 | 450 | 667FF8252E6C9EAD00FB3E02 /* Data */ = { |
430 | 451 | isa = PBXGroup; |
431 | 452 | children = ( |
| 453 | + 6660FC482E77D09200C0B617 /* Authorization */, |
| 454 | + 6660FC472E77D07300C0B617 /* Camera */, |
| 455 | + 6660FC462E77D05800C0B617 /* PIN */, |
432 | 456 | A9E6B6952E6E47B500BB6F19 /* SecureImage */, |
433 | 457 | 667FF8262E6C9F6B00FB3E02 /* Location */, |
434 | 458 | 660130C32E67AD2200D07E9C /* UserData */, |
435 | 459 | 669751312E6A63C50059C5F3 /* UseCases */, |
436 | | - 660130BB2E67AD1D00D07E9C /* Security */, |
| 460 | + 660130BB2E67AD1D00D07E9C /* Encryption */, |
437 | 461 | A91DBC2B2DE58191001F42ED /* Models */, |
438 | 462 | 660130A82E67753600D07E9C /* AppDependencyInjection.swift */, |
439 | 463 | ); |
|
0 commit comments