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