1.1 --- a/MYCrypto-iPhone.xcodeproj/project.pbxproj Sat Apr 04 20:42:03 2009 -0700
1.2 +++ b/MYCrypto-iPhone.xcodeproj/project.pbxproj Tue Apr 07 10:56:58 2009 -0700
1.3 @@ -57,6 +57,7 @@
1.4 276FB34A0F856CA400CB326E /* MYCertificate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYCertificate.m; sourceTree = "<group>"; };
1.5 27A430130F87C6D50063D362 /* MYSymmetricKey.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYSymmetricKey.m; sourceTree = "<group>"; };
1.6 27A430150F87C6DB0063D362 /* MYSymmetricKey.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYSymmetricKey.h; sourceTree = "<group>"; };
1.7 + 27AAD9710F8927DB0064DD7C /* MYCryptoConfig.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYCryptoConfig.h; sourceTree = "<group>"; };
1.8 27E8230C0F81D56E0019BE60 /* MYCertificate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYCertificate.h; sourceTree = "<group>"; };
1.9 27E8230E0F81D56E0019BE60 /* MYCryptor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYCryptor.h; sourceTree = "<group>"; };
1.10 27E8230F0F81D56E0019BE60 /* MYCryptor.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYCryptor.m; sourceTree = "<group>"; };
1.11 @@ -128,6 +129,7 @@
1.12 27E8230B0F81D56E0019BE60 /* Source */ = {
1.13 isa = PBXGroup;
1.14 children = (
1.15 + 27AAD9710F8927DB0064DD7C /* MYCryptoConfig.h */,
1.16 27E8230C0F81D56E0019BE60 /* MYCertificate.h */,
1.17 276FB34A0F856CA400CB326E /* MYCertificate.m */,
1.18 273391CC0F81EC70009414D9 /* MYCertificate-iPhone.m */,