diff -r 2c300b15b381 -r d9c2a06d4e4e MYCrypto.xcodeproj/project.pbxproj --- a/MYCrypto.xcodeproj/project.pbxproj Sat Jun 06 15:01:28 2009 -0700 +++ b/MYCrypto.xcodeproj/project.pbxproj Wed Jul 01 14:19:13 2009 -0700 @@ -43,6 +43,8 @@ 270A7A740FD58FF200770C4D /* MYBERParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 270A7A720FD58FF200770C4D /* MYBERParser.m */; }; 270A7A750FD58FF200770C4D /* MYBERParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 270A7A720FD58FF200770C4D /* MYBERParser.m */; }; 270B879F0F8C565000C56781 /* MYPrivateKey.m in Sources */ = {isa = PBXBuildFile; fileRef = 270B879E0F8C565000C56781 /* MYPrivateKey.m */; }; + 27205C440FF2D88200C5E25B /* MYCertificateTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 27205C430FF2D88200C5E25B /* MYCertificateTest.m */; }; + 27205C450FF2D88200C5E25B /* MYCertificateTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 27205C430FF2D88200C5E25B /* MYCertificateTest.m */; }; 27410FF00F99200A00AD413F /* MYSymmetricKey-iPhone.m in Sources */ = {isa = PBXBuildFile; fileRef = 27410FEF0F99200A00AD413F /* MYSymmetricKey-iPhone.m */; }; 274863A20F8EF39400FE617B /* MYIdentity.m in Sources */ = {isa = PBXBuildFile; fileRef = 274863A10F8EF39400FE617B /* MYIdentity.m */; }; 275DA1270FD980D400D85A86 /* MYCertificateInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 275DA1250FD980D400D85A86 /* MYCertificateInfo.h */; }; @@ -104,6 +106,7 @@ 270A7A720FD58FF200770C4D /* MYBERParser.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYBERParser.m; sourceTree = ""; }; 270B879D0F8C565000C56781 /* MYPrivateKey.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYPrivateKey.h; sourceTree = ""; }; 270B879E0F8C565000C56781 /* MYPrivateKey.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYPrivateKey.m; sourceTree = ""; }; + 27205C430FF2D88200C5E25B /* MYCertificateTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYCertificateTest.m; sourceTree = ""; }; 27410FEF0F99200A00AD413F /* MYSymmetricKey-iPhone.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "MYSymmetricKey-iPhone.m"; sourceTree = ""; }; 2748604D0F8D5C4C00FE617B /* MYCrypto_Release.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = MYCrypto_Release.xcconfig; sourceTree = ""; }; 274863A00F8EF39400FE617B /* MYIdentity.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYIdentity.h; sourceTree = ""; }; @@ -275,6 +278,7 @@ children = ( 275DA1250FD980D400D85A86 /* MYCertificateInfo.h */, 275DA1260FD980D400D85A86 /* MYCertificateInfo.m */, + 27205C430FF2D88200C5E25B /* MYCertificateTest.m */, 27B852F30FCF4EB6005631F9 /* MYASN1Object.h */, 27B852F40FCF4EB7005631F9 /* MYASN1Object.m */, 270A7A710FD58FF200770C4D /* MYBERParser.h */, @@ -440,6 +444,7 @@ 27B855280FD077A7005631F9 /* MYDEREncoder.m in Sources */, 270A7A740FD58FF200770C4D /* MYBERParser.m in Sources */, 275DA1280FD980D400D85A86 /* MYCertificateInfo.m in Sources */, + 27205C440FF2D88200C5E25B /* MYCertificateTest.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -473,6 +478,7 @@ 27B855290FD077A7005631F9 /* MYDEREncoder.m in Sources */, 270A7A750FD58FF200770C4D /* MYBERParser.m in Sources */, 275DA1290FD980D400D85A86 /* MYCertificateInfo.m in Sources */, + 27205C450FF2D88200C5E25B /* MYCertificateTest.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; };