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