MYCrypto.xcodeproj/project.pbxproj
author snej@snej.local
Sun Apr 19 00:01:41 2009 -0700 (2009-04-19)
changeset 13 6fd9177eb6da
parent 12 e4c971be4079
child 16 c409dbc4f068
permissions -rw-r--r--
Implemented wrap/unwrap of session key using a key-pair.
     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 		270B879F0F8C565000C56781 /* MYPrivateKey.m in Sources */ = {isa = PBXBuildFile; fileRef = 270B879E0F8C565000C56781 /* MYPrivateKey.m */; };
    15 		27410FF00F99200A00AD413F /* MYSymmetricKey-iPhone.m in Sources */ = {isa = PBXBuildFile; fileRef = 27410FEF0F99200A00AD413F /* MYSymmetricKey-iPhone.m */; };
    16 		274861D50F8E4B5200FE617B /* MYCertGen.m in Sources */ = {isa = PBXBuildFile; fileRef = 27A42ECD0F8689D30063D362 /* MYCertGen.m */; };
    17 		274863A20F8EF39400FE617B /* MYIdentity.m in Sources */ = {isa = PBXBuildFile; fileRef = 274863A10F8EF39400FE617B /* MYIdentity.m */; };
    18 		27A42CBF0F8578B40063D362 /* MYCryptoTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 27A42CBE0F8578B40063D362 /* MYCryptoTest.m */; };
    19 		27A42D1E0F8586CE0063D362 /* MYKey.m in Sources */ = {isa = PBXBuildFile; fileRef = 27E822A10F81C5660019BE60 /* MYKey.m */; };
    20 		27A42D420F858ED80063D362 /* MYSymmetricKey.m in Sources */ = {isa = PBXBuildFile; fileRef = 27A42D410F858ED80063D362 /* MYSymmetricKey.m */; };
    21 		27CFF4C10F7E8535000B418E /* MYCertificate.m in Sources */ = {isa = PBXBuildFile; fileRef = 27CFF4B20F7E8535000B418E /* MYCertificate.m */; };
    22 		27CFF4C20F7E8535000B418E /* MYCryptor.m in Sources */ = {isa = PBXBuildFile; fileRef = 27CFF4B40F7E8535000B418E /* MYCryptor.m */; };
    23 		27CFF4C30F7E8535000B418E /* MYKeychain.m in Sources */ = {isa = PBXBuildFile; fileRef = 27CFF4B60F7E8535000B418E /* MYKeychain.m */; };
    24 		27CFF4C40F7E8535000B418E /* MYKeychainItem.m in Sources */ = {isa = PBXBuildFile; fileRef = 27CFF4B80F7E8535000B418E /* MYKeychainItem.m */; };
    25 		27CFF4C70F7E8535000B418E /* MYPublicKey.m in Sources */ = {isa = PBXBuildFile; fileRef = 27CFF4BD0F7E8535000B418E /* MYPublicKey.m */; };
    26 		27CFF4C80F7E8535000B418E /* MYDigest.m in Sources */ = {isa = PBXBuildFile; fileRef = 27CFF4C00F7E8535000B418E /* MYDigest.m */; };
    27 		27CFF4D50F7E8726000B418E /* CollectionUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 27CFF4CE0F7E8726000B418E /* CollectionUtils.m */; };
    28 		27CFF4D60F7E8726000B418E /* ExceptionUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 27CFF4D00F7E8726000B418E /* ExceptionUtils.m */; };
    29 		27CFF4D70F7E8726000B418E /* Logging.m in Sources */ = {isa = PBXBuildFile; fileRef = 27CFF4D20F7E8726000B418E /* Logging.m */; };
    30 		27CFF4D80F7E8726000B418E /* Test.m in Sources */ = {isa = PBXBuildFile; fileRef = 27CFF4D40F7E8726000B418E /* Test.m */; };
    31 		27CFF51F0F7E94AE000B418E /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 27CFF51E0F7E94AE000B418E /* Security.framework */; };
    32 		27CFF5220F7E94DF000B418E /* MYCrypto_main.m in Sources */ = {isa = PBXBuildFile; fileRef = 27CFF5210F7E94DF000B418E /* MYCrypto_main.m */; };
    33 		27CFF5760F7E999B000B418E /* MYErrorUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 27CFF5750F7E999B000B418E /* MYErrorUtils.m */; };
    34 		27E820720F7EA6260019BE60 /* CoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 27E820710F7EA6260019BE60 /* CoreServices.framework */; };
    35 		8DD76F9C0486AA7600D96B5E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 08FB779EFE84155DC02AAC07 /* Foundation.framework */; };
    36 /* End PBXBuildFile section */
    37 
    38 /* Begin PBXCopyFilesBuildPhase section */
    39 		8DD76F9E0486AA7600D96B5E /* CopyFiles */ = {
    40 			isa = PBXCopyFilesBuildPhase;
    41 			buildActionMask = 8;
    42 			dstPath = /usr/share/man/man1/;
    43 			dstSubfolderSpec = 0;
    44 			files = (
    45 			);
    46 			runOnlyForDeploymentPostprocessing = 1;
    47 		};
    48 /* End PBXCopyFilesBuildPhase section */
    49 
    50 /* Begin PBXFileReference section */
    51 		08FB779EFE84155DC02AAC07 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
    52 		27059D4F0F8F9BB500A8422F /* MYEncoder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYEncoder.h; sourceTree = "<group>"; };
    53 		27059D500F8F9BB500A8422F /* MYEncoder.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYEncoder.m; sourceTree = "<group>"; };
    54 		27059D510F8F9BB500A8422F /* MYDecoder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYDecoder.h; sourceTree = "<group>"; };
    55 		27059D520F8F9BB500A8422F /* MYDecoder.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYDecoder.m; sourceTree = "<group>"; };
    56 		27059D750F8FA23100A8422F /* MYCrypto+Cocoa.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "MYCrypto+Cocoa.h"; sourceTree = "<group>"; };
    57 		27059D760F8FA23100A8422F /* MYCrypto+Cocoa.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "MYCrypto+Cocoa.m"; sourceTree = "<group>"; };
    58 		27059D830F8FA82500A8422F /* SecurityInterface.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SecurityInterface.framework; path = /System/Library/Frameworks/SecurityInterface.framework; sourceTree = "<absolute>"; };
    59 		270B879D0F8C565000C56781 /* MYPrivateKey.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYPrivateKey.h; sourceTree = "<group>"; };
    60 		270B879E0F8C565000C56781 /* MYPrivateKey.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYPrivateKey.m; sourceTree = "<group>"; };
    61 		27410FEF0F99200A00AD413F /* MYSymmetricKey-iPhone.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "MYSymmetricKey-iPhone.m"; sourceTree = "<group>"; };
    62 		2748604D0F8D5C4C00FE617B /* MYCrypto_Release.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = MYCrypto_Release.xcconfig; sourceTree = "<group>"; };
    63 		274863A00F8EF39400FE617B /* MYIdentity.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYIdentity.h; sourceTree = "<group>"; };
    64 		274863A10F8EF39400FE617B /* MYIdentity.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYIdentity.m; sourceTree = "<group>"; };
    65 		27A42CBE0F8578B40063D362 /* MYCryptoTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYCryptoTest.m; sourceTree = "<group>"; };
    66 		27A42D400F858ED80063D362 /* MYSymmetricKey.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYSymmetricKey.h; sourceTree = "<group>"; };
    67 		27A42D410F858ED80063D362 /* MYSymmetricKey.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYSymmetricKey.m; sourceTree = "<group>"; };
    68 		27A42ECC0F8689D30063D362 /* MYCertGen.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYCertGen.h; sourceTree = "<group>"; };
    69 		27A42ECD0F8689D30063D362 /* MYCertGen.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYCertGen.m; sourceTree = "<group>"; };
    70 		27AAD97B0F892A0D0064DD7C /* MYCryptoConfig.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYCryptoConfig.h; sourceTree = "<group>"; };
    71 		27CFF4B10F7E8535000B418E /* MYCertificate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYCertificate.h; sourceTree = "<group>"; };
    72 		27CFF4B20F7E8535000B418E /* MYCertificate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYCertificate.m; sourceTree = "<group>"; };
    73 		27CFF4B30F7E8535000B418E /* MYCryptor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYCryptor.h; sourceTree = "<group>"; };
    74 		27CFF4B40F7E8535000B418E /* MYCryptor.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYCryptor.m; sourceTree = "<group>"; };
    75 		27CFF4B50F7E8535000B418E /* MYKeychain.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYKeychain.h; sourceTree = "<group>"; };
    76 		27CFF4B60F7E8535000B418E /* MYKeychain.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYKeychain.m; sourceTree = "<group>"; };
    77 		27CFF4B70F7E8535000B418E /* MYKeychainItem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYKeychainItem.h; sourceTree = "<group>"; };
    78 		27CFF4B80F7E8535000B418E /* MYKeychainItem.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYKeychainItem.m; sourceTree = "<group>"; };
    79 		27CFF4BC0F7E8535000B418E /* MYPublicKey.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYPublicKey.h; sourceTree = "<group>"; };
    80 		27CFF4BD0F7E8535000B418E /* MYPublicKey.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYPublicKey.m; sourceTree = "<group>"; };
    81 		27CFF4BE0F7E8535000B418E /* MYCrypto_Private.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYCrypto_Private.h; sourceTree = "<group>"; };
    82 		27CFF4BF0F7E8535000B418E /* MYDigest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYDigest.h; sourceTree = "<group>"; };
    83 		27CFF4C00F7E8535000B418E /* MYDigest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYDigest.m; sourceTree = "<group>"; };
    84 		27CFF4CD0F7E8726000B418E /* CollectionUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CollectionUtils.h; path = ../MYUtilities/CollectionUtils.h; sourceTree = SOURCE_ROOT; };
    85 		27CFF4CE0F7E8726000B418E /* CollectionUtils.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CollectionUtils.m; path = ../MYUtilities/CollectionUtils.m; sourceTree = SOURCE_ROOT; };
    86 		27CFF4CF0F7E8726000B418E /* ExceptionUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ExceptionUtils.h; path = ../MYUtilities/ExceptionUtils.h; sourceTree = SOURCE_ROOT; };
    87 		27CFF4D00F7E8726000B418E /* ExceptionUtils.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ExceptionUtils.m; path = ../MYUtilities/ExceptionUtils.m; sourceTree = SOURCE_ROOT; };
    88 		27CFF4D10F7E8726000B418E /* Logging.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Logging.h; path = ../MYUtilities/Logging.h; sourceTree = SOURCE_ROOT; };
    89 		27CFF4D20F7E8726000B418E /* Logging.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = Logging.m; path = ../MYUtilities/Logging.m; sourceTree = SOURCE_ROOT; };
    90 		27CFF4D30F7E8726000B418E /* Test.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Test.h; path = ../MYUtilities/Test.h; sourceTree = SOURCE_ROOT; };
    91 		27CFF4D40F7E8726000B418E /* Test.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = Test.m; path = ../MYUtilities/Test.m; sourceTree = SOURCE_ROOT; };
    92 		27CFF5120F7E9212000B418E /* MYCrypto.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = MYCrypto.xcconfig; sourceTree = "<group>"; };
    93 		27CFF51E0F7E94AE000B418E /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = System/Library/Frameworks/Security.framework; sourceTree = SDKROOT; };
    94 		27CFF5210F7E94DF000B418E /* MYCrypto_main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYCrypto_main.m; sourceTree = "<group>"; };
    95 		27CFF5400F7E9653000B418E /* MYCrypto_Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = MYCrypto_Debug.xcconfig; sourceTree = "<group>"; };
    96 		27CFF5740F7E999B000B418E /* MYErrorUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYErrorUtils.h; sourceTree = "<group>"; };
    97 		27CFF5750F7E999B000B418E /* MYErrorUtils.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYErrorUtils.m; sourceTree = "<group>"; };
    98 		27CFF57C0F7EA117000B418E /* MYError_CSSMErrorDomain.strings */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; path = MYError_CSSMErrorDomain.strings; sourceTree = "<group>"; };
    99 		27E820710F7EA6260019BE60 /* CoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreServices.framework; path = System/Library/Frameworks/CoreServices.framework; sourceTree = SDKROOT; };
   100 		27E822A00F81C5660019BE60 /* MYKey.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYKey.h; sourceTree = "<group>"; };
   101 		27E822A10F81C5660019BE60 /* MYKey.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYKey.m; sourceTree = "<group>"; };
   102 		27EAF0390F8B2D700091AF95 /* README.textile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.textile; sourceTree = "<group>"; };
   103 		8DD76FA10486AA7600D96B5E /* MYCrypto */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = MYCrypto; sourceTree = BUILT_PRODUCTS_DIR; };
   104 /* End PBXFileReference section */
   105 
   106 /* Begin PBXFrameworksBuildPhase section */
   107 		8DD76F9B0486AA7600D96B5E /* Frameworks */ = {
   108 			isa = PBXFrameworksBuildPhase;
   109 			buildActionMask = 2147483647;
   110 			files = (
   111 				8DD76F9C0486AA7600D96B5E /* Foundation.framework in Frameworks */,
   112 				27CFF51F0F7E94AE000B418E /* Security.framework in Frameworks */,
   113 				27E820720F7EA6260019BE60 /* CoreServices.framework in Frameworks */,
   114 				27059D840F8FA82500A8422F /* SecurityInterface.framework in Frameworks */,
   115 			);
   116 			runOnlyForDeploymentPostprocessing = 0;
   117 		};
   118 /* End PBXFrameworksBuildPhase section */
   119 
   120 /* Begin PBXGroup section */
   121 		08FB7794FE84155DC02AAC07 /* MYCrypto */ = {
   122 			isa = PBXGroup;
   123 			children = (
   124 				08FB7795FE84155DC02AAC07 /* Source */,
   125 				27059D4E0F8F9B9E00A8422F /* Encryption */,
   126 				274861440F8D757600FE617B /* Certificate Generation */,
   127 				270B881C0F8D055A00C56781 /* Internal */,
   128 				27CFF4CC0F7E86E8000B418E /* MYUtilities */,
   129 				C6859EA2029092E104C91782 /* Documentation */,
   130 				08FB779DFE84155DC02AAC07 /* External Frameworks and Libraries */,
   131 				1AB674ADFE9D54B511CA2CBB /* Products */,
   132 				27CFF51E0F7E94AE000B418E /* Security.framework */,
   133 				27E820710F7EA6260019BE60 /* CoreServices.framework */,
   134 				27059D830F8FA82500A8422F /* SecurityInterface.framework */,
   135 			);
   136 			name = MYCrypto;
   137 			sourceTree = "<group>";
   138 		};
   139 		08FB7795FE84155DC02AAC07 /* Source */ = {
   140 			isa = PBXGroup;
   141 			children = (
   142 				27CFF4B10F7E8535000B418E /* MYCertificate.h */,
   143 				27CFF4B20F7E8535000B418E /* MYCertificate.m */,
   144 				27CFF4BF0F7E8535000B418E /* MYDigest.h */,
   145 				27CFF4C00F7E8535000B418E /* MYDigest.m */,
   146 				274863A00F8EF39400FE617B /* MYIdentity.h */,
   147 				274863A10F8EF39400FE617B /* MYIdentity.m */,
   148 				27E822A00F81C5660019BE60 /* MYKey.h */,
   149 				27E822A10F81C5660019BE60 /* MYKey.m */,
   150 				27CFF4B50F7E8535000B418E /* MYKeychain.h */,
   151 				27CFF4B60F7E8535000B418E /* MYKeychain.m */,
   152 				27CFF4B70F7E8535000B418E /* MYKeychainItem.h */,
   153 				27CFF4B80F7E8535000B418E /* MYKeychainItem.m */,
   154 				27CFF4BC0F7E8535000B418E /* MYPublicKey.h */,
   155 				27CFF4BD0F7E8535000B418E /* MYPublicKey.m */,
   156 				270B879D0F8C565000C56781 /* MYPrivateKey.h */,
   157 				270B879E0F8C565000C56781 /* MYPrivateKey.m */,
   158 				27A42D400F858ED80063D362 /* MYSymmetricKey.h */,
   159 				27A42D410F858ED80063D362 /* MYSymmetricKey.m */,
   160 				27410FEF0F99200A00AD413F /* MYSymmetricKey-iPhone.m */,
   161 				27AAD97B0F892A0D0064DD7C /* MYCryptoConfig.h */,
   162 				27059D750F8FA23100A8422F /* MYCrypto+Cocoa.h */,
   163 				27059D760F8FA23100A8422F /* MYCrypto+Cocoa.m */,
   164 				27EAF0390F8B2D700091AF95 /* README.textile */,
   165 			);
   166 			name = Source;
   167 			sourceTree = "<group>";
   168 		};
   169 		08FB779DFE84155DC02AAC07 /* External Frameworks and Libraries */ = {
   170 			isa = PBXGroup;
   171 			children = (
   172 				08FB779EFE84155DC02AAC07 /* Foundation.framework */,
   173 			);
   174 			name = "External Frameworks and Libraries";
   175 			sourceTree = "<group>";
   176 		};
   177 		1AB674ADFE9D54B511CA2CBB /* Products */ = {
   178 			isa = PBXGroup;
   179 			children = (
   180 				8DD76FA10486AA7600D96B5E /* MYCrypto */,
   181 			);
   182 			name = Products;
   183 			sourceTree = "<group>";
   184 		};
   185 		27059D4E0F8F9B9E00A8422F /* Encryption */ = {
   186 			isa = PBXGroup;
   187 			children = (
   188 				27059D4F0F8F9BB500A8422F /* MYEncoder.h */,
   189 				27059D500F8F9BB500A8422F /* MYEncoder.m */,
   190 				27059D510F8F9BB500A8422F /* MYDecoder.h */,
   191 				27059D520F8F9BB500A8422F /* MYDecoder.m */,
   192 				27CFF4B30F7E8535000B418E /* MYCryptor.h */,
   193 				27CFF4B40F7E8535000B418E /* MYCryptor.m */,
   194 			);
   195 			name = Encryption;
   196 			sourceTree = "<group>";
   197 		};
   198 		270B881C0F8D055A00C56781 /* Internal */ = {
   199 			isa = PBXGroup;
   200 			children = (
   201 				27CFF4BE0F7E8535000B418E /* MYCrypto_Private.h */,
   202 				27A42CBE0F8578B40063D362 /* MYCryptoTest.m */,
   203 				27CFF5210F7E94DF000B418E /* MYCrypto_main.m */,
   204 				27CFF5120F7E9212000B418E /* MYCrypto.xcconfig */,
   205 				27CFF5400F7E9653000B418E /* MYCrypto_Debug.xcconfig */,
   206 				2748604D0F8D5C4C00FE617B /* MYCrypto_Release.xcconfig */,
   207 			);
   208 			name = Internal;
   209 			sourceTree = "<group>";
   210 		};
   211 		274861440F8D757600FE617B /* Certificate Generation */ = {
   212 			isa = PBXGroup;
   213 			children = (
   214 				27A42ECC0F8689D30063D362 /* MYCertGen.h */,
   215 				27A42ECD0F8689D30063D362 /* MYCertGen.m */,
   216 			);
   217 			name = "Certificate Generation";
   218 			sourceTree = "<group>";
   219 		};
   220 		27CFF4CC0F7E86E8000B418E /* MYUtilities */ = {
   221 			isa = PBXGroup;
   222 			children = (
   223 				27CFF4CD0F7E8726000B418E /* CollectionUtils.h */,
   224 				27CFF4CE0F7E8726000B418E /* CollectionUtils.m */,
   225 				27CFF4CF0F7E8726000B418E /* ExceptionUtils.h */,
   226 				27CFF4D00F7E8726000B418E /* ExceptionUtils.m */,
   227 				27CFF4D10F7E8726000B418E /* Logging.h */,
   228 				27CFF4D20F7E8726000B418E /* Logging.m */,
   229 				27CFF4D30F7E8726000B418E /* Test.h */,
   230 				27CFF4D40F7E8726000B418E /* Test.m */,
   231 				27CFF5740F7E999B000B418E /* MYErrorUtils.h */,
   232 				27CFF5750F7E999B000B418E /* MYErrorUtils.m */,
   233 				27CFF57C0F7EA117000B418E /* MYError_CSSMErrorDomain.strings */,
   234 			);
   235 			name = MYUtilities;
   236 			sourceTree = MYUtilities;
   237 		};
   238 		C6859EA2029092E104C91782 /* Documentation */ = {
   239 			isa = PBXGroup;
   240 			children = (
   241 			);
   242 			name = Documentation;
   243 			sourceTree = "<group>";
   244 		};
   245 /* End PBXGroup section */
   246 
   247 /* Begin PBXNativeTarget section */
   248 		8DD76F960486AA7600D96B5E /* MYCrypto */ = {
   249 			isa = PBXNativeTarget;
   250 			buildConfigurationList = 1DEB927408733DD40010E9CD /* Build configuration list for PBXNativeTarget "MYCrypto" */;
   251 			buildPhases = (
   252 				8DD76F990486AA7600D96B5E /* Sources */,
   253 				8DD76F9B0486AA7600D96B5E /* Frameworks */,
   254 				8DD76F9E0486AA7600D96B5E /* CopyFiles */,
   255 				27EAF0C60F8BD4ED0091AF95 /* ShellScript */,
   256 			);
   257 			buildRules = (
   258 			);
   259 			dependencies = (
   260 			);
   261 			name = MYCrypto;
   262 			productInstallPath = "$(HOME)/bin";
   263 			productName = MYCrypto;
   264 			productReference = 8DD76FA10486AA7600D96B5E /* MYCrypto */;
   265 			productType = "com.apple.product-type.tool";
   266 		};
   267 /* End PBXNativeTarget section */
   268 
   269 /* Begin PBXProject section */
   270 		08FB7793FE84155DC02AAC07 /* Project object */ = {
   271 			isa = PBXProject;
   272 			buildConfigurationList = 1DEB927808733DD40010E9CD /* Build configuration list for PBXProject "MYCrypto" */;
   273 			compatibilityVersion = "Xcode 3.1";
   274 			hasScannedForEncodings = 1;
   275 			mainGroup = 08FB7794FE84155DC02AAC07 /* MYCrypto */;
   276 			projectDirPath = "";
   277 			projectRoot = "";
   278 			targets = (
   279 				8DD76F960486AA7600D96B5E /* MYCrypto */,
   280 			);
   281 		};
   282 /* End PBXProject section */
   283 
   284 /* Begin PBXShellScriptBuildPhase section */
   285 		27EAF0C60F8BD4ED0091AF95 /* ShellScript */ = {
   286 			isa = PBXShellScriptBuildPhase;
   287 			buildActionMask = 2147483647;
   288 			files = (
   289 			);
   290 			inputPaths = (
   291 			);
   292 			outputPaths = (
   293 			);
   294 			runOnlyForDeploymentPostprocessing = 0;
   295 			shellPath = /bin/sh;
   296 			shellScript = "if [ `which doxygen` ]; then\n  doxygen 2>&1 | sed s/Warning/warning/\nfi\n";
   297 			showEnvVarsInLog = 0;
   298 		};
   299 /* End PBXShellScriptBuildPhase section */
   300 
   301 /* Begin PBXSourcesBuildPhase section */
   302 		8DD76F990486AA7600D96B5E /* Sources */ = {
   303 			isa = PBXSourcesBuildPhase;
   304 			buildActionMask = 2147483647;
   305 			files = (
   306 				27CFF4C10F7E8535000B418E /* MYCertificate.m in Sources */,
   307 				27CFF4C20F7E8535000B418E /* MYCryptor.m in Sources */,
   308 				27CFF4C30F7E8535000B418E /* MYKeychain.m in Sources */,
   309 				27CFF4C40F7E8535000B418E /* MYKeychainItem.m in Sources */,
   310 				27CFF4C70F7E8535000B418E /* MYPublicKey.m in Sources */,
   311 				27CFF4C80F7E8535000B418E /* MYDigest.m in Sources */,
   312 				27CFF4D50F7E8726000B418E /* CollectionUtils.m in Sources */,
   313 				27CFF4D60F7E8726000B418E /* ExceptionUtils.m in Sources */,
   314 				27CFF4D70F7E8726000B418E /* Logging.m in Sources */,
   315 				27CFF4D80F7E8726000B418E /* Test.m in Sources */,
   316 				27CFF5220F7E94DF000B418E /* MYCrypto_main.m in Sources */,
   317 				27CFF5760F7E999B000B418E /* MYErrorUtils.m in Sources */,
   318 				27A42CBF0F8578B40063D362 /* MYCryptoTest.m in Sources */,
   319 				27A42D1E0F8586CE0063D362 /* MYKey.m in Sources */,
   320 				27A42D420F858ED80063D362 /* MYSymmetricKey.m in Sources */,
   321 				270B879F0F8C565000C56781 /* MYPrivateKey.m in Sources */,
   322 				274861D50F8E4B5200FE617B /* MYCertGen.m in Sources */,
   323 				274863A20F8EF39400FE617B /* MYIdentity.m in Sources */,
   324 				27059D530F8F9BB500A8422F /* MYEncoder.m in Sources */,
   325 				27059D770F8FA23100A8422F /* MYCrypto+Cocoa.m in Sources */,
   326 				27059DE50F8FAF6500A8422F /* MYDecoder.m in Sources */,
   327 				27410FF00F99200A00AD413F /* MYSymmetricKey-iPhone.m in Sources */,
   328 			);
   329 			runOnlyForDeploymentPostprocessing = 0;
   330 		};
   331 /* End PBXSourcesBuildPhase section */
   332 
   333 /* Begin XCBuildConfiguration section */
   334 		1DEB927508733DD40010E9CD /* Debug */ = {
   335 			isa = XCBuildConfiguration;
   336 			buildSettings = {
   337 				COPY_PHASE_STRIP = NO;
   338 				INSTALL_PATH = /usr/local/bin;
   339 				PRODUCT_NAME = MYCrypto;
   340 			};
   341 			name = Debug;
   342 		};
   343 		1DEB927608733DD40010E9CD /* Release */ = {
   344 			isa = XCBuildConfiguration;
   345 			baseConfigurationReference = 27CFF5120F7E9212000B418E /* MYCrypto.xcconfig */;
   346 			buildSettings = {
   347 				INSTALL_PATH = /usr/local/bin;
   348 				PRODUCT_NAME = MYCrypto;
   349 			};
   350 			name = Release;
   351 		};
   352 		1DEB927908733DD40010E9CD /* Debug */ = {
   353 			isa = XCBuildConfiguration;
   354 			baseConfigurationReference = 27CFF5400F7E9653000B418E /* MYCrypto_Debug.xcconfig */;
   355 			buildSettings = {
   356 				ALWAYS_SEARCH_USER_PATHS = NO;
   357 				GCC_WARN_UNUSED_FUNCTION = NO;
   358 				HEADER_SEARCH_PATHS = "/Code/MYCrypto/**";
   359 			};
   360 			name = Debug;
   361 		};
   362 		1DEB927A08733DD40010E9CD /* Release */ = {
   363 			isa = XCBuildConfiguration;
   364 			baseConfigurationReference = 2748604D0F8D5C4C00FE617B /* MYCrypto_Release.xcconfig */;
   365 			buildSettings = {
   366 				ALWAYS_SEARCH_USER_PATHS = NO;
   367 				HEADER_SEARCH_PATHS = "/Code/MYCrypto/**";
   368 			};
   369 			name = Release;
   370 		};
   371 /* End XCBuildConfiguration section */
   372 
   373 /* Begin XCConfigurationList section */
   374 		1DEB927408733DD40010E9CD /* Build configuration list for PBXNativeTarget "MYCrypto" */ = {
   375 			isa = XCConfigurationList;
   376 			buildConfigurations = (
   377 				1DEB927508733DD40010E9CD /* Debug */,
   378 				1DEB927608733DD40010E9CD /* Release */,
   379 			);
   380 			defaultConfigurationIsVisible = 0;
   381 			defaultConfigurationName = Release;
   382 		};
   383 		1DEB927808733DD40010E9CD /* Build configuration list for PBXProject "MYCrypto" */ = {
   384 			isa = XCConfigurationList;
   385 			buildConfigurations = (
   386 				1DEB927908733DD40010E9CD /* Debug */,
   387 				1DEB927A08733DD40010E9CD /* Release */,
   388 			);
   389 			defaultConfigurationIsVisible = 0;
   390 			defaultConfigurationName = Release;
   391 		};
   392 /* End XCConfigurationList section */
   393 	};
   394 	rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
   395 }