From 54a4d2f9d5e8c97f553d26a83b5e4aeb021c2713 Mon Sep 17 00:00:00 2001 From: Max Goedjen Date: Sun, 7 Nov 2021 17:33:16 -0800 Subject: [PATCH] Delete unused --- .../Types/AuthenticationContextPersistenceStore.swift | 9 --------- Secretive.xcodeproj/project.pbxproj | 4 ---- 2 files changed, 13 deletions(-) delete mode 100644 SecretKit/Common/Types/AuthenticationContextPersistenceStore.swift diff --git a/SecretKit/Common/Types/AuthenticationContextPersistenceStore.swift b/SecretKit/Common/Types/AuthenticationContextPersistenceStore.swift deleted file mode 100644 index a1be3c3..0000000 --- a/SecretKit/Common/Types/AuthenticationContextPersistenceStore.swift +++ /dev/null @@ -1,9 +0,0 @@ -// -// AuthenticationContextPersistenceStore.swift -// SecretKit -// -// Created by Max Goedjen on 11/7/21. -// Copyright © 2021 Max Goedjen. All rights reserved. -// - -import Foundation diff --git a/Secretive.xcodeproj/project.pbxproj b/Secretive.xcodeproj/project.pbxproj index a443835..630f5c5 100644 --- a/Secretive.xcodeproj/project.pbxproj +++ b/Secretive.xcodeproj/project.pbxproj @@ -14,7 +14,6 @@ 5018F54F24064786002EB505 /* Notifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5018F54E24064786002EB505 /* Notifier.swift */; }; 501B7AE1251C56F700776EC7 /* SigningRequestProvenance.swift in Sources */ = {isa = PBXBuildFile; fileRef = 507CE4F32420A8C10029F750 /* SigningRequestProvenance.swift */; }; 5035FF6E2737A2F4006FE1F6 /* SignedData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5035FF6D2737A2F4006FE1F6 /* SignedData.swift */; }; - 5035FF742738AEA1006FE1F6 /* AuthenticationContextPersistenceStore.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5035FF732738AEA1006FE1F6 /* AuthenticationContextPersistenceStore.swift */; }; 50524B442420969E008DBD97 /* OpenSSHWriterTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 50524B432420969D008DBD97 /* OpenSSHWriterTests.swift */; }; 50571E0324393C2600F76F6C /* JustUpdatedChecker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 50571E0224393C2600F76F6C /* JustUpdatedChecker.swift */; }; 50571E0524393D1500F76F6C /* LaunchAgentController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 50571E0424393D1500F76F6C /* LaunchAgentController.swift */; }; @@ -231,7 +230,6 @@ 50153E21250DECA300525160 /* SecretListItemView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SecretListItemView.swift; sourceTree = ""; }; 5018F54E24064786002EB505 /* Notifier.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Notifier.swift; sourceTree = ""; }; 5035FF6D2737A2F4006FE1F6 /* SignedData.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SignedData.swift; sourceTree = ""; }; - 5035FF732738AEA1006FE1F6 /* AuthenticationContextPersistenceStore.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AuthenticationContextPersistenceStore.swift; sourceTree = ""; }; 50524B432420969D008DBD97 /* OpenSSHWriterTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OpenSSHWriterTests.swift; sourceTree = ""; }; 50571E0224393C2600F76F6C /* JustUpdatedChecker.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JustUpdatedChecker.swift; sourceTree = ""; }; 50571E0424393D1500F76F6C /* LaunchAgentController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LaunchAgentController.swift; sourceTree = ""; }; @@ -399,7 +397,6 @@ 50617DCA23FCECA10099B055 /* Secret.swift */, 50617DC623FCE4EA0099B055 /* SecretStore.swift */, 5035FF6D2737A2F4006FE1F6 /* SignedData.swift */, - 5035FF732738AEA1006FE1F6 /* AuthenticationContextPersistenceStore.swift */, ); path = Types; sourceTree = ""; @@ -1060,7 +1057,6 @@ 506838A32415EA5D00F55094 /* AnySecretStore.swift in Sources */, 50617DCE23FCECFA0099B055 /* SecureEnclaveSecret.swift in Sources */, 50617DD023FCED2C0099B055 /* SecureEnclave.swift in Sources */, - 5035FF742738AEA1006FE1F6 /* AuthenticationContextPersistenceStore.swift in Sources */, 5068389E241471CD00F55094 /* SecretStoreList.swift in Sources */, 506838A12415EA5600F55094 /* AnySecret.swift in Sources */, 5099A02923FE35240062B6F2 /* SmartCardStore.swift in Sources */,