1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/MYCrypto.xcodeproj/project.pbxproj Sat Apr 04 20:42:03 2009 -0700
1.3 @@ -0,0 +1,307 @@
1.4 +// !$*UTF8*$!
1.5 +{
1.6 + archiveVersion = 1;
1.7 + classes = {
1.8 + };
1.9 + objectVersion = 45;
1.10 + objects = {
1.11 +
1.12 +/* Begin PBXBuildFile section */
1.13 + 27A42CBF0F8578B40063D362 /* MYCryptoTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 27A42CBE0F8578B40063D362 /* MYCryptoTest.m */; };
1.14 + 27A42D1E0F8586CE0063D362 /* MYKey.m in Sources */ = {isa = PBXBuildFile; fileRef = 27E822A10F81C5660019BE60 /* MYKey.m */; };
1.15 + 27A42D420F858ED80063D362 /* MYSymmetricKey.m in Sources */ = {isa = PBXBuildFile; fileRef = 27A42D410F858ED80063D362 /* MYSymmetricKey.m */; };
1.16 + 27CFF4C10F7E8535000B418E /* MYCertificate.m in Sources */ = {isa = PBXBuildFile; fileRef = 27CFF4B20F7E8535000B418E /* MYCertificate.m */; };
1.17 + 27CFF4C20F7E8535000B418E /* MYCryptor.m in Sources */ = {isa = PBXBuildFile; fileRef = 27CFF4B40F7E8535000B418E /* MYCryptor.m */; };
1.18 + 27CFF4C30F7E8535000B418E /* MYKeychain.m in Sources */ = {isa = PBXBuildFile; fileRef = 27CFF4B60F7E8535000B418E /* MYKeychain.m */; };
1.19 + 27CFF4C40F7E8535000B418E /* MYKeychainItem.m in Sources */ = {isa = PBXBuildFile; fileRef = 27CFF4B80F7E8535000B418E /* MYKeychainItem.m */; };
1.20 + 27CFF4C60F7E8535000B418E /* MYKeyPair.m in Sources */ = {isa = PBXBuildFile; fileRef = 27CFF4BB0F7E8535000B418E /* MYKeyPair.m */; };
1.21 + 27CFF4C70F7E8535000B418E /* MYPublicKey.m in Sources */ = {isa = PBXBuildFile; fileRef = 27CFF4BD0F7E8535000B418E /* MYPublicKey.m */; };
1.22 + 27CFF4C80F7E8535000B418E /* MYDigest.m in Sources */ = {isa = PBXBuildFile; fileRef = 27CFF4C00F7E8535000B418E /* MYDigest.m */; };
1.23 + 27CFF4D50F7E8726000B418E /* CollectionUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 27CFF4CE0F7E8726000B418E /* CollectionUtils.m */; };
1.24 + 27CFF4D60F7E8726000B418E /* ExceptionUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 27CFF4D00F7E8726000B418E /* ExceptionUtils.m */; };
1.25 + 27CFF4D70F7E8726000B418E /* Logging.m in Sources */ = {isa = PBXBuildFile; fileRef = 27CFF4D20F7E8726000B418E /* Logging.m */; };
1.26 + 27CFF4D80F7E8726000B418E /* Test.m in Sources */ = {isa = PBXBuildFile; fileRef = 27CFF4D40F7E8726000B418E /* Test.m */; };
1.27 + 27CFF51F0F7E94AE000B418E /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 27CFF51E0F7E94AE000B418E /* Security.framework */; };
1.28 + 27CFF5220F7E94DF000B418E /* MYCrypto_main.m in Sources */ = {isa = PBXBuildFile; fileRef = 27CFF5210F7E94DF000B418E /* MYCrypto_main.m */; };
1.29 + 27CFF5760F7E999B000B418E /* MYErrorUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 27CFF5750F7E999B000B418E /* MYErrorUtils.m */; };
1.30 + 27E820720F7EA6260019BE60 /* CoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 27E820710F7EA6260019BE60 /* CoreServices.framework */; };
1.31 + 8DD76F9C0486AA7600D96B5E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 08FB779EFE84155DC02AAC07 /* Foundation.framework */; };
1.32 +/* End PBXBuildFile section */
1.33 +
1.34 +/* Begin PBXCopyFilesBuildPhase section */
1.35 + 8DD76F9E0486AA7600D96B5E /* CopyFiles */ = {
1.36 + isa = PBXCopyFilesBuildPhase;
1.37 + buildActionMask = 8;
1.38 + dstPath = /usr/share/man/man1/;
1.39 + dstSubfolderSpec = 0;
1.40 + files = (
1.41 + );
1.42 + runOnlyForDeploymentPostprocessing = 1;
1.43 + };
1.44 +/* End PBXCopyFilesBuildPhase section */
1.45 +
1.46 +/* Begin PBXFileReference section */
1.47 + 08FB779EFE84155DC02AAC07 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
1.48 + 27A42CBE0F8578B40063D362 /* MYCryptoTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYCryptoTest.m; sourceTree = "<group>"; };
1.49 + 27A42D400F858ED80063D362 /* MYSymmetricKey.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYSymmetricKey.h; sourceTree = "<group>"; };
1.50 + 27A42D410F858ED80063D362 /* MYSymmetricKey.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYSymmetricKey.m; sourceTree = "<group>"; };
1.51 + 27A42ECC0F8689D30063D362 /* MYCertGen.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYCertGen.h; sourceTree = "<group>"; };
1.52 + 27A42ECD0F8689D30063D362 /* MYCertGen.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYCertGen.m; sourceTree = "<group>"; };
1.53 + 27CFF4B10F7E8535000B418E /* MYCertificate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYCertificate.h; sourceTree = "<group>"; };
1.54 + 27CFF4B20F7E8535000B418E /* MYCertificate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYCertificate.m; sourceTree = "<group>"; };
1.55 + 27CFF4B30F7E8535000B418E /* MYCryptor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYCryptor.h; sourceTree = "<group>"; };
1.56 + 27CFF4B40F7E8535000B418E /* MYCryptor.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYCryptor.m; sourceTree = "<group>"; };
1.57 + 27CFF4B50F7E8535000B418E /* MYKeychain.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYKeychain.h; sourceTree = "<group>"; };
1.58 + 27CFF4B60F7E8535000B418E /* MYKeychain.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYKeychain.m; sourceTree = "<group>"; };
1.59 + 27CFF4B70F7E8535000B418E /* MYKeychainItem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYKeychainItem.h; sourceTree = "<group>"; };
1.60 + 27CFF4B80F7E8535000B418E /* MYKeychainItem.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYKeychainItem.m; sourceTree = "<group>"; };
1.61 + 27CFF4BA0F7E8535000B418E /* MYKeyPair.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYKeyPair.h; sourceTree = "<group>"; };
1.62 + 27CFF4BB0F7E8535000B418E /* MYKeyPair.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYKeyPair.m; sourceTree = "<group>"; };
1.63 + 27CFF4BC0F7E8535000B418E /* MYPublicKey.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYPublicKey.h; sourceTree = "<group>"; };
1.64 + 27CFF4BD0F7E8535000B418E /* MYPublicKey.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYPublicKey.m; sourceTree = "<group>"; };
1.65 + 27CFF4BE0F7E8535000B418E /* MYCrypto_Private.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYCrypto_Private.h; sourceTree = "<group>"; };
1.66 + 27CFF4BF0F7E8535000B418E /* MYDigest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYDigest.h; sourceTree = "<group>"; };
1.67 + 27CFF4C00F7E8535000B418E /* MYDigest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYDigest.m; sourceTree = "<group>"; };
1.68 + 27CFF4CD0F7E8726000B418E /* CollectionUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CollectionUtils.h; path = ../MYUtilities/CollectionUtils.h; sourceTree = SOURCE_ROOT; };
1.69 + 27CFF4CE0F7E8726000B418E /* CollectionUtils.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CollectionUtils.m; path = ../MYUtilities/CollectionUtils.m; sourceTree = SOURCE_ROOT; };
1.70 + 27CFF4CF0F7E8726000B418E /* ExceptionUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ExceptionUtils.h; path = ../MYUtilities/ExceptionUtils.h; sourceTree = SOURCE_ROOT; };
1.71 + 27CFF4D00F7E8726000B418E /* ExceptionUtils.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ExceptionUtils.m; path = ../MYUtilities/ExceptionUtils.m; sourceTree = SOURCE_ROOT; };
1.72 + 27CFF4D10F7E8726000B418E /* Logging.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Logging.h; path = ../MYUtilities/Logging.h; sourceTree = SOURCE_ROOT; };
1.73 + 27CFF4D20F7E8726000B418E /* Logging.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = Logging.m; path = ../MYUtilities/Logging.m; sourceTree = SOURCE_ROOT; };
1.74 + 27CFF4D30F7E8726000B418E /* Test.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Test.h; path = ../MYUtilities/Test.h; sourceTree = SOURCE_ROOT; };
1.75 + 27CFF4D40F7E8726000B418E /* Test.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = Test.m; path = ../MYUtilities/Test.m; sourceTree = SOURCE_ROOT; };
1.76 + 27CFF5120F7E9212000B418E /* MYCrypto.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = MYCrypto.xcconfig; sourceTree = "<group>"; };
1.77 + 27CFF51E0F7E94AE000B418E /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = System/Library/Frameworks/Security.framework; sourceTree = SDKROOT; };
1.78 + 27CFF5210F7E94DF000B418E /* MYCrypto_main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYCrypto_main.m; sourceTree = "<group>"; };
1.79 + 27CFF5400F7E9653000B418E /* MYCrypto_Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = MYCrypto_Debug.xcconfig; sourceTree = "<group>"; };
1.80 + 27CFF5740F7E999B000B418E /* MYErrorUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYErrorUtils.h; sourceTree = "<group>"; };
1.81 + 27CFF5750F7E999B000B418E /* MYErrorUtils.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYErrorUtils.m; sourceTree = "<group>"; };
1.82 + 27CFF57C0F7EA117000B418E /* MYError_CSSMErrorDomain.strings */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; path = MYError_CSSMErrorDomain.strings; sourceTree = "<group>"; };
1.83 + 27E820710F7EA6260019BE60 /* CoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreServices.framework; path = System/Library/Frameworks/CoreServices.framework; sourceTree = SDKROOT; };
1.84 + 27E822A00F81C5660019BE60 /* MYKey.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYKey.h; sourceTree = "<group>"; };
1.85 + 27E822A10F81C5660019BE60 /* MYKey.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYKey.m; sourceTree = "<group>"; };
1.86 + 8DD76FA10486AA7600D96B5E /* MYCrypto */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = MYCrypto; sourceTree = BUILT_PRODUCTS_DIR; };
1.87 +/* End PBXFileReference section */
1.88 +
1.89 +/* Begin PBXFrameworksBuildPhase section */
1.90 + 8DD76F9B0486AA7600D96B5E /* Frameworks */ = {
1.91 + isa = PBXFrameworksBuildPhase;
1.92 + buildActionMask = 2147483647;
1.93 + files = (
1.94 + 8DD76F9C0486AA7600D96B5E /* Foundation.framework in Frameworks */,
1.95 + 27CFF51F0F7E94AE000B418E /* Security.framework in Frameworks */,
1.96 + 27E820720F7EA6260019BE60 /* CoreServices.framework in Frameworks */,
1.97 + );
1.98 + runOnlyForDeploymentPostprocessing = 0;
1.99 + };
1.100 +/* End PBXFrameworksBuildPhase section */
1.101 +
1.102 +/* Begin PBXGroup section */
1.103 + 08FB7794FE84155DC02AAC07 /* MYCrypto */ = {
1.104 + isa = PBXGroup;
1.105 + children = (
1.106 + 08FB7795FE84155DC02AAC07 /* Source */,
1.107 + 27CFF4CC0F7E86E8000B418E /* MYUtilities */,
1.108 + C6859EA2029092E104C91782 /* Documentation */,
1.109 + 08FB779DFE84155DC02AAC07 /* External Frameworks and Libraries */,
1.110 + 1AB674ADFE9D54B511CA2CBB /* Products */,
1.111 + 27CFF51E0F7E94AE000B418E /* Security.framework */,
1.112 + 27E820710F7EA6260019BE60 /* CoreServices.framework */,
1.113 + );
1.114 + name = MYCrypto;
1.115 + sourceTree = "<group>";
1.116 + };
1.117 + 08FB7795FE84155DC02AAC07 /* Source */ = {
1.118 + isa = PBXGroup;
1.119 + children = (
1.120 + 27CFF4B10F7E8535000B418E /* MYCertificate.h */,
1.121 + 27CFF4B20F7E8535000B418E /* MYCertificate.m */,
1.122 + 27CFF4B30F7E8535000B418E /* MYCryptor.h */,
1.123 + 27CFF4B40F7E8535000B418E /* MYCryptor.m */,
1.124 + 27E822A00F81C5660019BE60 /* MYKey.h */,
1.125 + 27E822A10F81C5660019BE60 /* MYKey.m */,
1.126 + 27CFF4B50F7E8535000B418E /* MYKeychain.h */,
1.127 + 27CFF4B60F7E8535000B418E /* MYKeychain.m */,
1.128 + 27CFF4B70F7E8535000B418E /* MYKeychainItem.h */,
1.129 + 27CFF4B80F7E8535000B418E /* MYKeychainItem.m */,
1.130 + 27CFF4BA0F7E8535000B418E /* MYKeyPair.h */,
1.131 + 27CFF4BB0F7E8535000B418E /* MYKeyPair.m */,
1.132 + 27CFF4BC0F7E8535000B418E /* MYPublicKey.h */,
1.133 + 27CFF4BD0F7E8535000B418E /* MYPublicKey.m */,
1.134 + 27A42D400F858ED80063D362 /* MYSymmetricKey.h */,
1.135 + 27A42D410F858ED80063D362 /* MYSymmetricKey.m */,
1.136 + 27CFF4BF0F7E8535000B418E /* MYDigest.h */,
1.137 + 27CFF4C00F7E8535000B418E /* MYDigest.m */,
1.138 + 27CFF4BE0F7E8535000B418E /* MYCrypto_Private.h */,
1.139 + 27A42CBE0F8578B40063D362 /* MYCryptoTest.m */,
1.140 + 27CFF5210F7E94DF000B418E /* MYCrypto_main.m */,
1.141 + 27A42ECC0F8689D30063D362 /* MYCertGen.h */,
1.142 + 27A42ECD0F8689D30063D362 /* MYCertGen.m */,
1.143 + 27CFF5120F7E9212000B418E /* MYCrypto.xcconfig */,
1.144 + 27CFF5400F7E9653000B418E /* MYCrypto_Debug.xcconfig */,
1.145 + );
1.146 + name = Source;
1.147 + sourceTree = "<group>";
1.148 + };
1.149 + 08FB779DFE84155DC02AAC07 /* External Frameworks and Libraries */ = {
1.150 + isa = PBXGroup;
1.151 + children = (
1.152 + 08FB779EFE84155DC02AAC07 /* Foundation.framework */,
1.153 + );
1.154 + name = "External Frameworks and Libraries";
1.155 + sourceTree = "<group>";
1.156 + };
1.157 + 1AB674ADFE9D54B511CA2CBB /* Products */ = {
1.158 + isa = PBXGroup;
1.159 + children = (
1.160 + 8DD76FA10486AA7600D96B5E /* MYCrypto */,
1.161 + );
1.162 + name = Products;
1.163 + sourceTree = "<group>";
1.164 + };
1.165 + 27CFF4CC0F7E86E8000B418E /* MYUtilities */ = {
1.166 + isa = PBXGroup;
1.167 + children = (
1.168 + 27CFF4CD0F7E8726000B418E /* CollectionUtils.h */,
1.169 + 27CFF4CE0F7E8726000B418E /* CollectionUtils.m */,
1.170 + 27CFF4CF0F7E8726000B418E /* ExceptionUtils.h */,
1.171 + 27CFF4D00F7E8726000B418E /* ExceptionUtils.m */,
1.172 + 27CFF4D10F7E8726000B418E /* Logging.h */,
1.173 + 27CFF4D20F7E8726000B418E /* Logging.m */,
1.174 + 27CFF4D30F7E8726000B418E /* Test.h */,
1.175 + 27CFF4D40F7E8726000B418E /* Test.m */,
1.176 + 27CFF5740F7E999B000B418E /* MYErrorUtils.h */,
1.177 + 27CFF5750F7E999B000B418E /* MYErrorUtils.m */,
1.178 + 27CFF57C0F7EA117000B418E /* MYError_CSSMErrorDomain.strings */,
1.179 + );
1.180 + name = MYUtilities;
1.181 + sourceTree = MYUtilities;
1.182 + };
1.183 + C6859EA2029092E104C91782 /* Documentation */ = {
1.184 + isa = PBXGroup;
1.185 + children = (
1.186 + );
1.187 + name = Documentation;
1.188 + sourceTree = "<group>";
1.189 + };
1.190 +/* End PBXGroup section */
1.191 +
1.192 +/* Begin PBXNativeTarget section */
1.193 + 8DD76F960486AA7600D96B5E /* MYCrypto */ = {
1.194 + isa = PBXNativeTarget;
1.195 + buildConfigurationList = 1DEB927408733DD40010E9CD /* Build configuration list for PBXNativeTarget "MYCrypto" */;
1.196 + buildPhases = (
1.197 + 8DD76F990486AA7600D96B5E /* Sources */,
1.198 + 8DD76F9B0486AA7600D96B5E /* Frameworks */,
1.199 + 8DD76F9E0486AA7600D96B5E /* CopyFiles */,
1.200 + );
1.201 + buildRules = (
1.202 + );
1.203 + dependencies = (
1.204 + );
1.205 + name = MYCrypto;
1.206 + productInstallPath = "$(HOME)/bin";
1.207 + productName = MYCrypto;
1.208 + productReference = 8DD76FA10486AA7600D96B5E /* MYCrypto */;
1.209 + productType = "com.apple.product-type.tool";
1.210 + };
1.211 +/* End PBXNativeTarget section */
1.212 +
1.213 +/* Begin PBXProject section */
1.214 + 08FB7793FE84155DC02AAC07 /* Project object */ = {
1.215 + isa = PBXProject;
1.216 + buildConfigurationList = 1DEB927808733DD40010E9CD /* Build configuration list for PBXProject "MYCrypto" */;
1.217 + compatibilityVersion = "Xcode 3.1";
1.218 + hasScannedForEncodings = 1;
1.219 + mainGroup = 08FB7794FE84155DC02AAC07 /* MYCrypto */;
1.220 + projectDirPath = "";
1.221 + projectRoot = "";
1.222 + targets = (
1.223 + 8DD76F960486AA7600D96B5E /* MYCrypto */,
1.224 + );
1.225 + };
1.226 +/* End PBXProject section */
1.227 +
1.228 +/* Begin PBXSourcesBuildPhase section */
1.229 + 8DD76F990486AA7600D96B5E /* Sources */ = {
1.230 + isa = PBXSourcesBuildPhase;
1.231 + buildActionMask = 2147483647;
1.232 + files = (
1.233 + 27CFF4C10F7E8535000B418E /* MYCertificate.m in Sources */,
1.234 + 27CFF4C20F7E8535000B418E /* MYCryptor.m in Sources */,
1.235 + 27CFF4C30F7E8535000B418E /* MYKeychain.m in Sources */,
1.236 + 27CFF4C40F7E8535000B418E /* MYKeychainItem.m in Sources */,
1.237 + 27CFF4C60F7E8535000B418E /* MYKeyPair.m in Sources */,
1.238 + 27CFF4C70F7E8535000B418E /* MYPublicKey.m in Sources */,
1.239 + 27CFF4C80F7E8535000B418E /* MYDigest.m in Sources */,
1.240 + 27CFF4D50F7E8726000B418E /* CollectionUtils.m in Sources */,
1.241 + 27CFF4D60F7E8726000B418E /* ExceptionUtils.m in Sources */,
1.242 + 27CFF4D70F7E8726000B418E /* Logging.m in Sources */,
1.243 + 27CFF4D80F7E8726000B418E /* Test.m in Sources */,
1.244 + 27CFF5220F7E94DF000B418E /* MYCrypto_main.m in Sources */,
1.245 + 27CFF5760F7E999B000B418E /* MYErrorUtils.m in Sources */,
1.246 + 27A42CBF0F8578B40063D362 /* MYCryptoTest.m in Sources */,
1.247 + 27A42D1E0F8586CE0063D362 /* MYKey.m in Sources */,
1.248 + 27A42D420F858ED80063D362 /* MYSymmetricKey.m in Sources */,
1.249 + );
1.250 + runOnlyForDeploymentPostprocessing = 0;
1.251 + };
1.252 +/* End PBXSourcesBuildPhase section */
1.253 +
1.254 +/* Begin XCBuildConfiguration section */
1.255 + 1DEB927508733DD40010E9CD /* Debug */ = {
1.256 + isa = XCBuildConfiguration;
1.257 + buildSettings = {
1.258 + COPY_PHASE_STRIP = NO;
1.259 + INSTALL_PATH = /usr/local/bin;
1.260 + PRODUCT_NAME = MYCrypto;
1.261 + };
1.262 + name = Debug;
1.263 + };
1.264 + 1DEB927608733DD40010E9CD /* Release */ = {
1.265 + isa = XCBuildConfiguration;
1.266 + buildSettings = {
1.267 + INSTALL_PATH = /usr/local/bin;
1.268 + PRODUCT_NAME = MYCrypto;
1.269 + };
1.270 + name = Release;
1.271 + };
1.272 + 1DEB927908733DD40010E9CD /* Debug */ = {
1.273 + isa = XCBuildConfiguration;
1.274 + baseConfigurationReference = 27CFF5400F7E9653000B418E /* MYCrypto_Debug.xcconfig */;
1.275 + buildSettings = {
1.276 + };
1.277 + name = Debug;
1.278 + };
1.279 + 1DEB927A08733DD40010E9CD /* Release */ = {
1.280 + isa = XCBuildConfiguration;
1.281 + baseConfigurationReference = 27CFF5120F7E9212000B418E /* MYCrypto.xcconfig */;
1.282 + buildSettings = {
1.283 + };
1.284 + name = Release;
1.285 + };
1.286 +/* End XCBuildConfiguration section */
1.287 +
1.288 +/* Begin XCConfigurationList section */
1.289 + 1DEB927408733DD40010E9CD /* Build configuration list for PBXNativeTarget "MYCrypto" */ = {
1.290 + isa = XCConfigurationList;
1.291 + buildConfigurations = (
1.292 + 1DEB927508733DD40010E9CD /* Debug */,
1.293 + 1DEB927608733DD40010E9CD /* Release */,
1.294 + );
1.295 + defaultConfigurationIsVisible = 0;
1.296 + defaultConfigurationName = Release;
1.297 + };
1.298 + 1DEB927808733DD40010E9CD /* Build configuration list for PBXProject "MYCrypto" */ = {
1.299 + isa = XCConfigurationList;
1.300 + buildConfigurations = (
1.301 + 1DEB927908733DD40010E9CD /* Debug */,
1.302 + 1DEB927A08733DD40010E9CD /* Release */,
1.303 + );
1.304 + defaultConfigurationIsVisible = 0;
1.305 + defaultConfigurationName = Release;
1.306 + };
1.307 +/* End XCConfigurationList section */
1.308 + };
1.309 + rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
1.310 +}