Skip to content

Commit 05afb3d

Browse files
committed
Re-organize some of the data classes
1 parent 5678e9c commit 05afb3d

11 files changed

Lines changed: 33 additions & 9 deletions

SnapSafe.xcodeproj/project.pbxproj

Lines changed: 33 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -262,21 +262,15 @@
262262
/* End PBXFrameworksBuildPhase section */
263263

264264
/* Begin PBXGroup section */
265-
660130BB2E67AD1D00D07E9C /* Security */ = {
265+
660130BB2E67AD1D00D07E9C /* Encryption */ = {
266266
isa = PBXGroup;
267267
children = (
268-
A9ABCD242E751BAE00E73AE5 /* CameraPermissionRepository.swift */,
269268
663C7E302E712E9000967B9E /* HardwareEncryptionScheme.swift */,
270-
660130B62E67AD1D00D07E9C /* AuthorizationRepository.swift */,
271269
660130B82E67AD1D00D07E9C /* EncryptionScheme.swift */,
272-
660130B92E67AD1D00D07E9C /* HashedPin.swift */,
273270
660130BA2E67AD1D00D07E9C /* PassThroughEncryptionScheme.swift */,
274271
660130C62E67AD3A00D07E9C /* DeviceInfoDataSource.swift */,
275-
66A404CA2E67EB7F0054FFE7 /* PinCrypto.swift */,
276-
66A404D22E67FD720054FFE7 /* PinRepository.swift */,
277-
66A404D42E6800840054FFE7 /* PinRepositoryImpl.swift */,
278272
);
279-
path = Security;
273+
path = Encryption;
280274
sourceTree = "<group>";
281275
};
282276
660130C32E67AD2200D07E9C /* UserData */ = {
@@ -330,6 +324,33 @@
330324
path = PoisonPillSetup;
331325
sourceTree = "<group>";
332326
};
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+
};
333354
667FF8132E6BAB4500FB3E02 /* Util */ = {
334355
isa = PBXGroup;
335356
children = (
@@ -429,11 +450,14 @@
429450
667FF8252E6C9EAD00FB3E02 /* Data */ = {
430451
isa = PBXGroup;
431452
children = (
453+
6660FC482E77D09200C0B617 /* Authorization */,
454+
6660FC472E77D07300C0B617 /* Camera */,
455+
6660FC462E77D05800C0B617 /* PIN */,
432456
A9E6B6952E6E47B500BB6F19 /* SecureImage */,
433457
667FF8262E6C9F6B00FB3E02 /* Location */,
434458
660130C32E67AD2200D07E9C /* UserData */,
435459
669751312E6A63C50059C5F3 /* UseCases */,
436-
660130BB2E67AD1D00D07E9C /* Security */,
460+
660130BB2E67AD1D00D07E9C /* Encryption */,
437461
A91DBC2B2DE58191001F42ED /* Models */,
438462
660130A82E67753600D07E9C /* AppDependencyInjection.swift */,
439463
);

SnapSafe/Data/Security/AuthorizationRepository.swift renamed to SnapSafe/Data/Authorization/AuthorizationRepository.swift

File renamed without changes.

SnapSafe/Data/Security/CameraPermissionRepository.swift renamed to SnapSafe/Data/Camera/CameraPermissionRepository.swift

File renamed without changes.
File renamed without changes.
File renamed without changes.

SnapSafe/Data/Security/HardwareEncryptionScheme.swift renamed to SnapSafe/Data/Encryption/HardwareEncryptionScheme.swift

File renamed without changes.

SnapSafe/Data/Security/PassThroughEncryptionScheme.swift renamed to SnapSafe/Data/Encryption/PassThroughEncryptionScheme.swift

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)