From 56b7b24fce16aeec2e235e847b9e5ce4d63046f3 Mon Sep 17 00:00:00 2001 From: Danny Moesch Date: Sun, 23 Aug 2020 01:10:25 +0200 Subject: [PATCH] Move Crypto functionality back to passKit --- pass.xcodeproj/project.pbxproj | 2 +- {passExtension => passKit}/Crypto/GopenPGPInterface.swift | 0 {passExtension => passKit}/Crypto/ObjectivePGPInterface.swift | 0 {passExtension => passKit}/Crypto/PGPAgent.swift | 0 {passExtension => passKit}/Crypto/PGPInterface.swift | 0 5 files changed, 1 insertion(+), 1 deletion(-) rename {passExtension => passKit}/Crypto/GopenPGPInterface.swift (100%) rename {passExtension => passKit}/Crypto/ObjectivePGPInterface.swift (100%) rename {passExtension => passKit}/Crypto/PGPAgent.swift (100%) rename {passExtension => passKit}/Crypto/PGPInterface.swift (100%) diff --git a/pass.xcodeproj/project.pbxproj b/pass.xcodeproj/project.pbxproj index 8ae70df..1936ec7 100644 --- a/pass.xcodeproj/project.pbxproj +++ b/pass.xcodeproj/project.pbxproj @@ -728,6 +728,7 @@ isa = PBXGroup; children = ( A2C532B9201DD07500DB9F53 /* Controllers */, + 30CCA90C232584560048CA51 /* Crypto */, 30B6AABA21F49095006B352D /* Extensions */, A2F4E20F1EED7F0A0011986E /* Helpers */, A2F4E20E1EED7F040011986E /* Models */, @@ -761,7 +762,6 @@ children = ( A2168A801EFD431A005EA873 /* Controllers */, A2168A811EFD4322005EA873 /* Helpers */, - 30CCA90C232584560048CA51 /* Crypto */, A2367B9F1EF0387000C8FE8B /* Assets.xcassets */, A26700351EEC475600176B8A /* passProcessor.js */, A26700331EEC46C900176B8A /* passExtension.entitlements */, diff --git a/passExtension/Crypto/GopenPGPInterface.swift b/passKit/Crypto/GopenPGPInterface.swift similarity index 100% rename from passExtension/Crypto/GopenPGPInterface.swift rename to passKit/Crypto/GopenPGPInterface.swift diff --git a/passExtension/Crypto/ObjectivePGPInterface.swift b/passKit/Crypto/ObjectivePGPInterface.swift similarity index 100% rename from passExtension/Crypto/ObjectivePGPInterface.swift rename to passKit/Crypto/ObjectivePGPInterface.swift diff --git a/passExtension/Crypto/PGPAgent.swift b/passKit/Crypto/PGPAgent.swift similarity index 100% rename from passExtension/Crypto/PGPAgent.swift rename to passKit/Crypto/PGPAgent.swift diff --git a/passExtension/Crypto/PGPInterface.swift b/passKit/Crypto/PGPInterface.swift similarity index 100% rename from passExtension/Crypto/PGPInterface.swift rename to passKit/Crypto/PGPInterface.swift