MYCrypto.xcodeproj/project.pbxproj
author Jens Alfke <jens@mooseyard.com>
Wed Jul 01 14:19:13 2009 -0700 (2009-07-01)
changeset 26 d9c2a06d4e4e
parent 21 2c300b15b381
child 27 d0aadddb9c64
permissions -rw-r--r--
Whew, lots and lots of changes accumulated over the past few weeks. Mostly fixes for bugs I discovered while retrofitting Cloudy to use MYCrypto.
     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; 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 			name = Source;
   231 			sourceTree = "<group>";
   232 		};
   233 		08FB779DFE84155DC02AAC07 /* External Frameworks and Libraries */ = {
   234 			isa = PBXGroup;
   235 			children = (
   236 				08FB779EFE84155DC02AAC07 /* Foundation.framework */,
   237 			);
   238 			name = "External Frameworks and Libraries";
   239 			sourceTree = "<group>";
   240 		};
   241 		1AB674ADFE9D54B511CA2CBB /* Products */ = {
   242 			isa = PBXGroup;
   243 			children = (
   244 				8DD76FA10486AA7600D96B5E /* MYCrypto */,
   245 				2706F1AB0F9D3C5F00292CCF /* libMYCrypto.a */,
   246 			);
   247 			name = Products;
   248 			sourceTree = "<group>";
   249 		};
   250 		27059D4E0F8F9B9E00A8422F /* Encryption */ = {
   251 			isa = PBXGroup;
   252 			children = (
   253 				27059D4F0F8F9BB500A8422F /* MYEncoder.h */,
   254 				27059D500F8F9BB500A8422F /* MYEncoder.m */,
   255 				27059D510F8F9BB500A8422F /* MYDecoder.h */,
   256 				27059D520F8F9BB500A8422F /* MYDecoder.m */,
   257 				27CFF4B30F7E8535000B418E /* MYCryptor.h */,
   258 				27CFF4B40F7E8535000B418E /* MYCryptor.m */,
   259 			);
   260 			name = Encryption;
   261 			sourceTree = "<group>";
   262 		};
   263 		270B881C0F8D055A00C56781 /* Internal */ = {
   264 			isa = PBXGroup;
   265 			children = (
   266 				27CFF4BE0F7E8535000B418E /* MYCrypto_Private.h */,
   267 				27A42CBE0F8578B40063D362 /* MYCryptoTest.m */,
   268 				27CFF5210F7E94DF000B418E /* MYCrypto_main.m */,
   269 				27CFF5120F7E9212000B418E /* MYCrypto.xcconfig */,
   270 				27CFF5400F7E9653000B418E /* MYCrypto_Debug.xcconfig */,
   271 				2748604D0F8D5C4C00FE617B /* MYCrypto_Release.xcconfig */,
   272 			);
   273 			name = Internal;
   274 			sourceTree = "<group>";
   275 		};
   276 		274861440F8D757600FE617B /* Certificates */ = {
   277 			isa = PBXGroup;
   278 			children = (
   279 				275DA1250FD980D400D85A86 /* MYCertificateInfo.h */,
   280 				275DA1260FD980D400D85A86 /* MYCertificateInfo.m */,
   281 				27205C430FF2D88200C5E25B /* MYCertificateTest.m */,
   282 				27B852F30FCF4EB6005631F9 /* MYASN1Object.h */,
   283 				27B852F40FCF4EB7005631F9 /* MYASN1Object.m */,
   284 				270A7A710FD58FF200770C4D /* MYBERParser.h */,
   285 				270A7A720FD58FF200770C4D /* MYBERParser.m */,
   286 				27B855250FD077A6005631F9 /* MYDEREncoder.h */,
   287 				27B855260FD077A6005631F9 /* MYDEREncoder.m */,
   288 				27B852FC0FCF4ECB005631F9 /* MYOID.h */,
   289 				27B852FD0FCF4ECB005631F9 /* MYOID.m */,
   290 			);
   291 			name = Certificates;
   292 			sourceTree = "<group>";
   293 		};
   294 		27CFF4CC0F7E86E8000B418E /* MYUtilities */ = {
   295 			isa = PBXGroup;
   296 			children = (
   297 				27CFF4CD0F7E8726000B418E /* CollectionUtils.h */,
   298 				27CFF4CE0F7E8726000B418E /* CollectionUtils.m */,
   299 				27CFF4CF0F7E8726000B418E /* ExceptionUtils.h */,
   300 				27CFF4D00F7E8726000B418E /* ExceptionUtils.m */,
   301 				27CFF4D10F7E8726000B418E /* Logging.h */,
   302 				27CFF4D20F7E8726000B418E /* Logging.m */,
   303 				27CFF4D30F7E8726000B418E /* Test.h */,
   304 				27CFF4D40F7E8726000B418E /* Test.m */,
   305 				27CFF5740F7E999B000B418E /* MYErrorUtils.h */,
   306 				27CFF5750F7E999B000B418E /* MYErrorUtils.m */,
   307 				27CFF57C0F7EA117000B418E /* MYError_CSSMErrorDomain.strings */,
   308 			);
   309 			name = MYUtilities;
   310 			sourceTree = MYUtilities;
   311 		};
   312 		C6859EA2029092E104C91782 /* Documentation */ = {
   313 			isa = PBXGroup;
   314 			children = (
   315 			);
   316 			name = Documentation;
   317 			sourceTree = "<group>";
   318 		};
   319 /* End PBXGroup section */
   320 
   321 /* Begin PBXHeadersBuildPhase section */
   322 		2706F1A70F9D3C5F00292CCF /* Headers */ = {
   323 			isa = PBXHeadersBuildPhase;
   324 			buildActionMask = 2147483647;
   325 			files = (
   326 				2706F1AE0F9D3C7100292CCF /* MYCertificate.h in Headers */,
   327 				2706F1B00F9D3C7200292CCF /* MYCrypto+Cocoa.h in Headers */,
   328 				2706F1B20F9D3C7400292CCF /* MYCryptoConfig.h in Headers */,
   329 				2706F1B30F9D3C7600292CCF /* MYDigest.h in Headers */,
   330 				2706F1B50F9D3C7700292CCF /* MYIdentity.h in Headers */,
   331 				2706F1B70F9D3C7900292CCF /* MYKey.h in Headers */,
   332 				2706F1B90F9D3C7C00292CCF /* MYKeychain.h in Headers */,
   333 				2706F1BB0F9D3C7D00292CCF /* MYKeychainItem.h in Headers */,
   334 				2706F1BD0F9D3C7E00292CCF /* MYPrivateKey.h in Headers */,
   335 				2706F1BF0F9D3C8000292CCF /* MYPublicKey.h in Headers */,
   336 				2706F1C20F9D3C8200292CCF /* MYSymmetricKey.h in Headers */,
   337 				2706F1C40F9D3C8800292CCF /* MYCryptor.h in Headers */,
   338 				2706F1C60F9D3C8900292CCF /* MYDecoder.h in Headers */,
   339 				2706F1C80F9D3C8B00292CCF /* MYEncoder.h in Headers */,
   340 				27FEB3E70FBA63D200290049 /* MYCrypto.h in Headers */,
   341 				27B852F60FCF4EB7005631F9 /* MYASN1Object.h in Headers */,
   342 				27B852FE0FCF4ECB005631F9 /* MYOID.h in Headers */,
   343 				27B855270FD077A6005631F9 /* MYDEREncoder.h in Headers */,
   344 				270A7A730FD58FF200770C4D /* MYBERParser.h in Headers */,
   345 				275DA1270FD980D400D85A86 /* MYCertificateInfo.h in Headers */,
   346 			);
   347 			runOnlyForDeploymentPostprocessing = 0;
   348 		};
   349 /* End PBXHeadersBuildPhase section */
   350 
   351 /* Begin PBXNativeTarget section */
   352 		2706F1AA0F9D3C5F00292CCF /* Static Lib */ = {
   353 			isa = PBXNativeTarget;
   354 			buildConfigurationList = 2706F1CE0F9D3CDD00292CCF /* Build configuration list for PBXNativeTarget "Static Lib" */;
   355 			buildPhases = (
   356 				2706F1A70F9D3C5F00292CCF /* Headers */,
   357 				2706F1A80F9D3C5F00292CCF /* Sources */,
   358 				2706F1A90F9D3C5F00292CCF /* Frameworks */,
   359 			);
   360 			buildRules = (
   361 			);
   362 			dependencies = (
   363 			);
   364 			name = "Static Lib";
   365 			productName = "Static Lib";
   366 			productReference = 2706F1AB0F9D3C5F00292CCF /* libMYCrypto.a */;
   367 			productType = "com.apple.product-type.library.static";
   368 		};
   369 		8DD76F960486AA7600D96B5E /* MYCrypto */ = {
   370 			isa = PBXNativeTarget;
   371 			buildConfigurationList = 1DEB927408733DD40010E9CD /* Build configuration list for PBXNativeTarget "MYCrypto" */;
   372 			buildPhases = (
   373 				8DD76F990486AA7600D96B5E /* Sources */,
   374 				8DD76F9B0486AA7600D96B5E /* Frameworks */,
   375 				8DD76F9E0486AA7600D96B5E /* CopyFiles */,
   376 				27EAF0C60F8BD4ED0091AF95 /* ShellScript */,
   377 			);
   378 			buildRules = (
   379 			);
   380 			dependencies = (
   381 			);
   382 			name = MYCrypto;
   383 			productInstallPath = "$(HOME)/bin";
   384 			productName = MYCrypto;
   385 			productReference = 8DD76FA10486AA7600D96B5E /* MYCrypto */;
   386 			productType = "com.apple.product-type.tool";
   387 		};
   388 /* End PBXNativeTarget section */
   389 
   390 /* Begin PBXProject section */
   391 		08FB7793FE84155DC02AAC07 /* Project object */ = {
   392 			isa = PBXProject;
   393 			buildConfigurationList = 1DEB927808733DD40010E9CD /* Build configuration list for PBXProject "MYCrypto" */;
   394 			compatibilityVersion = "Xcode 3.1";
   395 			hasScannedForEncodings = 1;
   396 			mainGroup = 08FB7794FE84155DC02AAC07 /* MYCrypto */;
   397 			projectDirPath = "";
   398 			projectRoot = "";
   399 			targets = (
   400 				8DD76F960486AA7600D96B5E /* MYCrypto */,
   401 				2706F1AA0F9D3C5F00292CCF /* Static Lib */,
   402 			);
   403 		};
   404 /* End PBXProject section */
   405 
   406 /* Begin PBXShellScriptBuildPhase section */
   407 		27EAF0C60F8BD4ED0091AF95 /* ShellScript */ = {
   408 			isa = PBXShellScriptBuildPhase;
   409 			buildActionMask = 2147483647;
   410 			files = (
   411 			);
   412 			inputPaths = (
   413 			);
   414 			outputPaths = (
   415 			);
   416 			runOnlyForDeploymentPostprocessing = 0;
   417 			shellPath = /bin/sh;
   418 			shellScript = "if [ `which doxygen` ]; then\n  doxygen 2>&1 | sed s/Warning/warning/\nfi\n";
   419 			showEnvVarsInLog = 0;
   420 		};
   421 /* End PBXShellScriptBuildPhase section */
   422 
   423 /* Begin PBXSourcesBuildPhase section */
   424 		2706F1A80F9D3C5F00292CCF /* Sources */ = {
   425 			isa = PBXSourcesBuildPhase;
   426 			buildActionMask = 2147483647;
   427 			files = (
   428 				2706F1AF0F9D3C7100292CCF /* MYCertificate.m in Sources */,
   429 				2706F1B10F9D3C7300292CCF /* MYCrypto+Cocoa.m in Sources */,
   430 				2706F1B40F9D3C7700292CCF /* MYDigest.m in Sources */,
   431 				2706F1B60F9D3C7800292CCF /* MYIdentity.m in Sources */,
   432 				2706F1B80F9D3C7A00292CCF /* MYKey.m in Sources */,
   433 				2706F1BA0F9D3C7D00292CCF /* MYKeychain.m in Sources */,
   434 				2706F1BC0F9D3C7E00292CCF /* MYKeychainItem.m in Sources */,
   435 				2706F1BE0F9D3C7F00292CCF /* MYPrivateKey.m in Sources */,
   436 				2706F1C00F9D3C8000292CCF /* MYPublicKey.m in Sources */,
   437 				2706F1C10F9D3C8100292CCF /* MYSymmetricKey-iPhone.m in Sources */,
   438 				2706F1C30F9D3C8300292CCF /* MYSymmetricKey.m in Sources */,
   439 				2706F1C50F9D3C8900292CCF /* MYCryptor.m in Sources */,
   440 				2706F1C70F9D3C8A00292CCF /* MYDecoder.m in Sources */,
   441 				2706F1C90F9D3C8B00292CCF /* MYEncoder.m in Sources */,
   442 				27B852F70FCF4EB7005631F9 /* MYASN1Object.m in Sources */,
   443 				27B852FF0FCF4ECB005631F9 /* MYOID.m in Sources */,
   444 				27B855280FD077A7005631F9 /* MYDEREncoder.m in Sources */,
   445 				270A7A740FD58FF200770C4D /* MYBERParser.m in Sources */,
   446 				275DA1280FD980D400D85A86 /* MYCertificateInfo.m in Sources */,
   447 				27205C440FF2D88200C5E25B /* MYCertificateTest.m in Sources */,
   448 			);
   449 			runOnlyForDeploymentPostprocessing = 0;
   450 		};
   451 		8DD76F990486AA7600D96B5E /* Sources */ = {
   452 			isa = PBXSourcesBuildPhase;
   453 			buildActionMask = 2147483647;
   454 			files = (
   455 				27CFF4C10F7E8535000B418E /* MYCertificate.m in Sources */,
   456 				27CFF4C20F7E8535000B418E /* MYCryptor.m in Sources */,
   457 				27CFF4C30F7E8535000B418E /* MYKeychain.m in Sources */,
   458 				27CFF4C40F7E8535000B418E /* MYKeychainItem.m in Sources */,
   459 				27CFF4C70F7E8535000B418E /* MYPublicKey.m in Sources */,
   460 				27CFF4C80F7E8535000B418E /* MYDigest.m in Sources */,
   461 				27CFF4D50F7E8726000B418E /* CollectionUtils.m in Sources */,
   462 				27CFF4D60F7E8726000B418E /* ExceptionUtils.m in Sources */,
   463 				27CFF4D70F7E8726000B418E /* Logging.m in Sources */,
   464 				27CFF4D80F7E8726000B418E /* Test.m in Sources */,
   465 				27CFF5220F7E94DF000B418E /* MYCrypto_main.m in Sources */,
   466 				27CFF5760F7E999B000B418E /* MYErrorUtils.m in Sources */,
   467 				27A42CBF0F8578B40063D362 /* MYCryptoTest.m in Sources */,
   468 				27A42D1E0F8586CE0063D362 /* MYKey.m in Sources */,
   469 				27A42D420F858ED80063D362 /* MYSymmetricKey.m in Sources */,
   470 				270B879F0F8C565000C56781 /* MYPrivateKey.m in Sources */,
   471 				274863A20F8EF39400FE617B /* MYIdentity.m in Sources */,
   472 				27059D530F8F9BB500A8422F /* MYEncoder.m in Sources */,
   473 				27059D770F8FA23100A8422F /* MYCrypto+Cocoa.m in Sources */,
   474 				27059DE50F8FAF6500A8422F /* MYDecoder.m in Sources */,
   475 				27410FF00F99200A00AD413F /* MYSymmetricKey-iPhone.m in Sources */,
   476 				27B852F50FCF4EB7005631F9 /* MYASN1Object.m in Sources */,
   477 				27B853000FCF4ECB005631F9 /* MYOID.m in Sources */,
   478 				27B855290FD077A7005631F9 /* MYDEREncoder.m in Sources */,
   479 				270A7A750FD58FF200770C4D /* MYBERParser.m in Sources */,
   480 				275DA1290FD980D400D85A86 /* MYCertificateInfo.m in Sources */,
   481 				27205C450FF2D88200C5E25B /* MYCertificateTest.m in Sources */,
   482 			);
   483 			runOnlyForDeploymentPostprocessing = 0;
   484 		};
   485 /* End PBXSourcesBuildPhase section */
   486 
   487 /* Begin XCBuildConfiguration section */
   488 		1DEB927508733DD40010E9CD /* Debug */ = {
   489 			isa = XCBuildConfiguration;
   490 			buildSettings = {
   491 				COPY_PHASE_STRIP = NO;
   492 				INSTALL_PATH = /usr/local/bin;
   493 				PRODUCT_NAME = MYCrypto;
   494 			};
   495 			name = Debug;
   496 		};
   497 		1DEB927608733DD40010E9CD /* Release */ = {
   498 			isa = XCBuildConfiguration;
   499 			baseConfigurationReference = 27CFF5120F7E9212000B418E /* MYCrypto.xcconfig */;
   500 			buildSettings = {
   501 				INSTALL_PATH = /usr/local/bin;
   502 				PRODUCT_NAME = MYCrypto;
   503 			};
   504 			name = Release;
   505 		};
   506 		1DEB927908733DD40010E9CD /* Debug */ = {
   507 			isa = XCBuildConfiguration;
   508 			baseConfigurationReference = 27CFF5400F7E9653000B418E /* MYCrypto_Debug.xcconfig */;
   509 			buildSettings = {
   510 				ALWAYS_SEARCH_USER_PATHS = NO;
   511 				GCC_WARN_UNUSED_FUNCTION = NO;
   512 				HEADER_SEARCH_PATHS = "/Code/MYCrypto/**";
   513 			};
   514 			name = Debug;
   515 		};
   516 		1DEB927A08733DD40010E9CD /* Release */ = {
   517 			isa = XCBuildConfiguration;
   518 			baseConfigurationReference = 2748604D0F8D5C4C00FE617B /* MYCrypto_Release.xcconfig */;
   519 			buildSettings = {
   520 				ALWAYS_SEARCH_USER_PATHS = NO;
   521 				HEADER_SEARCH_PATHS = "/Code/MYCrypto/**";
   522 			};
   523 			name = Release;
   524 		};
   525 		2706F1AC0F9D3C6200292CCF /* Debug */ = {
   526 			isa = XCBuildConfiguration;
   527 			buildSettings = {
   528 				ALWAYS_SEARCH_USER_PATHS = NO;
   529 				COPY_PHASE_STRIP = NO;
   530 				INSTALL_PATH = /usr/local/lib;
   531 				PRODUCT_NAME = MYCrypto;
   532 			};
   533 			name = Debug;
   534 		};
   535 		2706F1AD0F9D3C6200292CCF /* Release */ = {
   536 			isa = XCBuildConfiguration;
   537 			buildSettings = {
   538 				ALWAYS_SEARCH_USER_PATHS = NO;
   539 				COPY_PHASE_STRIP = YES;
   540 				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
   541 				INSTALL_PATH = /usr/local/lib;
   542 				PRODUCT_NAME = MYCrypto;
   543 			};
   544 			name = Release;
   545 		};
   546 /* End XCBuildConfiguration section */
   547 
   548 /* Begin XCConfigurationList section */
   549 		1DEB927408733DD40010E9CD /* Build configuration list for PBXNativeTarget "MYCrypto" */ = {
   550 			isa = XCConfigurationList;
   551 			buildConfigurations = (
   552 				1DEB927508733DD40010E9CD /* Debug */,
   553 				1DEB927608733DD40010E9CD /* Release */,
   554 			);
   555 			defaultConfigurationIsVisible = 0;
   556 			defaultConfigurationName = Release;
   557 		};
   558 		1DEB927808733DD40010E9CD /* Build configuration list for PBXProject "MYCrypto" */ = {
   559 			isa = XCConfigurationList;
   560 			buildConfigurations = (
   561 				1DEB927908733DD40010E9CD /* Debug */,
   562 				1DEB927A08733DD40010E9CD /* Release */,
   563 			);
   564 			defaultConfigurationIsVisible = 0;
   565 			defaultConfigurationName = Release;
   566 		};
   567 		2706F1CE0F9D3CDD00292CCF /* Build configuration list for PBXNativeTarget "Static Lib" */ = {
   568 			isa = XCConfigurationList;
   569 			buildConfigurations = (
   570 				2706F1AC0F9D3C6200292CCF /* Debug */,
   571 				2706F1AD0F9D3C6200292CCF /* Release */,
   572 			);
   573 			defaultConfigurationIsVisible = 0;
   574 			defaultConfigurationName = Release;
   575 		};
   576 /* End XCConfigurationList section */
   577 	};
   578 	rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
   579 }