MYCrypto.xcodeproj/project.pbxproj
author Jens Alfke <jens@mooseyard.com>
Tue Jul 21 10:13:08 2009 -0700 (2009-07-21)
changeset 27 d0aadddb9c64
parent 26 d9c2a06d4e4e
permissions -rw-r--r--
MYCertificate now checks validity of self-signed certs loaded from the keychain (because the Security framework doesn't validate self-signed certs.)
     1 // !$*UTF8*$!
     2 {
     3 	archiveVersion = 1;
     4 	classes = {
     5 	};
     6 	objectVersion = 45;
     7 	objects = {
     8 
     9 /* Begin PBXBuildFile section */
    10 		27059D530F8F9BB500A8422F /* MYEncoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 27059D500F8F9BB500A8422F /* MYEncoder.m */; };
    11 		27059D770F8FA23100A8422F /* MYCrypto+Cocoa.m in Sources */ = {isa = PBXBuildFile; fileRef = 27059D760F8FA23100A8422F /* MYCrypto+Cocoa.m */; };
    12 		27059D840F8FA82500A8422F /* SecurityInterface.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 27059D830F8FA82500A8422F /* SecurityInterface.framework */; };
    13 		27059DE50F8FAF6500A8422F /* MYDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 27059D520F8F9BB500A8422F /* MYDecoder.m */; };
    14 		2706F1AE0F9D3C7100292CCF /* MYCertificate.h in Headers */ = {isa = PBXBuildFile; fileRef = 27CFF4B10F7E8535000B418E /* MYCertificate.h */; };
    15 		2706F1AF0F9D3C7100292CCF /* MYCertificate.m in Sources */ = {isa = PBXBuildFile; fileRef = 27CFF4B20F7E8535000B418E /* MYCertificate.m */; };
    16 		2706F1B00F9D3C7200292CCF /* MYCrypto+Cocoa.h in Headers */ = {isa = PBXBuildFile; fileRef = 27059D750F8FA23100A8422F /* MYCrypto+Cocoa.h */; };
    17 		2706F1B10F9D3C7300292CCF /* MYCrypto+Cocoa.m in Sources */ = {isa = PBXBuildFile; fileRef = 27059D760F8FA23100A8422F /* MYCrypto+Cocoa.m */; };
    18 		2706F1B20F9D3C7400292CCF /* MYCryptoConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 27AAD97B0F892A0D0064DD7C /* MYCryptoConfig.h */; };
    19 		2706F1B30F9D3C7600292CCF /* MYDigest.h in Headers */ = {isa = PBXBuildFile; fileRef = 27CFF4BF0F7E8535000B418E /* MYDigest.h */; };
    20 		2706F1B40F9D3C7700292CCF /* MYDigest.m in Sources */ = {isa = PBXBuildFile; fileRef = 27CFF4C00F7E8535000B418E /* MYDigest.m */; };
    21 		2706F1B50F9D3C7700292CCF /* MYIdentity.h in Headers */ = {isa = PBXBuildFile; fileRef = 274863A00F8EF39400FE617B /* MYIdentity.h */; };
    22 		2706F1B60F9D3C7800292CCF /* MYIdentity.m in Sources */ = {isa = PBXBuildFile; fileRef = 274863A10F8EF39400FE617B /* MYIdentity.m */; };
    23 		2706F1B70F9D3C7900292CCF /* MYKey.h in Headers */ = {isa = PBXBuildFile; fileRef = 27E822A00F81C5660019BE60 /* MYKey.h */; };
    24 		2706F1B80F9D3C7A00292CCF /* MYKey.m in Sources */ = {isa = PBXBuildFile; fileRef = 27E822A10F81C5660019BE60 /* MYKey.m */; };
    25 		2706F1B90F9D3C7C00292CCF /* MYKeychain.h in Headers */ = {isa = PBXBuildFile; fileRef = 27CFF4B50F7E8535000B418E /* MYKeychain.h */; };
    26 		2706F1BA0F9D3C7D00292CCF /* MYKeychain.m in Sources */ = {isa = PBXBuildFile; fileRef = 27CFF4B60F7E8535000B418E /* MYKeychain.m */; };
    27 		2706F1BB0F9D3C7D00292CCF /* MYKeychainItem.h in Headers */ = {isa = PBXBuildFile; fileRef = 27CFF4B70F7E8535000B418E /* MYKeychainItem.h */; };
    28 		2706F1BC0F9D3C7E00292CCF /* MYKeychainItem.m in Sources */ = {isa = PBXBuildFile; fileRef = 27CFF4B80F7E8535000B418E /* MYKeychainItem.m */; };
    29 		2706F1BD0F9D3C7E00292CCF /* MYPrivateKey.h in Headers */ = {isa = PBXBuildFile; fileRef = 270B879D0F8C565000C56781 /* MYPrivateKey.h */; };
    30 		2706F1BE0F9D3C7F00292CCF /* MYPrivateKey.m in Sources */ = {isa = PBXBuildFile; fileRef = 270B879E0F8C565000C56781 /* MYPrivateKey.m */; };
    31 		2706F1BF0F9D3C8000292CCF /* MYPublicKey.h in Headers */ = {isa = PBXBuildFile; fileRef = 27CFF4BC0F7E8535000B418E /* MYPublicKey.h */; };
    32 		2706F1C00F9D3C8000292CCF /* MYPublicKey.m in Sources */ = {isa = PBXBuildFile; fileRef = 27CFF4BD0F7E8535000B418E /* MYPublicKey.m */; };
    33 		2706F1C10F9D3C8100292CCF /* MYSymmetricKey-iPhone.m in Sources */ = {isa = PBXBuildFile; fileRef = 27410FEF0F99200A00AD413F /* MYSymmetricKey-iPhone.m */; };
    34 		2706F1C20F9D3C8200292CCF /* MYSymmetricKey.h in Headers */ = {isa = PBXBuildFile; fileRef = 27A42D400F858ED80063D362 /* MYSymmetricKey.h */; };
    35 		2706F1C30F9D3C8300292CCF /* MYSymmetricKey.m in Sources */ = {isa = PBXBuildFile; fileRef = 27A42D410F858ED80063D362 /* MYSymmetricKey.m */; };
    36 		2706F1C40F9D3C8800292CCF /* MYCryptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 27CFF4B30F7E8535000B418E /* MYCryptor.h */; };
    37 		2706F1C50F9D3C8900292CCF /* MYCryptor.m in Sources */ = {isa = PBXBuildFile; fileRef = 27CFF4B40F7E8535000B418E /* MYCryptor.m */; };
    38 		2706F1C60F9D3C8900292CCF /* MYDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 27059D510F8F9BB500A8422F /* MYDecoder.h */; };
    39 		2706F1C70F9D3C8A00292CCF /* MYDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 27059D520F8F9BB500A8422F /* MYDecoder.m */; };
    40 		2706F1C80F9D3C8B00292CCF /* MYEncoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 27059D4F0F8F9BB500A8422F /* MYEncoder.h */; };
    41 		2706F1C90F9D3C8B00292CCF /* MYEncoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 27059D500F8F9BB500A8422F /* MYEncoder.m */; };
    42 		270A7A730FD58FF200770C4D /* MYBERParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 270A7A710FD58FF200770C4D /* MYBERParser.h */; };
    43 		270A7A740FD58FF200770C4D /* MYBERParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 270A7A720FD58FF200770C4D /* MYBERParser.m */; };
    44 		270A7A750FD58FF200770C4D /* MYBERParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 270A7A720FD58FF200770C4D /* MYBERParser.m */; };
    45 		270B879F0F8C565000C56781 /* MYPrivateKey.m in Sources */ = {isa = PBXBuildFile; fileRef = 270B879E0F8C565000C56781 /* MYPrivateKey.m */; };
    46 		27205C440FF2D88200C5E25B /* MYCertificateTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 27205C430FF2D88200C5E25B /* MYCertificateTest.m */; };
    47 		27205C450FF2D88200C5E25B /* MYCertificateTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 27205C430FF2D88200C5E25B /* MYCertificateTest.m */; };
    48 		27410FF00F99200A00AD413F /* MYSymmetricKey-iPhone.m in Sources */ = {isa = PBXBuildFile; fileRef = 27410FEF0F99200A00AD413F /* MYSymmetricKey-iPhone.m */; };
    49 		274863A20F8EF39400FE617B /* MYIdentity.m in Sources */ = {isa = PBXBuildFile; fileRef = 274863A10F8EF39400FE617B /* MYIdentity.m */; };
    50 		275DA1270FD980D400D85A86 /* MYCertificateInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 275DA1250FD980D400D85A86 /* MYCertificateInfo.h */; };
    51 		275DA1280FD980D400D85A86 /* MYCertificateInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 275DA1260FD980D400D85A86 /* MYCertificateInfo.m */; };
    52 		275DA1290FD980D400D85A86 /* MYCertificateInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 275DA1260FD980D400D85A86 /* MYCertificateInfo.m */; };
    53 		27A42CBF0F8578B40063D362 /* MYCryptoTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 27A42CBE0F8578B40063D362 /* MYCryptoTest.m */; };
    54 		27A42D1E0F8586CE0063D362 /* MYKey.m in Sources */ = {isa = PBXBuildFile; fileRef = 27E822A10F81C5660019BE60 /* MYKey.m */; };
    55 		27A42D420F858ED80063D362 /* MYSymmetricKey.m in Sources */ = {isa = PBXBuildFile; fileRef = 27A42D410F858ED80063D362 /* MYSymmetricKey.m */; };
    56 		27B852F50FCF4EB7005631F9 /* MYASN1Object.m in Sources */ = {isa = PBXBuildFile; fileRef = 27B852F40FCF4EB7005631F9 /* MYASN1Object.m */; };
    57 		27B852F60FCF4EB7005631F9 /* MYASN1Object.h in Headers */ = {isa = PBXBuildFile; fileRef = 27B852F30FCF4EB6005631F9 /* MYASN1Object.h */; };
    58 		27B852F70FCF4EB7005631F9 /* MYASN1Object.m in Sources */ = {isa = PBXBuildFile; fileRef = 27B852F40FCF4EB7005631F9 /* MYASN1Object.m */; };
    59 		27B852FE0FCF4ECB005631F9 /* MYOID.h in Headers */ = {isa = PBXBuildFile; fileRef = 27B852FC0FCF4ECB005631F9 /* MYOID.h */; };
    60 		27B852FF0FCF4ECB005631F9 /* MYOID.m in Sources */ = {isa = PBXBuildFile; fileRef = 27B852FD0FCF4ECB005631F9 /* MYOID.m */; };
    61 		27B853000FCF4ECB005631F9 /* MYOID.m in Sources */ = {isa = PBXBuildFile; fileRef = 27B852FD0FCF4ECB005631F9 /* MYOID.m */; };
    62 		27B855270FD077A6005631F9 /* MYDEREncoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 27B855250FD077A6005631F9 /* MYDEREncoder.h */; };
    63 		27B855280FD077A7005631F9 /* MYDEREncoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 27B855260FD077A6005631F9 /* MYDEREncoder.m */; };
    64 		27B855290FD077A7005631F9 /* MYDEREncoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 27B855260FD077A6005631F9 /* MYDEREncoder.m */; };
    65 		27CFF4C10F7E8535000B418E /* MYCertificate.m in Sources */ = {isa = PBXBuildFile; fileRef = 27CFF4B20F7E8535000B418E /* MYCertificate.m */; };
    66 		27CFF4C20F7E8535000B418E /* MYCryptor.m in Sources */ = {isa = PBXBuildFile; fileRef = 27CFF4B40F7E8535000B418E /* MYCryptor.m */; };
    67 		27CFF4C30F7E8535000B418E /* MYKeychain.m in Sources */ = {isa = PBXBuildFile; fileRef = 27CFF4B60F7E8535000B418E /* MYKeychain.m */; };
    68 		27CFF4C40F7E8535000B418E /* MYKeychainItem.m in Sources */ = {isa = PBXBuildFile; fileRef = 27CFF4B80F7E8535000B418E /* MYKeychainItem.m */; };
    69 		27CFF4C70F7E8535000B418E /* MYPublicKey.m in Sources */ = {isa = PBXBuildFile; fileRef = 27CFF4BD0F7E8535000B418E /* MYPublicKey.m */; };
    70 		27CFF4C80F7E8535000B418E /* MYDigest.m in Sources */ = {isa = PBXBuildFile; fileRef = 27CFF4C00F7E8535000B418E /* MYDigest.m */; };
    71 		27CFF4D50F7E8726000B418E /* CollectionUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 27CFF4CE0F7E8726000B418E /* CollectionUtils.m */; };
    72 		27CFF4D60F7E8726000B418E /* ExceptionUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 27CFF4D00F7E8726000B418E /* ExceptionUtils.m */; };
    73 		27CFF4D70F7E8726000B418E /* Logging.m in Sources */ = {isa = PBXBuildFile; fileRef = 27CFF4D20F7E8726000B418E /* Logging.m */; };
    74 		27CFF4D80F7E8726000B418E /* Test.m in Sources */ = {isa = PBXBuildFile; fileRef = 27CFF4D40F7E8726000B418E /* Test.m */; };
    75 		27CFF51F0F7E94AE000B418E /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 27CFF51E0F7E94AE000B418E /* Security.framework */; };
    76 		27CFF5220F7E94DF000B418E /* MYCrypto_main.m in Sources */ = {isa = PBXBuildFile; fileRef = 27CFF5210F7E94DF000B418E /* MYCrypto_main.m */; };
    77 		27CFF5760F7E999B000B418E /* MYErrorUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 27CFF5750F7E999B000B418E /* MYErrorUtils.m */; };
    78 		27E820720F7EA6260019BE60 /* CoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 27E820710F7EA6260019BE60 /* CoreServices.framework */; };
    79 		27FEB3E70FBA63D200290049 /* MYCrypto.h in Headers */ = {isa = PBXBuildFile; fileRef = 27FEB3E60FBA63D200290049 /* MYCrypto.h */; };
    80 		8DD76F9C0486AA7600D96B5E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 08FB779EFE84155DC02AAC07 /* Foundation.framework */; };
    81 /* End PBXBuildFile section */
    82 
    83 /* Begin PBXCopyFilesBuildPhase section */
    84 		8DD76F9E0486AA7600D96B5E /* CopyFiles */ = {
    85 			isa = PBXCopyFilesBuildPhase;
    86 			buildActionMask = 8;
    87 			dstPath = /usr/share/man/man1/;
    88 			dstSubfolderSpec = 0;
    89 			files = (
    90 			);
    91 			runOnlyForDeploymentPostprocessing = 1;
    92 		};
    93 /* End PBXCopyFilesBuildPhase section */
    94 
    95 /* Begin PBXFileReference section */
    96 		08FB779EFE84155DC02AAC07 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
    97 		27059D4F0F8F9BB500A8422F /* MYEncoder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYEncoder.h; sourceTree = "<group>"; };
    98 		27059D500F8F9BB500A8422F /* MYEncoder.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYEncoder.m; sourceTree = "<group>"; };
    99 		27059D510F8F9BB500A8422F /* MYDecoder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYDecoder.h; sourceTree = "<group>"; };
   100 		27059D520F8F9BB500A8422F /* MYDecoder.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYDecoder.m; sourceTree = "<group>"; };
   101 		27059D750F8FA23100A8422F /* MYCrypto+Cocoa.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "MYCrypto+Cocoa.h"; sourceTree = "<group>"; };
   102 		27059D760F8FA23100A8422F /* MYCrypto+Cocoa.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "MYCrypto+Cocoa.m"; sourceTree = "<group>"; };
   103 		27059D830F8FA82500A8422F /* SecurityInterface.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SecurityInterface.framework; path = /System/Library/Frameworks/SecurityInterface.framework; sourceTree = "<absolute>"; };
   104 		2706F1AB0F9D3C5F00292CCF /* libMYCrypto.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libMYCrypto.a; sourceTree = BUILT_PRODUCTS_DIR; };
   105 		270A7A710FD58FF200770C4D /* MYBERParser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYBERParser.h; sourceTree = "<group>"; };
   106 		270A7A720FD58FF200770C4D /* MYBERParser.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYBERParser.m; sourceTree = "<group>"; };
   107 		270B879D0F8C565000C56781 /* MYPrivateKey.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYPrivateKey.h; sourceTree = "<group>"; };
   108 		270B879E0F8C565000C56781 /* MYPrivateKey.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYPrivateKey.m; sourceTree = "<group>"; };
   109 		27205C430FF2D88200C5E25B /* MYCertificateTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYCertificateTest.m; sourceTree = "<group>"; };
   110 		27410FEF0F99200A00AD413F /* MYSymmetricKey-iPhone.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "MYSymmetricKey-iPhone.m"; sourceTree = "<group>"; };
   111 		2748604D0F8D5C4C00FE617B /* MYCrypto_Release.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = MYCrypto_Release.xcconfig; sourceTree = "<group>"; };
   112 		274863A00F8EF39400FE617B /* MYIdentity.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYIdentity.h; sourceTree = "<group>"; };
   113 		274863A10F8EF39400FE617B /* MYIdentity.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYIdentity.m; sourceTree = "<group>"; };
   114 		275DA1250FD980D400D85A86 /* MYCertificateInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYCertificateInfo.h; sourceTree = "<group>"; };
   115 		275DA1260FD980D400D85A86 /* MYCertificateInfo.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYCertificateInfo.m; sourceTree = "<group>"; };
   116 		27A42CBE0F8578B40063D362 /* MYCryptoTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYCryptoTest.m; sourceTree = "<group>"; };
   117 		27A42D400F858ED80063D362 /* MYSymmetricKey.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYSymmetricKey.h; sourceTree = "<group>"; };
   118 		27A42D410F858ED80063D362 /* MYSymmetricKey.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYSymmetricKey.m; sourceTree = "<group>"; };
   119 		27AAD97B0F892A0D0064DD7C /* MYCryptoConfig.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYCryptoConfig.h; sourceTree = "<group>"; };
   120 		27B852F30FCF4EB6005631F9 /* MYASN1Object.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYASN1Object.h; sourceTree = "<group>"; };
   121 		27B852F40FCF4EB7005631F9 /* MYASN1Object.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYASN1Object.m; sourceTree = "<group>"; };
   122 		27B852FC0FCF4ECB005631F9 /* MYOID.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYOID.h; sourceTree = "<group>"; };
   123 		27B852FD0FCF4ECB005631F9 /* MYOID.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYOID.m; sourceTree = "<group>"; };
   124 		27B855250FD077A6005631F9 /* MYDEREncoder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYDEREncoder.h; sourceTree = "<group>"; };
   125 		27B855260FD077A6005631F9 /* MYDEREncoder.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYDEREncoder.m; sourceTree = "<group>"; };
   126 		27CFF4B10F7E8535000B418E /* MYCertificate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYCertificate.h; sourceTree = "<group>"; };
   127 		27CFF4B20F7E8535000B418E /* MYCertificate.m */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 4; lastKnownFileType = sourcecode.c.objc; path = MYCertificate.m; sourceTree = "<group>"; };
   128 		27CFF4B30F7E8535000B418E /* MYCryptor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYCryptor.h; sourceTree = "<group>"; };
   129 		27CFF4B40F7E8535000B418E /* MYCryptor.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYCryptor.m; sourceTree = "<group>"; };
   130 		27CFF4B50F7E8535000B418E /* MYKeychain.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYKeychain.h; sourceTree = "<group>"; };
   131 		27CFF4B60F7E8535000B418E /* MYKeychain.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYKeychain.m; sourceTree = "<group>"; };
   132 		27CFF4B70F7E8535000B418E /* MYKeychainItem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYKeychainItem.h; sourceTree = "<group>"; };
   133 		27CFF4B80F7E8535000B418E /* MYKeychainItem.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYKeychainItem.m; sourceTree = "<group>"; };
   134 		27CFF4BC0F7E8535000B418E /* MYPublicKey.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYPublicKey.h; sourceTree = "<group>"; };
   135 		27CFF4BD0F7E8535000B418E /* MYPublicKey.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYPublicKey.m; sourceTree = "<group>"; };
   136 		27CFF4BE0F7E8535000B418E /* MYCrypto_Private.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYCrypto_Private.h; sourceTree = "<group>"; };
   137 		27CFF4BF0F7E8535000B418E /* MYDigest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYDigest.h; sourceTree = "<group>"; };
   138 		27CFF4C00F7E8535000B418E /* MYDigest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYDigest.m; sourceTree = "<group>"; };
   139 		27CFF4CD0F7E8726000B418E /* CollectionUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CollectionUtils.h; path = ../MYUtilities/CollectionUtils.h; sourceTree = SOURCE_ROOT; };
   140 		27CFF4CE0F7E8726000B418E /* CollectionUtils.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CollectionUtils.m; path = ../MYUtilities/CollectionUtils.m; sourceTree = SOURCE_ROOT; };
   141 		27CFF4CF0F7E8726000B418E /* ExceptionUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ExceptionUtils.h; path = ../MYUtilities/ExceptionUtils.h; sourceTree = SOURCE_ROOT; };
   142 		27CFF4D00F7E8726000B418E /* ExceptionUtils.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ExceptionUtils.m; path = ../MYUtilities/ExceptionUtils.m; sourceTree = SOURCE_ROOT; };
   143 		27CFF4D10F7E8726000B418E /* Logging.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Logging.h; path = ../MYUtilities/Logging.h; sourceTree = SOURCE_ROOT; };
   144 		27CFF4D20F7E8726000B418E /* Logging.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = Logging.m; path = ../MYUtilities/Logging.m; sourceTree = SOURCE_ROOT; };
   145 		27CFF4D30F7E8726000B418E /* Test.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Test.h; path = ../MYUtilities/Test.h; sourceTree = SOURCE_ROOT; };
   146 		27CFF4D40F7E8726000B418E /* Test.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = Test.m; path = ../MYUtilities/Test.m; sourceTree = SOURCE_ROOT; };
   147 		27CFF5120F7E9212000B418E /* MYCrypto.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = MYCrypto.xcconfig; sourceTree = "<group>"; };
   148 		27CFF51E0F7E94AE000B418E /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = System/Library/Frameworks/Security.framework; sourceTree = SDKROOT; };
   149 		27CFF5210F7E94DF000B418E /* MYCrypto_main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYCrypto_main.m; sourceTree = "<group>"; };
   150 		27CFF5400F7E9653000B418E /* MYCrypto_Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = MYCrypto_Debug.xcconfig; sourceTree = "<group>"; };
   151 		27CFF5740F7E999B000B418E /* MYErrorUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYErrorUtils.h; sourceTree = "<group>"; };
   152 		27CFF5750F7E999B000B418E /* MYErrorUtils.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYErrorUtils.m; sourceTree = "<group>"; };
   153 		27CFF57C0F7EA117000B418E /* MYError_CSSMErrorDomain.strings */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; path = MYError_CSSMErrorDomain.strings; sourceTree = "<group>"; };
   154 		27E820710F7EA6260019BE60 /* CoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreServices.framework; path = System/Library/Frameworks/CoreServices.framework; sourceTree = SDKROOT; };
   155 		27E822A00F81C5660019BE60 /* MYKey.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYKey.h; sourceTree = "<group>"; };
   156 		27E822A10F81C5660019BE60 /* MYKey.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYKey.m; sourceTree = "<group>"; };
   157 		27EAF0390F8B2D700091AF95 /* README.textile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.textile; sourceTree = "<group>"; };
   158 		27FEB3E60FBA63D200290049 /* MYCrypto.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYCrypto.h; sourceTree = "<group>"; };
   159 		8DD76FA10486AA7600D96B5E /* MYCrypto */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = MYCrypto; sourceTree = BUILT_PRODUCTS_DIR; };
   160 /* End PBXFileReference section */
   161 
   162 /* Begin PBXFrameworksBuildPhase section */
   163 		2706F1A90F9D3C5F00292CCF /* Frameworks */ = {
   164 			isa = PBXFrameworksBuildPhase;
   165 			buildActionMask = 2147483647;
   166 			files = (
   167 			);
   168 			runOnlyForDeploymentPostprocessing = 0;
   169 		};
   170 		8DD76F9B0486AA7600D96B5E /* Frameworks */ = {
   171 			isa = PBXFrameworksBuildPhase;
   172 			buildActionMask = 2147483647;
   173 			files = (
   174 				8DD76F9C0486AA7600D96B5E /* Foundation.framework in Frameworks */,
   175 				27CFF51F0F7E94AE000B418E /* Security.framework in Frameworks */,
   176 				27E820720F7EA6260019BE60 /* CoreServices.framework in Frameworks */,
   177 				27059D840F8FA82500A8422F /* SecurityInterface.framework in Frameworks */,
   178 			);
   179 			runOnlyForDeploymentPostprocessing = 0;
   180 		};
   181 /* End PBXFrameworksBuildPhase section */
   182 
   183 /* Begin PBXGroup section */
   184 		08FB7794FE84155DC02AAC07 /* MYCrypto */ = {
   185 			isa = PBXGroup;
   186 			children = (
   187 				08FB7795FE84155DC02AAC07 /* Source */,
   188 				27059D4E0F8F9B9E00A8422F /* Encryption */,
   189 				274861440F8D757600FE617B /* Certificates */,
   190 				270B881C0F8D055A00C56781 /* Internal */,
   191 				27CFF4CC0F7E86E8000B418E /* MYUtilities */,
   192 				C6859EA2029092E104C91782 /* Documentation */,
   193 				08FB779DFE84155DC02AAC07 /* External Frameworks and Libraries */,
   194 				1AB674ADFE9D54B511CA2CBB /* Products */,
   195 				27CFF51E0F7E94AE000B418E /* Security.framework */,
   196 				27E820710F7EA6260019BE60 /* CoreServices.framework */,
   197 				27059D830F8FA82500A8422F /* SecurityInterface.framework */,
   198 			);
   199 			name = MYCrypto;
   200 			sourceTree = "<group>";
   201 		};
   202 		08FB7795FE84155DC02AAC07 /* Source */ = {
   203 			isa = PBXGroup;
   204 			children = (
   205 				27CFF4B10F7E8535000B418E /* MYCertificate.h */,
   206 				27CFF4B20F7E8535000B418E /* MYCertificate.m */,
   207 				27CFF4BF0F7E8535000B418E /* MYDigest.h */,
   208 				27CFF4C00F7E8535000B418E /* MYDigest.m */,
   209 				274863A00F8EF39400FE617B /* MYIdentity.h */,
   210 				274863A10F8EF39400FE617B /* MYIdentity.m */,
   211 				27E822A00F81C5660019BE60 /* MYKey.h */,
   212 				27E822A10F81C5660019BE60 /* MYKey.m */,
   213 				27CFF4B50F7E8535000B418E /* MYKeychain.h */,
   214 				27CFF4B60F7E8535000B418E /* MYKeychain.m */,
   215 				27CFF4B70F7E8535000B418E /* MYKeychainItem.h */,
   216 				27CFF4B80F7E8535000B418E /* MYKeychainItem.m */,
   217 				27CFF4BC0F7E8535000B418E /* MYPublicKey.h */,
   218 				27CFF4BD0F7E8535000B418E /* MYPublicKey.m */,
   219 				270B879D0F8C565000C56781 /* MYPrivateKey.h */,
   220 				270B879E0F8C565000C56781 /* MYPrivateKey.m */,
   221 				27A42D400F858ED80063D362 /* MYSymmetricKey.h */,
   222 				27A42D410F858ED80063D362 /* MYSymmetricKey.m */,
   223 				27410FEF0F99200A00AD413F /* MYSymmetricKey-iPhone.m */,
   224 				27AAD97B0F892A0D0064DD7C /* MYCryptoConfig.h */,
   225 				27059D750F8FA23100A8422F /* MYCrypto+Cocoa.h */,
   226 				27059D760F8FA23100A8422F /* MYCrypto+Cocoa.m */,
   227 				27EAF0390F8B2D700091AF95 /* README.textile */,
   228 				27FEB3E60FBA63D200290049 /* MYCrypto.h */,
   229 			);
   230 			indentWidth = 4;
   231 			name = Source;
   232 			sourceTree = "<group>";
   233 			usesTabs = 0;
   234 		};
   235 		08FB779DFE84155DC02AAC07 /* External Frameworks and Libraries */ = {
   236 			isa = PBXGroup;
   237 			children = (
   238 				08FB779EFE84155DC02AAC07 /* Foundation.framework */,
   239 			);
   240 			name = "External Frameworks and Libraries";
   241 			sourceTree = "<group>";
   242 		};
   243 		1AB674ADFE9D54B511CA2CBB /* Products */ = {
   244 			isa = PBXGroup;
   245 			children = (
   246 				8DD76FA10486AA7600D96B5E /* MYCrypto */,
   247 				2706F1AB0F9D3C5F00292CCF /* libMYCrypto.a */,
   248 			);
   249 			name = Products;
   250 			sourceTree = "<group>";
   251 		};
   252 		27059D4E0F8F9B9E00A8422F /* Encryption */ = {
   253 			isa = PBXGroup;
   254 			children = (
   255 				27059D4F0F8F9BB500A8422F /* MYEncoder.h */,
   256 				27059D500F8F9BB500A8422F /* MYEncoder.m */,
   257 				27059D510F8F9BB500A8422F /* MYDecoder.h */,
   258 				27059D520F8F9BB500A8422F /* MYDecoder.m */,
   259 				27CFF4B30F7E8535000B418E /* MYCryptor.h */,
   260 				27CFF4B40F7E8535000B418E /* MYCryptor.m */,
   261 			);
   262 			indentWidth = 4;
   263 			name = Encryption;
   264 			sourceTree = "<group>";
   265 			usesTabs = 0;
   266 		};
   267 		270B881C0F8D055A00C56781 /* Internal */ = {
   268 			isa = PBXGroup;
   269 			children = (
   270 				27CFF4BE0F7E8535000B418E /* MYCrypto_Private.h */,
   271 				27A42CBE0F8578B40063D362 /* MYCryptoTest.m */,
   272 				27CFF5210F7E94DF000B418E /* MYCrypto_main.m */,
   273 				27CFF5120F7E9212000B418E /* MYCrypto.xcconfig */,
   274 				27CFF5400F7E9653000B418E /* MYCrypto_Debug.xcconfig */,
   275 				2748604D0F8D5C4C00FE617B /* MYCrypto_Release.xcconfig */,
   276 			);
   277 			indentWidth = 4;
   278 			name = Internal;
   279 			sourceTree = "<group>";
   280 			usesTabs = 0;
   281 		};
   282 		274861440F8D757600FE617B /* Certificates */ = {
   283 			isa = PBXGroup;
   284 			children = (
   285 				275DA1250FD980D400D85A86 /* MYCertificateInfo.h */,
   286 				275DA1260FD980D400D85A86 /* MYCertificateInfo.m */,
   287 				27205C430FF2D88200C5E25B /* MYCertificateTest.m */,
   288 				27B852F30FCF4EB6005631F9 /* MYASN1Object.h */,
   289 				27B852F40FCF4EB7005631F9 /* MYASN1Object.m */,
   290 				270A7A710FD58FF200770C4D /* MYBERParser.h */,
   291 				270A7A720FD58FF200770C4D /* MYBERParser.m */,
   292 				27B855250FD077A6005631F9 /* MYDEREncoder.h */,
   293 				27B855260FD077A6005631F9 /* MYDEREncoder.m */,
   294 				27B852FC0FCF4ECB005631F9 /* MYOID.h */,
   295 				27B852FD0FCF4ECB005631F9 /* MYOID.m */,
   296 			);
   297 			indentWidth = 4;
   298 			name = Certificates;
   299 			sourceTree = "<group>";
   300 			usesTabs = 0;
   301 		};
   302 		27CFF4CC0F7E86E8000B418E /* MYUtilities */ = {
   303 			isa = PBXGroup;
   304 			children = (
   305 				27CFF4CD0F7E8726000B418E /* CollectionUtils.h */,
   306 				27CFF4CE0F7E8726000B418E /* CollectionUtils.m */,
   307 				27CFF4CF0F7E8726000B418E /* ExceptionUtils.h */,
   308 				27CFF4D00F7E8726000B418E /* ExceptionUtils.m */,
   309 				27CFF4D10F7E8726000B418E /* Logging.h */,
   310 				27CFF4D20F7E8726000B418E /* Logging.m */,
   311 				27CFF4D30F7E8726000B418E /* Test.h */,
   312 				27CFF4D40F7E8726000B418E /* Test.m */,
   313 				27CFF5740F7E999B000B418E /* MYErrorUtils.h */,
   314 				27CFF5750F7E999B000B418E /* MYErrorUtils.m */,
   315 				27CFF57C0F7EA117000B418E /* MYError_CSSMErrorDomain.strings */,
   316 			);
   317 			indentWidth = 4;
   318 			name = MYUtilities;
   319 			sourceTree = MYUtilities;
   320 			usesTabs = 0;
   321 		};
   322 		C6859EA2029092E104C91782 /* Documentation */ = {
   323 			isa = PBXGroup;
   324 			children = (
   325 			);
   326 			name = Documentation;
   327 			sourceTree = "<group>";
   328 		};
   329 /* End PBXGroup section */
   330 
   331 /* Begin PBXHeadersBuildPhase section */
   332 		2706F1A70F9D3C5F00292CCF /* Headers */ = {
   333 			isa = PBXHeadersBuildPhase;
   334 			buildActionMask = 2147483647;
   335 			files = (
   336 				2706F1AE0F9D3C7100292CCF /* MYCertificate.h in Headers */,
   337 				2706F1B00F9D3C7200292CCF /* MYCrypto+Cocoa.h in Headers */,
   338 				2706F1B20F9D3C7400292CCF /* MYCryptoConfig.h in Headers */,
   339 				2706F1B30F9D3C7600292CCF /* MYDigest.h in Headers */,
   340 				2706F1B50F9D3C7700292CCF /* MYIdentity.h in Headers */,
   341 				2706F1B70F9D3C7900292CCF /* MYKey.h in Headers */,
   342 				2706F1B90F9D3C7C00292CCF /* MYKeychain.h in Headers */,
   343 				2706F1BB0F9D3C7D00292CCF /* MYKeychainItem.h in Headers */,
   344 				2706F1BD0F9D3C7E00292CCF /* MYPrivateKey.h in Headers */,
   345 				2706F1BF0F9D3C8000292CCF /* MYPublicKey.h in Headers */,
   346 				2706F1C20F9D3C8200292CCF /* MYSymmetricKey.h in Headers */,
   347 				2706F1C40F9D3C8800292CCF /* MYCryptor.h in Headers */,
   348 				2706F1C60F9D3C8900292CCF /* MYDecoder.h in Headers */,
   349 				2706F1C80F9D3C8B00292CCF /* MYEncoder.h in Headers */,
   350 				27FEB3E70FBA63D200290049 /* MYCrypto.h in Headers */,
   351 				27B852F60FCF4EB7005631F9 /* MYASN1Object.h in Headers */,
   352 				27B852FE0FCF4ECB005631F9 /* MYOID.h in Headers */,
   353 				27B855270FD077A6005631F9 /* MYDEREncoder.h in Headers */,
   354 				270A7A730FD58FF200770C4D /* MYBERParser.h in Headers */,
   355 				275DA1270FD980D400D85A86 /* MYCertificateInfo.h in Headers */,
   356 			);
   357 			runOnlyForDeploymentPostprocessing = 0;
   358 		};
   359 /* End PBXHeadersBuildPhase section */
   360 
   361 /* Begin PBXNativeTarget section */
   362 		2706F1AA0F9D3C5F00292CCF /* Static Lib */ = {
   363 			isa = PBXNativeTarget;
   364 			buildConfigurationList = 2706F1CE0F9D3CDD00292CCF /* Build configuration list for PBXNativeTarget "Static Lib" */;
   365 			buildPhases = (
   366 				2706F1A70F9D3C5F00292CCF /* Headers */,
   367 				2706F1A80F9D3C5F00292CCF /* Sources */,
   368 				2706F1A90F9D3C5F00292CCF /* Frameworks */,
   369 			);
   370 			buildRules = (
   371 			);
   372 			dependencies = (
   373 			);
   374 			name = "Static Lib";
   375 			productName = "Static Lib";
   376 			productReference = 2706F1AB0F9D3C5F00292CCF /* libMYCrypto.a */;
   377 			productType = "com.apple.product-type.library.static";
   378 		};
   379 		8DD76F960486AA7600D96B5E /* MYCrypto */ = {
   380 			isa = PBXNativeTarget;
   381 			buildConfigurationList = 1DEB927408733DD40010E9CD /* Build configuration list for PBXNativeTarget "MYCrypto" */;
   382 			buildPhases = (
   383 				8DD76F990486AA7600D96B5E /* Sources */,
   384 				8DD76F9B0486AA7600D96B5E /* Frameworks */,
   385 				8DD76F9E0486AA7600D96B5E /* CopyFiles */,
   386 				27EAF0C60F8BD4ED0091AF95 /* ShellScript */,
   387 			);
   388 			buildRules = (
   389 			);
   390 			dependencies = (
   391 			);
   392 			name = MYCrypto;
   393 			productInstallPath = "$(HOME)/bin";
   394 			productName = MYCrypto;
   395 			productReference = 8DD76FA10486AA7600D96B5E /* MYCrypto */;
   396 			productType = "com.apple.product-type.tool";
   397 		};
   398 /* End PBXNativeTarget section */
   399 
   400 /* Begin PBXProject section */
   401 		08FB7793FE84155DC02AAC07 /* Project object */ = {
   402 			isa = PBXProject;
   403 			buildConfigurationList = 1DEB927808733DD40010E9CD /* Build configuration list for PBXProject "MYCrypto" */;
   404 			compatibilityVersion = "Xcode 3.1";
   405 			hasScannedForEncodings = 1;
   406 			mainGroup = 08FB7794FE84155DC02AAC07 /* MYCrypto */;
   407 			projectDirPath = "";
   408 			projectRoot = "";
   409 			targets = (
   410 				8DD76F960486AA7600D96B5E /* MYCrypto */,
   411 				2706F1AA0F9D3C5F00292CCF /* Static Lib */,
   412 			);
   413 		};
   414 /* End PBXProject section */
   415 
   416 /* Begin PBXShellScriptBuildPhase section */
   417 		27EAF0C60F8BD4ED0091AF95 /* ShellScript */ = {
   418 			isa = PBXShellScriptBuildPhase;
   419 			buildActionMask = 2147483647;
   420 			files = (
   421 			);
   422 			inputPaths = (
   423 			);
   424 			outputPaths = (
   425 			);
   426 			runOnlyForDeploymentPostprocessing = 0;
   427 			shellPath = /bin/sh;
   428 			shellScript = "if [ `which doxygen` ]; then\n  doxygen 2>&1 | sed s/Warning/warning/\nfi\n";
   429 			showEnvVarsInLog = 0;
   430 		};
   431 /* End PBXShellScriptBuildPhase section */
   432 
   433 /* Begin PBXSourcesBuildPhase section */
   434 		2706F1A80F9D3C5F00292CCF /* Sources */ = {
   435 			isa = PBXSourcesBuildPhase;
   436 			buildActionMask = 2147483647;
   437 			files = (
   438 				2706F1AF0F9D3C7100292CCF /* MYCertificate.m in Sources */,
   439 				2706F1B10F9D3C7300292CCF /* MYCrypto+Cocoa.m in Sources */,
   440 				2706F1B40F9D3C7700292CCF /* MYDigest.m in Sources */,
   441 				2706F1B60F9D3C7800292CCF /* MYIdentity.m in Sources */,
   442 				2706F1B80F9D3C7A00292CCF /* MYKey.m in Sources */,
   443 				2706F1BA0F9D3C7D00292CCF /* MYKeychain.m in Sources */,
   444 				2706F1BC0F9D3C7E00292CCF /* MYKeychainItem.m in Sources */,
   445 				2706F1BE0F9D3C7F00292CCF /* MYPrivateKey.m in Sources */,
   446 				2706F1C00F9D3C8000292CCF /* MYPublicKey.m in Sources */,
   447 				2706F1C10F9D3C8100292CCF /* MYSymmetricKey-iPhone.m in Sources */,
   448 				2706F1C30F9D3C8300292CCF /* MYSymmetricKey.m in Sources */,
   449 				2706F1C50F9D3C8900292CCF /* MYCryptor.m in Sources */,
   450 				2706F1C70F9D3C8A00292CCF /* MYDecoder.m in Sources */,
   451 				2706F1C90F9D3C8B00292CCF /* MYEncoder.m in Sources */,
   452 				27B852F70FCF4EB7005631F9 /* MYASN1Object.m in Sources */,
   453 				27B852FF0FCF4ECB005631F9 /* MYOID.m in Sources */,
   454 				27B855280FD077A7005631F9 /* MYDEREncoder.m in Sources */,
   455 				270A7A740FD58FF200770C4D /* MYBERParser.m in Sources */,
   456 				275DA1280FD980D400D85A86 /* MYCertificateInfo.m in Sources */,
   457 				27205C440FF2D88200C5E25B /* MYCertificateTest.m in Sources */,
   458 			);
   459 			runOnlyForDeploymentPostprocessing = 0;
   460 		};
   461 		8DD76F990486AA7600D96B5E /* Sources */ = {
   462 			isa = PBXSourcesBuildPhase;
   463 			buildActionMask = 2147483647;
   464 			files = (
   465 				27CFF4C10F7E8535000B418E /* MYCertificate.m in Sources */,
   466 				27CFF4C20F7E8535000B418E /* MYCryptor.m in Sources */,
   467 				27CFF4C30F7E8535000B418E /* MYKeychain.m in Sources */,
   468 				27CFF4C40F7E8535000B418E /* MYKeychainItem.m in Sources */,
   469 				27CFF4C70F7E8535000B418E /* MYPublicKey.m in Sources */,
   470 				27CFF4C80F7E8535000B418E /* MYDigest.m in Sources */,
   471 				27CFF4D50F7E8726000B418E /* CollectionUtils.m in Sources */,
   472 				27CFF4D60F7E8726000B418E /* ExceptionUtils.m in Sources */,
   473 				27CFF4D70F7E8726000B418E /* Logging.m in Sources */,
   474 				27CFF4D80F7E8726000B418E /* Test.m in Sources */,
   475 				27CFF5220F7E94DF000B418E /* MYCrypto_main.m in Sources */,
   476 				27CFF5760F7E999B000B418E /* MYErrorUtils.m in Sources */,
   477 				27A42CBF0F8578B40063D362 /* MYCryptoTest.m in Sources */,
   478 				27A42D1E0F8586CE0063D362 /* MYKey.m in Sources */,
   479 				27A42D420F858ED80063D362 /* MYSymmetricKey.m in Sources */,
   480 				270B879F0F8C565000C56781 /* MYPrivateKey.m in Sources */,
   481 				274863A20F8EF39400FE617B /* MYIdentity.m in Sources */,
   482 				27059D530F8F9BB500A8422F /* MYEncoder.m in Sources */,
   483 				27059D770F8FA23100A8422F /* MYCrypto+Cocoa.m in Sources */,
   484 				27059DE50F8FAF6500A8422F /* MYDecoder.m in Sources */,
   485 				27410FF00F99200A00AD413F /* MYSymmetricKey-iPhone.m in Sources */,
   486 				27B852F50FCF4EB7005631F9 /* MYASN1Object.m in Sources */,
   487 				27B853000FCF4ECB005631F9 /* MYOID.m in Sources */,
   488 				27B855290FD077A7005631F9 /* MYDEREncoder.m in Sources */,
   489 				270A7A750FD58FF200770C4D /* MYBERParser.m in Sources */,
   490 				275DA1290FD980D400D85A86 /* MYCertificateInfo.m in Sources */,
   491 				27205C450FF2D88200C5E25B /* MYCertificateTest.m in Sources */,
   492 			);
   493 			runOnlyForDeploymentPostprocessing = 0;
   494 		};
   495 /* End PBXSourcesBuildPhase section */
   496 
   497 /* Begin XCBuildConfiguration section */
   498 		1DEB927508733DD40010E9CD /* Debug */ = {
   499 			isa = XCBuildConfiguration;
   500 			buildSettings = {
   501 				COPY_PHASE_STRIP = NO;
   502 				INSTALL_PATH = /usr/local/bin;
   503 				PRODUCT_NAME = MYCrypto;
   504 			};
   505 			name = Debug;
   506 		};
   507 		1DEB927608733DD40010E9CD /* Release */ = {
   508 			isa = XCBuildConfiguration;
   509 			baseConfigurationReference = 27CFF5120F7E9212000B418E /* MYCrypto.xcconfig */;
   510 			buildSettings = {
   511 				INSTALL_PATH = /usr/local/bin;
   512 				PRODUCT_NAME = MYCrypto;
   513 			};
   514 			name = Release;
   515 		};
   516 		1DEB927908733DD40010E9CD /* Debug */ = {
   517 			isa = XCBuildConfiguration;
   518 			baseConfigurationReference = 27CFF5400F7E9653000B418E /* MYCrypto_Debug.xcconfig */;
   519 			buildSettings = {
   520 				ALWAYS_SEARCH_USER_PATHS = NO;
   521 				GCC_WARN_UNUSED_FUNCTION = NO;
   522 				HEADER_SEARCH_PATHS = "/Code/MYCrypto/**";
   523 			};
   524 			name = Debug;
   525 		};
   526 		1DEB927A08733DD40010E9CD /* Release */ = {
   527 			isa = XCBuildConfiguration;
   528 			baseConfigurationReference = 2748604D0F8D5C4C00FE617B /* MYCrypto_Release.xcconfig */;
   529 			buildSettings = {
   530 				ALWAYS_SEARCH_USER_PATHS = NO;
   531 				HEADER_SEARCH_PATHS = "/Code/MYCrypto/**";
   532 			};
   533 			name = Release;
   534 		};
   535 		2706F1AC0F9D3C6200292CCF /* Debug */ = {
   536 			isa = XCBuildConfiguration;
   537 			buildSettings = {
   538 				ALWAYS_SEARCH_USER_PATHS = NO;
   539 				COPY_PHASE_STRIP = NO;
   540 				INSTALL_PATH = /usr/local/lib;
   541 				PRODUCT_NAME = MYCrypto;
   542 			};
   543 			name = Debug;
   544 		};
   545 		2706F1AD0F9D3C6200292CCF /* Release */ = {
   546 			isa = XCBuildConfiguration;
   547 			buildSettings = {
   548 				ALWAYS_SEARCH_USER_PATHS = NO;
   549 				COPY_PHASE_STRIP = YES;
   550 				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
   551 				INSTALL_PATH = /usr/local/lib;
   552 				PRODUCT_NAME = MYCrypto;
   553 			};
   554 			name = Release;
   555 		};
   556 /* End XCBuildConfiguration section */
   557 
   558 /* Begin XCConfigurationList section */
   559 		1DEB927408733DD40010E9CD /* Build configuration list for PBXNativeTarget "MYCrypto" */ = {
   560 			isa = XCConfigurationList;
   561 			buildConfigurations = (
   562 				1DEB927508733DD40010E9CD /* Debug */,
   563 				1DEB927608733DD40010E9CD /* Release */,
   564 			);
   565 			defaultConfigurationIsVisible = 0;
   566 			defaultConfigurationName = Release;
   567 		};
   568 		1DEB927808733DD40010E9CD /* Build configuration list for PBXProject "MYCrypto" */ = {
   569 			isa = XCConfigurationList;
   570 			buildConfigurations = (
   571 				1DEB927908733DD40010E9CD /* Debug */,
   572 				1DEB927A08733DD40010E9CD /* Release */,
   573 			);
   574 			defaultConfigurationIsVisible = 0;
   575 			defaultConfigurationName = Release;
   576 		};
   577 		2706F1CE0F9D3CDD00292CCF /* Build configuration list for PBXNativeTarget "Static Lib" */ = {
   578 			isa = XCConfigurationList;
   579 			buildConfigurations = (
   580 				2706F1AC0F9D3C6200292CCF /* Debug */,
   581 				2706F1AD0F9D3C6200292CCF /* Release */,
   582 			);
   583 			defaultConfigurationIsVisible = 0;
   584 			defaultConfigurationName = Release;
   585 		};
   586 /* End XCConfigurationList section */
   587 	};
   588 	rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
   589 }