From 31e51e45c1c47f6764e41a668aa13d6cbd76cbf5 Mon Sep 17 00:00:00 2001 From: Max Goedjen Date: Sun, 29 Mar 2020 17:26:43 -0700 Subject: [PATCH] Move types to common (#81) --- SecretKit/{ => Common/Types}/Secret.swift | 0 SecretKit/{ => Common/Types}/SecretStore.swift | 0 Secretive.xcodeproj/project.pbxproj | 12 ++++++++++-- 3 files changed, 10 insertions(+), 2 deletions(-) rename SecretKit/{ => Common/Types}/Secret.swift (100%) rename SecretKit/{ => Common/Types}/SecretStore.swift (100%) diff --git a/SecretKit/Secret.swift b/SecretKit/Common/Types/Secret.swift similarity index 100% rename from SecretKit/Secret.swift rename to SecretKit/Common/Types/Secret.swift diff --git a/SecretKit/SecretStore.swift b/SecretKit/Common/Types/SecretStore.swift similarity index 100% rename from SecretKit/SecretStore.swift rename to SecretKit/Common/Types/SecretStore.swift diff --git a/Secretive.xcodeproj/project.pbxproj b/Secretive.xcodeproj/project.pbxproj index 01a2ce8..dd04dae 100644 --- a/Secretive.xcodeproj/project.pbxproj +++ b/Secretive.xcodeproj/project.pbxproj @@ -346,6 +346,15 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ + 504BA92D243171F20064740E /* Types */ = { + isa = PBXGroup; + children = ( + 50617DCA23FCECA10099B055 /* Secret.swift */, + 50617DC623FCE4EA0099B055 /* SecretStore.swift */, + ); + path = Types; + sourceTree = ""; + }; 50617D7623FCE48D0099B055 = { isa = PBXGroup; children = ( @@ -418,8 +427,6 @@ isa = PBXGroup; children = ( 50617DAA23FCE4AB0099B055 /* SecretKit.h */, - 50617DCA23FCECA10099B055 /* Secret.swift */, - 50617DC623FCE4EA0099B055 /* SecretStore.swift */, 5099A02C23FE56D70062B6F2 /* Common */, 50617DCC23FCECEE0099B055 /* SecureEnclave */, 5099A02523FE34DE0062B6F2 /* SmartCard */, @@ -522,6 +529,7 @@ 5099A02C23FE56D70062B6F2 /* Common */ = { isa = PBXGroup; children = ( + 504BA92D243171F20064740E /* Types */, 5068389F2415EA4F00F55094 /* Erasers */, 506838A42415EA6800F55094 /* OpenSSH */, 5068389D241471CD00F55094 /* SecretStoreList.swift */,