diff -r b2e360b78189 -r 4c0eafa7b233 MYCrypto-iPhone.xcodeproj/project.pbxproj --- a/MYCrypto-iPhone.xcodeproj/project.pbxproj Thu Apr 09 22:27:51 2009 -0700 +++ b/MYCrypto-iPhone.xcodeproj/project.pbxproj Sun Apr 12 22:02:20 2009 -0700 @@ -22,7 +22,7 @@ 276FB34B0F856CA400CB326E /* MYCertificate.m in Sources */ = {isa = PBXBuildFile; fileRef = 276FB34A0F856CA400CB326E /* MYCertificate.m */; }; 27A430120F87C6C10063D362 /* MYKey.m in Sources */ = {isa = PBXBuildFile; fileRef = 27E823110F81D56E0019BE60 /* MYKey.m */; }; 27A430140F87C6D50063D362 /* MYSymmetricKey.m in Sources */ = {isa = PBXBuildFile; fileRef = 27A430130F87C6D50063D362 /* MYSymmetricKey.m */; }; - 27E823210F81D56E0019BE60 /* MYCryptor.m in Sources */ = {isa = PBXBuildFile; fileRef = 27E8230F0F81D56E0019BE60 /* MYCryptor.m */; }; + 27E3A6AA0F91B8B30079D4D9 /* MYCryptor.m in Sources */ = {isa = PBXBuildFile; fileRef = 27E3A6A70F91B8B30079D4D9 /* MYCryptor.m */; }; 27E823240F81D56E0019BE60 /* MYKeychainItem.m in Sources */ = {isa = PBXBuildFile; fileRef = 27E823150F81D56E0019BE60 /* MYKeychainItem.m */; }; 27E823270F81D56E0019BE60 /* MYDigest.m in Sources */ = {isa = PBXBuildFile; fileRef = 27E8231C0F81D56E0019BE60 /* MYDigest.m */; }; 27E823290F81D56E0019BE60 /* MYCrypto.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 27E8231E0F81D56E0019BE60 /* MYCrypto.xcconfig */; }; @@ -58,9 +58,9 @@ 27A430130F87C6D50063D362 /* MYSymmetricKey.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYSymmetricKey.m; sourceTree = ""; }; 27A430150F87C6DB0063D362 /* MYSymmetricKey.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYSymmetricKey.h; sourceTree = ""; }; 27AAD9710F8927DB0064DD7C /* MYCryptoConfig.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYCryptoConfig.h; sourceTree = ""; }; + 27E3A6A60F91B8B30079D4D9 /* MYCryptor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYCryptor.h; sourceTree = ""; }; + 27E3A6A70F91B8B30079D4D9 /* MYCryptor.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYCryptor.m; sourceTree = ""; }; 27E8230C0F81D56E0019BE60 /* MYCertificate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYCertificate.h; sourceTree = ""; }; - 27E8230E0F81D56E0019BE60 /* MYCryptor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYCryptor.h; sourceTree = ""; }; - 27E8230F0F81D56E0019BE60 /* MYCryptor.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYCryptor.m; sourceTree = ""; }; 27E823100F81D56E0019BE60 /* MYKey.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYKey.h; sourceTree = ""; }; 27E823110F81D56E0019BE60 /* MYKey.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYKey.m; sourceTree = ""; }; 27E823120F81D56E0019BE60 /* MYKeychain.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYKeychain.h; sourceTree = ""; }; @@ -125,6 +125,15 @@ name = Products; sourceTree = ""; }; + 27E3A6A10F91B8B30079D4D9 /* Encryption */ = { + isa = PBXGroup; + children = ( + 27E3A6A60F91B8B30079D4D9 /* MYCryptor.h */, + 27E3A6A70F91B8B30079D4D9 /* MYCryptor.m */, + ); + name = Encryption; + sourceTree = ""; + }; 27E8230B0F81D56E0019BE60 /* Source */ = { isa = PBXGroup; children = ( @@ -132,8 +141,6 @@ 27E8230C0F81D56E0019BE60 /* MYCertificate.h */, 276FB34A0F856CA400CB326E /* MYCertificate.m */, 273391CC0F81EC70009414D9 /* MYCertificate-iPhone.m */, - 27E8230E0F81D56E0019BE60 /* MYCryptor.h */, - 27E8230F0F81D56E0019BE60 /* MYCryptor.m */, 27059CF10F8F0F8E00A8422F /* MYIdentity.h */, 27059CF20F8F0F9200A8422F /* MYIdentity.m */, 27E823100F81D56E0019BE60 /* MYKey.h */, @@ -182,6 +189,7 @@ isa = PBXGroup; children = ( 27E8230B0F81D56E0019BE60 /* Source */, + 27E3A6A10F91B8B30079D4D9 /* Encryption */, 27E8232B0F81D5760019BE60 /* MYUtilities */, 080E96DDFE201D6D7F000001 /* iPhone */, 29B97323FDCFA39411CA2CEA /* Frameworks */, @@ -259,7 +267,6 @@ files = ( 1D60589B0D05DD56006BFB54 /* MYCrypto_iPhone_main.m in Sources */, 1D3623260D0F684500981E51 /* MYCrypto_iPhoneAppDelegate.m in Sources */, - 27E823210F81D56E0019BE60 /* MYCryptor.m in Sources */, 27E823240F81D56E0019BE60 /* MYKeychainItem.m in Sources */, 27E823270F81D56E0019BE60 /* MYDigest.m in Sources */, 27E823370F81D5760019BE60 /* CollectionUtils.m in Sources */, @@ -278,6 +285,7 @@ 27FE453F0F87CC8500A86D63 /* MYKey-iPhone.m in Sources */, 2748607F0F8D5E0600FE617B /* MYPrivateKey.m in Sources */, 27059CF30F8F0F9200A8422F /* MYIdentity.m in Sources */, + 27E3A6AA0F91B8B30079D4D9 /* MYCryptor.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; };