MYCrypto.xcodeproj/project.pbxproj
changeset 26 d9c2a06d4e4e
parent 21 2c300b15b381
child 27 d0aadddb9c64
     1.1 --- a/MYCrypto.xcodeproj/project.pbxproj	Sat Jun 06 15:01:28 2009 -0700
     1.2 +++ b/MYCrypto.xcodeproj/project.pbxproj	Wed Jul 01 14:19:13 2009 -0700
     1.3 @@ -43,6 +43,8 @@
     1.4  		270A7A740FD58FF200770C4D /* MYBERParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 270A7A720FD58FF200770C4D /* MYBERParser.m */; };
     1.5  		270A7A750FD58FF200770C4D /* MYBERParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 270A7A720FD58FF200770C4D /* MYBERParser.m */; };
     1.6  		270B879F0F8C565000C56781 /* MYPrivateKey.m in Sources */ = {isa = PBXBuildFile; fileRef = 270B879E0F8C565000C56781 /* MYPrivateKey.m */; };
     1.7 +		27205C440FF2D88200C5E25B /* MYCertificateTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 27205C430FF2D88200C5E25B /* MYCertificateTest.m */; };
     1.8 +		27205C450FF2D88200C5E25B /* MYCertificateTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 27205C430FF2D88200C5E25B /* MYCertificateTest.m */; };
     1.9  		27410FF00F99200A00AD413F /* MYSymmetricKey-iPhone.m in Sources */ = {isa = PBXBuildFile; fileRef = 27410FEF0F99200A00AD413F /* MYSymmetricKey-iPhone.m */; };
    1.10  		274863A20F8EF39400FE617B /* MYIdentity.m in Sources */ = {isa = PBXBuildFile; fileRef = 274863A10F8EF39400FE617B /* MYIdentity.m */; };
    1.11  		275DA1270FD980D400D85A86 /* MYCertificateInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 275DA1250FD980D400D85A86 /* MYCertificateInfo.h */; };
    1.12 @@ -104,6 +106,7 @@
    1.13  		270A7A720FD58FF200770C4D /* MYBERParser.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYBERParser.m; sourceTree = "<group>"; };
    1.14  		270B879D0F8C565000C56781 /* MYPrivateKey.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYPrivateKey.h; sourceTree = "<group>"; };
    1.15  		270B879E0F8C565000C56781 /* MYPrivateKey.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYPrivateKey.m; sourceTree = "<group>"; };
    1.16 +		27205C430FF2D88200C5E25B /* MYCertificateTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYCertificateTest.m; sourceTree = "<group>"; };
    1.17  		27410FEF0F99200A00AD413F /* MYSymmetricKey-iPhone.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "MYSymmetricKey-iPhone.m"; sourceTree = "<group>"; };
    1.18  		2748604D0F8D5C4C00FE617B /* MYCrypto_Release.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = MYCrypto_Release.xcconfig; sourceTree = "<group>"; };
    1.19  		274863A00F8EF39400FE617B /* MYIdentity.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYIdentity.h; sourceTree = "<group>"; };
    1.20 @@ -275,6 +278,7 @@
    1.21  			children = (
    1.22  				275DA1250FD980D400D85A86 /* MYCertificateInfo.h */,
    1.23  				275DA1260FD980D400D85A86 /* MYCertificateInfo.m */,
    1.24 +				27205C430FF2D88200C5E25B /* MYCertificateTest.m */,
    1.25  				27B852F30FCF4EB6005631F9 /* MYASN1Object.h */,
    1.26  				27B852F40FCF4EB7005631F9 /* MYASN1Object.m */,
    1.27  				270A7A710FD58FF200770C4D /* MYBERParser.h */,
    1.28 @@ -440,6 +444,7 @@
    1.29  				27B855280FD077A7005631F9 /* MYDEREncoder.m in Sources */,
    1.30  				270A7A740FD58FF200770C4D /* MYBERParser.m in Sources */,
    1.31  				275DA1280FD980D400D85A86 /* MYCertificateInfo.m in Sources */,
    1.32 +				27205C440FF2D88200C5E25B /* MYCertificateTest.m in Sources */,
    1.33  			);
    1.34  			runOnlyForDeploymentPostprocessing = 0;
    1.35  		};
    1.36 @@ -473,6 +478,7 @@
    1.37  				27B855290FD077A7005631F9 /* MYDEREncoder.m in Sources */,
    1.38  				270A7A750FD58FF200770C4D /* MYBERParser.m in Sources */,
    1.39  				275DA1290FD980D400D85A86 /* MYCertificateInfo.m in Sources */,
    1.40 +				27205C450FF2D88200C5E25B /* MYCertificateTest.m in Sources */,
    1.41  			);
    1.42  			runOnlyForDeploymentPostprocessing = 0;
    1.43  		};