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