1.1 --- a/MYCrypto.xcodeproj/project.pbxproj Sun Apr 19 00:01:41 2009 -0700
1.2 +++ b/MYCrypto.xcodeproj/project.pbxproj Tue Jun 02 13:16:28 2009 -0700
1.3 @@ -11,6 +11,39 @@
1.4 27059D770F8FA23100A8422F /* MYCrypto+Cocoa.m in Sources */ = {isa = PBXBuildFile; fileRef = 27059D760F8FA23100A8422F /* MYCrypto+Cocoa.m */; };
1.5 27059D840F8FA82500A8422F /* SecurityInterface.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 27059D830F8FA82500A8422F /* SecurityInterface.framework */; };
1.6 27059DE50F8FAF6500A8422F /* MYDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 27059D520F8F9BB500A8422F /* MYDecoder.m */; };
1.7 + 2706F1AE0F9D3C7100292CCF /* MYCertificate.h in Headers */ = {isa = PBXBuildFile; fileRef = 27CFF4B10F7E8535000B418E /* MYCertificate.h */; };
1.8 + 2706F1AF0F9D3C7100292CCF /* MYCertificate.m in Sources */ = {isa = PBXBuildFile; fileRef = 27CFF4B20F7E8535000B418E /* MYCertificate.m */; };
1.9 + 2706F1B00F9D3C7200292CCF /* MYCrypto+Cocoa.h in Headers */ = {isa = PBXBuildFile; fileRef = 27059D750F8FA23100A8422F /* MYCrypto+Cocoa.h */; };
1.10 + 2706F1B10F9D3C7300292CCF /* MYCrypto+Cocoa.m in Sources */ = {isa = PBXBuildFile; fileRef = 27059D760F8FA23100A8422F /* MYCrypto+Cocoa.m */; };
1.11 + 2706F1B20F9D3C7400292CCF /* MYCryptoConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 27AAD97B0F892A0D0064DD7C /* MYCryptoConfig.h */; };
1.12 + 2706F1B30F9D3C7600292CCF /* MYDigest.h in Headers */ = {isa = PBXBuildFile; fileRef = 27CFF4BF0F7E8535000B418E /* MYDigest.h */; };
1.13 + 2706F1B40F9D3C7700292CCF /* MYDigest.m in Sources */ = {isa = PBXBuildFile; fileRef = 27CFF4C00F7E8535000B418E /* MYDigest.m */; };
1.14 + 2706F1B50F9D3C7700292CCF /* MYIdentity.h in Headers */ = {isa = PBXBuildFile; fileRef = 274863A00F8EF39400FE617B /* MYIdentity.h */; };
1.15 + 2706F1B60F9D3C7800292CCF /* MYIdentity.m in Sources */ = {isa = PBXBuildFile; fileRef = 274863A10F8EF39400FE617B /* MYIdentity.m */; };
1.16 + 2706F1B70F9D3C7900292CCF /* MYKey.h in Headers */ = {isa = PBXBuildFile; fileRef = 27E822A00F81C5660019BE60 /* MYKey.h */; };
1.17 + 2706F1B80F9D3C7A00292CCF /* MYKey.m in Sources */ = {isa = PBXBuildFile; fileRef = 27E822A10F81C5660019BE60 /* MYKey.m */; };
1.18 + 2706F1B90F9D3C7C00292CCF /* MYKeychain.h in Headers */ = {isa = PBXBuildFile; fileRef = 27CFF4B50F7E8535000B418E /* MYKeychain.h */; };
1.19 + 2706F1BA0F9D3C7D00292CCF /* MYKeychain.m in Sources */ = {isa = PBXBuildFile; fileRef = 27CFF4B60F7E8535000B418E /* MYKeychain.m */; };
1.20 + 2706F1BB0F9D3C7D00292CCF /* MYKeychainItem.h in Headers */ = {isa = PBXBuildFile; fileRef = 27CFF4B70F7E8535000B418E /* MYKeychainItem.h */; };
1.21 + 2706F1BC0F9D3C7E00292CCF /* MYKeychainItem.m in Sources */ = {isa = PBXBuildFile; fileRef = 27CFF4B80F7E8535000B418E /* MYKeychainItem.m */; };
1.22 + 2706F1BD0F9D3C7E00292CCF /* MYPrivateKey.h in Headers */ = {isa = PBXBuildFile; fileRef = 270B879D0F8C565000C56781 /* MYPrivateKey.h */; };
1.23 + 2706F1BE0F9D3C7F00292CCF /* MYPrivateKey.m in Sources */ = {isa = PBXBuildFile; fileRef = 270B879E0F8C565000C56781 /* MYPrivateKey.m */; };
1.24 + 2706F1BF0F9D3C8000292CCF /* MYPublicKey.h in Headers */ = {isa = PBXBuildFile; fileRef = 27CFF4BC0F7E8535000B418E /* MYPublicKey.h */; };
1.25 + 2706F1C00F9D3C8000292CCF /* MYPublicKey.m in Sources */ = {isa = PBXBuildFile; fileRef = 27CFF4BD0F7E8535000B418E /* MYPublicKey.m */; };
1.26 + 2706F1C10F9D3C8100292CCF /* MYSymmetricKey-iPhone.m in Sources */ = {isa = PBXBuildFile; fileRef = 27410FEF0F99200A00AD413F /* MYSymmetricKey-iPhone.m */; };
1.27 + 2706F1C20F9D3C8200292CCF /* MYSymmetricKey.h in Headers */ = {isa = PBXBuildFile; fileRef = 27A42D400F858ED80063D362 /* MYSymmetricKey.h */; };
1.28 + 2706F1C30F9D3C8300292CCF /* MYSymmetricKey.m in Sources */ = {isa = PBXBuildFile; fileRef = 27A42D410F858ED80063D362 /* MYSymmetricKey.m */; };
1.29 + 2706F1C40F9D3C8800292CCF /* MYCryptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 27CFF4B30F7E8535000B418E /* MYCryptor.h */; };
1.30 + 2706F1C50F9D3C8900292CCF /* MYCryptor.m in Sources */ = {isa = PBXBuildFile; fileRef = 27CFF4B40F7E8535000B418E /* MYCryptor.m */; };
1.31 + 2706F1C60F9D3C8900292CCF /* MYDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 27059D510F8F9BB500A8422F /* MYDecoder.h */; };
1.32 + 2706F1C70F9D3C8A00292CCF /* MYDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 27059D520F8F9BB500A8422F /* MYDecoder.m */; };
1.33 + 2706F1C80F9D3C8B00292CCF /* MYEncoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 27059D4F0F8F9BB500A8422F /* MYEncoder.h */; };
1.34 + 2706F1C90F9D3C8B00292CCF /* MYEncoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 27059D500F8F9BB500A8422F /* MYEncoder.m */; };
1.35 + 2706F1CA0F9D3C9200292CCF /* MYCertGen.h in Headers */ = {isa = PBXBuildFile; fileRef = 27A42ECC0F8689D30063D362 /* MYCertGen.h */; };
1.36 + 2706F1CB0F9D3C9300292CCF /* MYCertGen.m in Sources */ = {isa = PBXBuildFile; fileRef = 27A42ECD0F8689D30063D362 /* MYCertGen.m */; };
1.37 + 270A7A730FD58FF200770C4D /* MYBERParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 270A7A710FD58FF200770C4D /* MYBERParser.h */; };
1.38 + 270A7A740FD58FF200770C4D /* MYBERParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 270A7A720FD58FF200770C4D /* MYBERParser.m */; };
1.39 + 270A7A750FD58FF200770C4D /* MYBERParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 270A7A720FD58FF200770C4D /* MYBERParser.m */; };
1.40 270B879F0F8C565000C56781 /* MYPrivateKey.m in Sources */ = {isa = PBXBuildFile; fileRef = 270B879E0F8C565000C56781 /* MYPrivateKey.m */; };
1.41 27410FF00F99200A00AD413F /* MYSymmetricKey-iPhone.m in Sources */ = {isa = PBXBuildFile; fileRef = 27410FEF0F99200A00AD413F /* MYSymmetricKey-iPhone.m */; };
1.42 274861D50F8E4B5200FE617B /* MYCertGen.m in Sources */ = {isa = PBXBuildFile; fileRef = 27A42ECD0F8689D30063D362 /* MYCertGen.m */; };
1.43 @@ -18,6 +51,15 @@
1.44 27A42CBF0F8578B40063D362 /* MYCryptoTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 27A42CBE0F8578B40063D362 /* MYCryptoTest.m */; };
1.45 27A42D1E0F8586CE0063D362 /* MYKey.m in Sources */ = {isa = PBXBuildFile; fileRef = 27E822A10F81C5660019BE60 /* MYKey.m */; };
1.46 27A42D420F858ED80063D362 /* MYSymmetricKey.m in Sources */ = {isa = PBXBuildFile; fileRef = 27A42D410F858ED80063D362 /* MYSymmetricKey.m */; };
1.47 + 27B852F50FCF4EB7005631F9 /* MYASN1Object.m in Sources */ = {isa = PBXBuildFile; fileRef = 27B852F40FCF4EB7005631F9 /* MYASN1Object.m */; };
1.48 + 27B852F60FCF4EB7005631F9 /* MYASN1Object.h in Headers */ = {isa = PBXBuildFile; fileRef = 27B852F30FCF4EB6005631F9 /* MYASN1Object.h */; };
1.49 + 27B852F70FCF4EB7005631F9 /* MYASN1Object.m in Sources */ = {isa = PBXBuildFile; fileRef = 27B852F40FCF4EB7005631F9 /* MYASN1Object.m */; };
1.50 + 27B852FE0FCF4ECB005631F9 /* MYOID.h in Headers */ = {isa = PBXBuildFile; fileRef = 27B852FC0FCF4ECB005631F9 /* MYOID.h */; };
1.51 + 27B852FF0FCF4ECB005631F9 /* MYOID.m in Sources */ = {isa = PBXBuildFile; fileRef = 27B852FD0FCF4ECB005631F9 /* MYOID.m */; };
1.52 + 27B853000FCF4ECB005631F9 /* MYOID.m in Sources */ = {isa = PBXBuildFile; fileRef = 27B852FD0FCF4ECB005631F9 /* MYOID.m */; };
1.53 + 27B855270FD077A6005631F9 /* MYDEREncoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 27B855250FD077A6005631F9 /* MYDEREncoder.h */; };
1.54 + 27B855280FD077A7005631F9 /* MYDEREncoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 27B855260FD077A6005631F9 /* MYDEREncoder.m */; };
1.55 + 27B855290FD077A7005631F9 /* MYDEREncoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 27B855260FD077A6005631F9 /* MYDEREncoder.m */; };
1.56 27CFF4C10F7E8535000B418E /* MYCertificate.m in Sources */ = {isa = PBXBuildFile; fileRef = 27CFF4B20F7E8535000B418E /* MYCertificate.m */; };
1.57 27CFF4C20F7E8535000B418E /* MYCryptor.m in Sources */ = {isa = PBXBuildFile; fileRef = 27CFF4B40F7E8535000B418E /* MYCryptor.m */; };
1.58 27CFF4C30F7E8535000B418E /* MYKeychain.m in Sources */ = {isa = PBXBuildFile; fileRef = 27CFF4B60F7E8535000B418E /* MYKeychain.m */; };
1.59 @@ -32,6 +74,7 @@
1.60 27CFF5220F7E94DF000B418E /* MYCrypto_main.m in Sources */ = {isa = PBXBuildFile; fileRef = 27CFF5210F7E94DF000B418E /* MYCrypto_main.m */; };
1.61 27CFF5760F7E999B000B418E /* MYErrorUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 27CFF5750F7E999B000B418E /* MYErrorUtils.m */; };
1.62 27E820720F7EA6260019BE60 /* CoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 27E820710F7EA6260019BE60 /* CoreServices.framework */; };
1.63 + 27FEB3E70FBA63D200290049 /* MYCrypto.h in Headers */ = {isa = PBXBuildFile; fileRef = 27FEB3E60FBA63D200290049 /* MYCrypto.h */; };
1.64 8DD76F9C0486AA7600D96B5E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 08FB779EFE84155DC02AAC07 /* Foundation.framework */; };
1.65 /* End PBXBuildFile section */
1.66
1.67 @@ -56,6 +99,9 @@
1.68 27059D750F8FA23100A8422F /* MYCrypto+Cocoa.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "MYCrypto+Cocoa.h"; sourceTree = "<group>"; };
1.69 27059D760F8FA23100A8422F /* MYCrypto+Cocoa.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "MYCrypto+Cocoa.m"; sourceTree = "<group>"; };
1.70 27059D830F8FA82500A8422F /* SecurityInterface.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SecurityInterface.framework; path = /System/Library/Frameworks/SecurityInterface.framework; sourceTree = "<absolute>"; };
1.71 + 2706F1AB0F9D3C5F00292CCF /* libMYCrypto.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libMYCrypto.a; sourceTree = BUILT_PRODUCTS_DIR; };
1.72 + 270A7A710FD58FF200770C4D /* MYBERParser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYBERParser.h; sourceTree = "<group>"; };
1.73 + 270A7A720FD58FF200770C4D /* MYBERParser.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYBERParser.m; sourceTree = "<group>"; };
1.74 270B879D0F8C565000C56781 /* MYPrivateKey.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYPrivateKey.h; sourceTree = "<group>"; };
1.75 270B879E0F8C565000C56781 /* MYPrivateKey.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYPrivateKey.m; sourceTree = "<group>"; };
1.76 27410FEF0F99200A00AD413F /* MYSymmetricKey-iPhone.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "MYSymmetricKey-iPhone.m"; sourceTree = "<group>"; };
1.77 @@ -68,6 +114,12 @@
1.78 27A42ECC0F8689D30063D362 /* MYCertGen.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYCertGen.h; sourceTree = "<group>"; };
1.79 27A42ECD0F8689D30063D362 /* MYCertGen.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYCertGen.m; sourceTree = "<group>"; };
1.80 27AAD97B0F892A0D0064DD7C /* MYCryptoConfig.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYCryptoConfig.h; sourceTree = "<group>"; };
1.81 + 27B852F30FCF4EB6005631F9 /* MYASN1Object.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYASN1Object.h; sourceTree = "<group>"; };
1.82 + 27B852F40FCF4EB7005631F9 /* MYASN1Object.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYASN1Object.m; sourceTree = "<group>"; };
1.83 + 27B852FC0FCF4ECB005631F9 /* MYOID.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYOID.h; sourceTree = "<group>"; };
1.84 + 27B852FD0FCF4ECB005631F9 /* MYOID.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYOID.m; sourceTree = "<group>"; };
1.85 + 27B855250FD077A6005631F9 /* MYDEREncoder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYDEREncoder.h; sourceTree = "<group>"; };
1.86 + 27B855260FD077A6005631F9 /* MYDEREncoder.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYDEREncoder.m; sourceTree = "<group>"; };
1.87 27CFF4B10F7E8535000B418E /* MYCertificate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYCertificate.h; sourceTree = "<group>"; };
1.88 27CFF4B20F7E8535000B418E /* MYCertificate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYCertificate.m; sourceTree = "<group>"; };
1.89 27CFF4B30F7E8535000B418E /* MYCryptor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYCryptor.h; sourceTree = "<group>"; };
1.90 @@ -100,10 +152,18 @@
1.91 27E822A00F81C5660019BE60 /* MYKey.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYKey.h; sourceTree = "<group>"; };
1.92 27E822A10F81C5660019BE60 /* MYKey.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYKey.m; sourceTree = "<group>"; };
1.93 27EAF0390F8B2D700091AF95 /* README.textile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.textile; sourceTree = "<group>"; };
1.94 + 27FEB3E60FBA63D200290049 /* MYCrypto.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYCrypto.h; sourceTree = "<group>"; };
1.95 8DD76FA10486AA7600D96B5E /* MYCrypto */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = MYCrypto; sourceTree = BUILT_PRODUCTS_DIR; };
1.96 /* End PBXFileReference section */
1.97
1.98 /* Begin PBXFrameworksBuildPhase section */
1.99 + 2706F1A90F9D3C5F00292CCF /* Frameworks */ = {
1.100 + isa = PBXFrameworksBuildPhase;
1.101 + buildActionMask = 2147483647;
1.102 + files = (
1.103 + );
1.104 + runOnlyForDeploymentPostprocessing = 0;
1.105 + };
1.106 8DD76F9B0486AA7600D96B5E /* Frameworks */ = {
1.107 isa = PBXFrameworksBuildPhase;
1.108 buildActionMask = 2147483647;
1.109 @@ -123,7 +183,7 @@
1.110 children = (
1.111 08FB7795FE84155DC02AAC07 /* Source */,
1.112 27059D4E0F8F9B9E00A8422F /* Encryption */,
1.113 - 274861440F8D757600FE617B /* Certificate Generation */,
1.114 + 274861440F8D757600FE617B /* Certificates */,
1.115 270B881C0F8D055A00C56781 /* Internal */,
1.116 27CFF4CC0F7E86E8000B418E /* MYUtilities */,
1.117 C6859EA2029092E104C91782 /* Documentation */,
1.118 @@ -162,6 +222,7 @@
1.119 27059D750F8FA23100A8422F /* MYCrypto+Cocoa.h */,
1.120 27059D760F8FA23100A8422F /* MYCrypto+Cocoa.m */,
1.121 27EAF0390F8B2D700091AF95 /* README.textile */,
1.122 + 27FEB3E60FBA63D200290049 /* MYCrypto.h */,
1.123 );
1.124 name = Source;
1.125 sourceTree = "<group>";
1.126 @@ -178,6 +239,7 @@
1.127 isa = PBXGroup;
1.128 children = (
1.129 8DD76FA10486AA7600D96B5E /* MYCrypto */,
1.130 + 2706F1AB0F9D3C5F00292CCF /* libMYCrypto.a */,
1.131 );
1.132 name = Products;
1.133 sourceTree = "<group>";
1.134 @@ -208,13 +270,21 @@
1.135 name = Internal;
1.136 sourceTree = "<group>";
1.137 };
1.138 - 274861440F8D757600FE617B /* Certificate Generation */ = {
1.139 + 274861440F8D757600FE617B /* Certificates */ = {
1.140 isa = PBXGroup;
1.141 children = (
1.142 27A42ECC0F8689D30063D362 /* MYCertGen.h */,
1.143 27A42ECD0F8689D30063D362 /* MYCertGen.m */,
1.144 + 27B852F30FCF4EB6005631F9 /* MYASN1Object.h */,
1.145 + 27B852F40FCF4EB7005631F9 /* MYASN1Object.m */,
1.146 + 270A7A710FD58FF200770C4D /* MYBERParser.h */,
1.147 + 270A7A720FD58FF200770C4D /* MYBERParser.m */,
1.148 + 27B855250FD077A6005631F9 /* MYDEREncoder.h */,
1.149 + 27B855260FD077A6005631F9 /* MYDEREncoder.m */,
1.150 + 27B852FC0FCF4ECB005631F9 /* MYOID.h */,
1.151 + 27B852FD0FCF4ECB005631F9 /* MYOID.m */,
1.152 );
1.153 - name = "Certificate Generation";
1.154 + name = Certificates;
1.155 sourceTree = "<group>";
1.156 };
1.157 27CFF4CC0F7E86E8000B418E /* MYUtilities */ = {
1.158 @@ -244,7 +314,54 @@
1.159 };
1.160 /* End PBXGroup section */
1.161
1.162 +/* Begin PBXHeadersBuildPhase section */
1.163 + 2706F1A70F9D3C5F00292CCF /* Headers */ = {
1.164 + isa = PBXHeadersBuildPhase;
1.165 + buildActionMask = 2147483647;
1.166 + files = (
1.167 + 2706F1AE0F9D3C7100292CCF /* MYCertificate.h in Headers */,
1.168 + 2706F1B00F9D3C7200292CCF /* MYCrypto+Cocoa.h in Headers */,
1.169 + 2706F1B20F9D3C7400292CCF /* MYCryptoConfig.h in Headers */,
1.170 + 2706F1B30F9D3C7600292CCF /* MYDigest.h in Headers */,
1.171 + 2706F1B50F9D3C7700292CCF /* MYIdentity.h in Headers */,
1.172 + 2706F1B70F9D3C7900292CCF /* MYKey.h in Headers */,
1.173 + 2706F1B90F9D3C7C00292CCF /* MYKeychain.h in Headers */,
1.174 + 2706F1BB0F9D3C7D00292CCF /* MYKeychainItem.h in Headers */,
1.175 + 2706F1BD0F9D3C7E00292CCF /* MYPrivateKey.h in Headers */,
1.176 + 2706F1BF0F9D3C8000292CCF /* MYPublicKey.h in Headers */,
1.177 + 2706F1C20F9D3C8200292CCF /* MYSymmetricKey.h in Headers */,
1.178 + 2706F1C40F9D3C8800292CCF /* MYCryptor.h in Headers */,
1.179 + 2706F1C60F9D3C8900292CCF /* MYDecoder.h in Headers */,
1.180 + 2706F1C80F9D3C8B00292CCF /* MYEncoder.h in Headers */,
1.181 + 2706F1CA0F9D3C9200292CCF /* MYCertGen.h in Headers */,
1.182 + 27FEB3E70FBA63D200290049 /* MYCrypto.h in Headers */,
1.183 + 27B852F60FCF4EB7005631F9 /* MYASN1Object.h in Headers */,
1.184 + 27B852FE0FCF4ECB005631F9 /* MYOID.h in Headers */,
1.185 + 27B855270FD077A6005631F9 /* MYDEREncoder.h in Headers */,
1.186 + 270A7A730FD58FF200770C4D /* MYBERParser.h in Headers */,
1.187 + );
1.188 + runOnlyForDeploymentPostprocessing = 0;
1.189 + };
1.190 +/* End PBXHeadersBuildPhase section */
1.191 +
1.192 /* Begin PBXNativeTarget section */
1.193 + 2706F1AA0F9D3C5F00292CCF /* Static Lib */ = {
1.194 + isa = PBXNativeTarget;
1.195 + buildConfigurationList = 2706F1CE0F9D3CDD00292CCF /* Build configuration list for PBXNativeTarget "Static Lib" */;
1.196 + buildPhases = (
1.197 + 2706F1A70F9D3C5F00292CCF /* Headers */,
1.198 + 2706F1A80F9D3C5F00292CCF /* Sources */,
1.199 + 2706F1A90F9D3C5F00292CCF /* Frameworks */,
1.200 + );
1.201 + buildRules = (
1.202 + );
1.203 + dependencies = (
1.204 + );
1.205 + name = "Static Lib";
1.206 + productName = "Static Lib";
1.207 + productReference = 2706F1AB0F9D3C5F00292CCF /* libMYCrypto.a */;
1.208 + productType = "com.apple.product-type.library.static";
1.209 + };
1.210 8DD76F960486AA7600D96B5E /* MYCrypto */ = {
1.211 isa = PBXNativeTarget;
1.212 buildConfigurationList = 1DEB927408733DD40010E9CD /* Build configuration list for PBXNativeTarget "MYCrypto" */;
1.213 @@ -277,6 +394,7 @@
1.214 projectRoot = "";
1.215 targets = (
1.216 8DD76F960486AA7600D96B5E /* MYCrypto */,
1.217 + 2706F1AA0F9D3C5F00292CCF /* Static Lib */,
1.218 );
1.219 };
1.220 /* End PBXProject section */
1.221 @@ -299,6 +417,32 @@
1.222 /* End PBXShellScriptBuildPhase section */
1.223
1.224 /* Begin PBXSourcesBuildPhase section */
1.225 + 2706F1A80F9D3C5F00292CCF /* Sources */ = {
1.226 + isa = PBXSourcesBuildPhase;
1.227 + buildActionMask = 2147483647;
1.228 + files = (
1.229 + 2706F1AF0F9D3C7100292CCF /* MYCertificate.m in Sources */,
1.230 + 2706F1B10F9D3C7300292CCF /* MYCrypto+Cocoa.m in Sources */,
1.231 + 2706F1B40F9D3C7700292CCF /* MYDigest.m in Sources */,
1.232 + 2706F1B60F9D3C7800292CCF /* MYIdentity.m in Sources */,
1.233 + 2706F1B80F9D3C7A00292CCF /* MYKey.m in Sources */,
1.234 + 2706F1BA0F9D3C7D00292CCF /* MYKeychain.m in Sources */,
1.235 + 2706F1BC0F9D3C7E00292CCF /* MYKeychainItem.m in Sources */,
1.236 + 2706F1BE0F9D3C7F00292CCF /* MYPrivateKey.m in Sources */,
1.237 + 2706F1C00F9D3C8000292CCF /* MYPublicKey.m in Sources */,
1.238 + 2706F1C10F9D3C8100292CCF /* MYSymmetricKey-iPhone.m in Sources */,
1.239 + 2706F1C30F9D3C8300292CCF /* MYSymmetricKey.m in Sources */,
1.240 + 2706F1C50F9D3C8900292CCF /* MYCryptor.m in Sources */,
1.241 + 2706F1C70F9D3C8A00292CCF /* MYDecoder.m in Sources */,
1.242 + 2706F1C90F9D3C8B00292CCF /* MYEncoder.m in Sources */,
1.243 + 2706F1CB0F9D3C9300292CCF /* MYCertGen.m in Sources */,
1.244 + 27B852F70FCF4EB7005631F9 /* MYASN1Object.m in Sources */,
1.245 + 27B852FF0FCF4ECB005631F9 /* MYOID.m in Sources */,
1.246 + 27B855280FD077A7005631F9 /* MYDEREncoder.m in Sources */,
1.247 + 270A7A740FD58FF200770C4D /* MYBERParser.m in Sources */,
1.248 + );
1.249 + runOnlyForDeploymentPostprocessing = 0;
1.250 + };
1.251 8DD76F990486AA7600D96B5E /* Sources */ = {
1.252 isa = PBXSourcesBuildPhase;
1.253 buildActionMask = 2147483647;
1.254 @@ -325,6 +469,10 @@
1.255 27059D770F8FA23100A8422F /* MYCrypto+Cocoa.m in Sources */,
1.256 27059DE50F8FAF6500A8422F /* MYDecoder.m in Sources */,
1.257 27410FF00F99200A00AD413F /* MYSymmetricKey-iPhone.m in Sources */,
1.258 + 27B852F50FCF4EB7005631F9 /* MYASN1Object.m in Sources */,
1.259 + 27B853000FCF4ECB005631F9 /* MYOID.m in Sources */,
1.260 + 27B855290FD077A7005631F9 /* MYDEREncoder.m in Sources */,
1.261 + 270A7A750FD58FF200770C4D /* MYBERParser.m in Sources */,
1.262 );
1.263 runOnlyForDeploymentPostprocessing = 0;
1.264 };
1.265 @@ -368,6 +516,27 @@
1.266 };
1.267 name = Release;
1.268 };
1.269 + 2706F1AC0F9D3C6200292CCF /* Debug */ = {
1.270 + isa = XCBuildConfiguration;
1.271 + buildSettings = {
1.272 + ALWAYS_SEARCH_USER_PATHS = NO;
1.273 + COPY_PHASE_STRIP = NO;
1.274 + INSTALL_PATH = /usr/local/lib;
1.275 + PRODUCT_NAME = MYCrypto;
1.276 + };
1.277 + name = Debug;
1.278 + };
1.279 + 2706F1AD0F9D3C6200292CCF /* Release */ = {
1.280 + isa = XCBuildConfiguration;
1.281 + buildSettings = {
1.282 + ALWAYS_SEARCH_USER_PATHS = NO;
1.283 + COPY_PHASE_STRIP = YES;
1.284 + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
1.285 + INSTALL_PATH = /usr/local/lib;
1.286 + PRODUCT_NAME = MYCrypto;
1.287 + };
1.288 + name = Release;
1.289 + };
1.290 /* End XCBuildConfiguration section */
1.291
1.292 /* Begin XCConfigurationList section */
1.293 @@ -389,6 +558,15 @@
1.294 defaultConfigurationIsVisible = 0;
1.295 defaultConfigurationName = Release;
1.296 };
1.297 + 2706F1CE0F9D3CDD00292CCF /* Build configuration list for PBXNativeTarget "Static Lib" */ = {
1.298 + isa = XCConfigurationList;
1.299 + buildConfigurations = (
1.300 + 2706F1AC0F9D3C6200292CCF /* Debug */,
1.301 + 2706F1AD0F9D3C6200292CCF /* Release */,
1.302 + );
1.303 + defaultConfigurationIsVisible = 0;
1.304 + defaultConfigurationName = Release;
1.305 + };
1.306 /* End XCConfigurationList section */
1.307 };
1.308 rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;