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