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