Working on export/import of symmetric keys, and passphrase entry. Not ready for release quite yet.
9 /* Begin PBXBuildFile section */
10 27059D530F8F9BB500A8422F /* MYEncoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 27059D500F8F9BB500A8422F /* MYEncoder.m */; };
11 27059D770F8FA23100A8422F /* MYCrypto+Cocoa.m in Sources */ = {isa = PBXBuildFile; fileRef = 27059D760F8FA23100A8422F /* MYCrypto+Cocoa.m */; };
12 27059D840F8FA82500A8422F /* SecurityInterface.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 27059D830F8FA82500A8422F /* SecurityInterface.framework */; };
13 27059DE50F8FAF6500A8422F /* MYDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 27059D520F8F9BB500A8422F /* MYDecoder.m */; };
14 270B879F0F8C565000C56781 /* MYPrivateKey.m in Sources */ = {isa = PBXBuildFile; fileRef = 270B879E0F8C565000C56781 /* MYPrivateKey.m */; };
15 27410FF00F99200A00AD413F /* MYSymmetricKey-iPhone.m in Sources */ = {isa = PBXBuildFile; fileRef = 27410FEF0F99200A00AD413F /* MYSymmetricKey-iPhone.m */; };
16 274861D50F8E4B5200FE617B /* MYCertGen.m in Sources */ = {isa = PBXBuildFile; fileRef = 27A42ECD0F8689D30063D362 /* MYCertGen.m */; };
17 274863A20F8EF39400FE617B /* MYIdentity.m in Sources */ = {isa = PBXBuildFile; fileRef = 274863A10F8EF39400FE617B /* MYIdentity.m */; };
18 27A42CBF0F8578B40063D362 /* MYCryptoTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 27A42CBE0F8578B40063D362 /* MYCryptoTest.m */; };
19 27A42D1E0F8586CE0063D362 /* MYKey.m in Sources */ = {isa = PBXBuildFile; fileRef = 27E822A10F81C5660019BE60 /* MYKey.m */; };
20 27A42D420F858ED80063D362 /* MYSymmetricKey.m in Sources */ = {isa = PBXBuildFile; fileRef = 27A42D410F858ED80063D362 /* MYSymmetricKey.m */; };
21 27CFF4C10F7E8535000B418E /* MYCertificate.m in Sources */ = {isa = PBXBuildFile; fileRef = 27CFF4B20F7E8535000B418E /* MYCertificate.m */; };
22 27CFF4C20F7E8535000B418E /* MYCryptor.m in Sources */ = {isa = PBXBuildFile; fileRef = 27CFF4B40F7E8535000B418E /* MYCryptor.m */; };
23 27CFF4C30F7E8535000B418E /* MYKeychain.m in Sources */ = {isa = PBXBuildFile; fileRef = 27CFF4B60F7E8535000B418E /* MYKeychain.m */; };
24 27CFF4C40F7E8535000B418E /* MYKeychainItem.m in Sources */ = {isa = PBXBuildFile; fileRef = 27CFF4B80F7E8535000B418E /* MYKeychainItem.m */; };
25 27CFF4C70F7E8535000B418E /* MYPublicKey.m in Sources */ = {isa = PBXBuildFile; fileRef = 27CFF4BD0F7E8535000B418E /* MYPublicKey.m */; };
26 27CFF4C80F7E8535000B418E /* MYDigest.m in Sources */ = {isa = PBXBuildFile; fileRef = 27CFF4C00F7E8535000B418E /* MYDigest.m */; };
27 27CFF4D50F7E8726000B418E /* CollectionUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 27CFF4CE0F7E8726000B418E /* CollectionUtils.m */; };
28 27CFF4D60F7E8726000B418E /* ExceptionUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 27CFF4D00F7E8726000B418E /* ExceptionUtils.m */; };
29 27CFF4D70F7E8726000B418E /* Logging.m in Sources */ = {isa = PBXBuildFile; fileRef = 27CFF4D20F7E8726000B418E /* Logging.m */; };
30 27CFF4D80F7E8726000B418E /* Test.m in Sources */ = {isa = PBXBuildFile; fileRef = 27CFF4D40F7E8726000B418E /* Test.m */; };
31 27CFF51F0F7E94AE000B418E /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 27CFF51E0F7E94AE000B418E /* Security.framework */; };
32 27CFF5220F7E94DF000B418E /* MYCrypto_main.m in Sources */ = {isa = PBXBuildFile; fileRef = 27CFF5210F7E94DF000B418E /* MYCrypto_main.m */; };
33 27CFF5760F7E999B000B418E /* MYErrorUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 27CFF5750F7E999B000B418E /* MYErrorUtils.m */; };
34 27E820720F7EA6260019BE60 /* CoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 27E820710F7EA6260019BE60 /* CoreServices.framework */; };
35 8DD76F9C0486AA7600D96B5E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 08FB779EFE84155DC02AAC07 /* Foundation.framework */; };
36 /* End PBXBuildFile section */
38 /* Begin PBXCopyFilesBuildPhase section */
39 8DD76F9E0486AA7600D96B5E /* CopyFiles */ = {
40 isa = PBXCopyFilesBuildPhase;
42 dstPath = /usr/share/man/man1/;
46 runOnlyForDeploymentPostprocessing = 1;
48 /* End PBXCopyFilesBuildPhase section */
50 /* Begin PBXFileReference section */
51 08FB779EFE84155DC02AAC07 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
52 27059D4F0F8F9BB500A8422F /* MYEncoder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYEncoder.h; sourceTree = "<group>"; };
53 27059D500F8F9BB500A8422F /* MYEncoder.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYEncoder.m; sourceTree = "<group>"; };
54 27059D510F8F9BB500A8422F /* MYDecoder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYDecoder.h; sourceTree = "<group>"; };
55 27059D520F8F9BB500A8422F /* MYDecoder.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYDecoder.m; sourceTree = "<group>"; };
56 27059D750F8FA23100A8422F /* MYCrypto+Cocoa.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "MYCrypto+Cocoa.h"; sourceTree = "<group>"; };
57 27059D760F8FA23100A8422F /* MYCrypto+Cocoa.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "MYCrypto+Cocoa.m"; sourceTree = "<group>"; };
58 27059D830F8FA82500A8422F /* SecurityInterface.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SecurityInterface.framework; path = /System/Library/Frameworks/SecurityInterface.framework; sourceTree = "<absolute>"; };
59 270B879D0F8C565000C56781 /* MYPrivateKey.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYPrivateKey.h; sourceTree = "<group>"; };
60 270B879E0F8C565000C56781 /* MYPrivateKey.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYPrivateKey.m; sourceTree = "<group>"; };
61 27410FEF0F99200A00AD413F /* MYSymmetricKey-iPhone.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "MYSymmetricKey-iPhone.m"; sourceTree = "<group>"; };
62 2748604D0F8D5C4C00FE617B /* MYCrypto_Release.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = MYCrypto_Release.xcconfig; sourceTree = "<group>"; };
63 274863A00F8EF39400FE617B /* MYIdentity.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYIdentity.h; sourceTree = "<group>"; };
64 274863A10F8EF39400FE617B /* MYIdentity.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYIdentity.m; sourceTree = "<group>"; };
65 27A42CBE0F8578B40063D362 /* MYCryptoTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYCryptoTest.m; sourceTree = "<group>"; };
66 27A42D400F858ED80063D362 /* MYSymmetricKey.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYSymmetricKey.h; sourceTree = "<group>"; };
67 27A42D410F858ED80063D362 /* MYSymmetricKey.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYSymmetricKey.m; sourceTree = "<group>"; };
68 27A42ECC0F8689D30063D362 /* MYCertGen.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYCertGen.h; sourceTree = "<group>"; };
69 27A42ECD0F8689D30063D362 /* MYCertGen.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYCertGen.m; sourceTree = "<group>"; };
70 27AAD97B0F892A0D0064DD7C /* MYCryptoConfig.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYCryptoConfig.h; sourceTree = "<group>"; };
71 27CFF4B10F7E8535000B418E /* MYCertificate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYCertificate.h; sourceTree = "<group>"; };
72 27CFF4B20F7E8535000B418E /* MYCertificate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYCertificate.m; sourceTree = "<group>"; };
73 27CFF4B30F7E8535000B418E /* MYCryptor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYCryptor.h; sourceTree = "<group>"; };
74 27CFF4B40F7E8535000B418E /* MYCryptor.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYCryptor.m; sourceTree = "<group>"; };
75 27CFF4B50F7E8535000B418E /* MYKeychain.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYKeychain.h; sourceTree = "<group>"; };
76 27CFF4B60F7E8535000B418E /* MYKeychain.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYKeychain.m; sourceTree = "<group>"; };
77 27CFF4B70F7E8535000B418E /* MYKeychainItem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYKeychainItem.h; sourceTree = "<group>"; };
78 27CFF4B80F7E8535000B418E /* MYKeychainItem.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYKeychainItem.m; sourceTree = "<group>"; };
79 27CFF4BC0F7E8535000B418E /* MYPublicKey.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYPublicKey.h; sourceTree = "<group>"; };
80 27CFF4BD0F7E8535000B418E /* MYPublicKey.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYPublicKey.m; sourceTree = "<group>"; };
81 27CFF4BE0F7E8535000B418E /* MYCrypto_Private.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYCrypto_Private.h; sourceTree = "<group>"; };
82 27CFF4BF0F7E8535000B418E /* MYDigest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYDigest.h; sourceTree = "<group>"; };
83 27CFF4C00F7E8535000B418E /* MYDigest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYDigest.m; sourceTree = "<group>"; };
84 27CFF4CD0F7E8726000B418E /* CollectionUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CollectionUtils.h; path = ../MYUtilities/CollectionUtils.h; sourceTree = SOURCE_ROOT; };
85 27CFF4CE0F7E8726000B418E /* CollectionUtils.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CollectionUtils.m; path = ../MYUtilities/CollectionUtils.m; sourceTree = SOURCE_ROOT; };
86 27CFF4CF0F7E8726000B418E /* ExceptionUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ExceptionUtils.h; path = ../MYUtilities/ExceptionUtils.h; sourceTree = SOURCE_ROOT; };
87 27CFF4D00F7E8726000B418E /* ExceptionUtils.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ExceptionUtils.m; path = ../MYUtilities/ExceptionUtils.m; sourceTree = SOURCE_ROOT; };
88 27CFF4D10F7E8726000B418E /* Logging.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Logging.h; path = ../MYUtilities/Logging.h; sourceTree = SOURCE_ROOT; };
89 27CFF4D20F7E8726000B418E /* Logging.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = Logging.m; path = ../MYUtilities/Logging.m; sourceTree = SOURCE_ROOT; };
90 27CFF4D30F7E8726000B418E /* Test.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Test.h; path = ../MYUtilities/Test.h; sourceTree = SOURCE_ROOT; };
91 27CFF4D40F7E8726000B418E /* Test.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = Test.m; path = ../MYUtilities/Test.m; sourceTree = SOURCE_ROOT; };
92 27CFF5120F7E9212000B418E /* MYCrypto.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = MYCrypto.xcconfig; sourceTree = "<group>"; };
93 27CFF51E0F7E94AE000B418E /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = System/Library/Frameworks/Security.framework; sourceTree = SDKROOT; };
94 27CFF5210F7E94DF000B418E /* MYCrypto_main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYCrypto_main.m; sourceTree = "<group>"; };
95 27CFF5400F7E9653000B418E /* MYCrypto_Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = MYCrypto_Debug.xcconfig; sourceTree = "<group>"; };
96 27CFF5740F7E999B000B418E /* MYErrorUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYErrorUtils.h; sourceTree = "<group>"; };
97 27CFF5750F7E999B000B418E /* MYErrorUtils.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYErrorUtils.m; sourceTree = "<group>"; };
98 27CFF57C0F7EA117000B418E /* MYError_CSSMErrorDomain.strings */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; path = MYError_CSSMErrorDomain.strings; sourceTree = "<group>"; };
99 27E820710F7EA6260019BE60 /* CoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreServices.framework; path = System/Library/Frameworks/CoreServices.framework; sourceTree = SDKROOT; };
100 27E822A00F81C5660019BE60 /* MYKey.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYKey.h; sourceTree = "<group>"; };
101 27E822A10F81C5660019BE60 /* MYKey.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYKey.m; sourceTree = "<group>"; };
102 27EAF0390F8B2D700091AF95 /* README.textile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.textile; sourceTree = "<group>"; };
103 8DD76FA10486AA7600D96B5E /* MYCrypto */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = MYCrypto; sourceTree = BUILT_PRODUCTS_DIR; };
104 /* End PBXFileReference section */
106 /* Begin PBXFrameworksBuildPhase section */
107 8DD76F9B0486AA7600D96B5E /* Frameworks */ = {
108 isa = PBXFrameworksBuildPhase;
109 buildActionMask = 2147483647;
111 8DD76F9C0486AA7600D96B5E /* Foundation.framework in Frameworks */,
112 27CFF51F0F7E94AE000B418E /* Security.framework in Frameworks */,
113 27E820720F7EA6260019BE60 /* CoreServices.framework in Frameworks */,
114 27059D840F8FA82500A8422F /* SecurityInterface.framework in Frameworks */,
116 runOnlyForDeploymentPostprocessing = 0;
118 /* End PBXFrameworksBuildPhase section */
120 /* Begin PBXGroup section */
121 08FB7794FE84155DC02AAC07 /* MYCrypto */ = {
124 08FB7795FE84155DC02AAC07 /* Source */,
125 27059D4E0F8F9B9E00A8422F /* Encryption */,
126 274861440F8D757600FE617B /* Certificate Generation */,
127 270B881C0F8D055A00C56781 /* Internal */,
128 27CFF4CC0F7E86E8000B418E /* MYUtilities */,
129 C6859EA2029092E104C91782 /* Documentation */,
130 08FB779DFE84155DC02AAC07 /* External Frameworks and Libraries */,
131 1AB674ADFE9D54B511CA2CBB /* Products */,
132 27CFF51E0F7E94AE000B418E /* Security.framework */,
133 27E820710F7EA6260019BE60 /* CoreServices.framework */,
134 27059D830F8FA82500A8422F /* SecurityInterface.framework */,
137 sourceTree = "<group>";
139 08FB7795FE84155DC02AAC07 /* Source */ = {
142 27CFF4B10F7E8535000B418E /* MYCertificate.h */,
143 27CFF4B20F7E8535000B418E /* MYCertificate.m */,
144 27CFF4BF0F7E8535000B418E /* MYDigest.h */,
145 27CFF4C00F7E8535000B418E /* MYDigest.m */,
146 274863A00F8EF39400FE617B /* MYIdentity.h */,
147 274863A10F8EF39400FE617B /* MYIdentity.m */,
148 27E822A00F81C5660019BE60 /* MYKey.h */,
149 27E822A10F81C5660019BE60 /* MYKey.m */,
150 27CFF4B50F7E8535000B418E /* MYKeychain.h */,
151 27CFF4B60F7E8535000B418E /* MYKeychain.m */,
152 27CFF4B70F7E8535000B418E /* MYKeychainItem.h */,
153 27CFF4B80F7E8535000B418E /* MYKeychainItem.m */,
154 27CFF4BC0F7E8535000B418E /* MYPublicKey.h */,
155 27CFF4BD0F7E8535000B418E /* MYPublicKey.m */,
156 270B879D0F8C565000C56781 /* MYPrivateKey.h */,
157 270B879E0F8C565000C56781 /* MYPrivateKey.m */,
158 27A42D400F858ED80063D362 /* MYSymmetricKey.h */,
159 27A42D410F858ED80063D362 /* MYSymmetricKey.m */,
160 27410FEF0F99200A00AD413F /* MYSymmetricKey-iPhone.m */,
161 27AAD97B0F892A0D0064DD7C /* MYCryptoConfig.h */,
162 27059D750F8FA23100A8422F /* MYCrypto+Cocoa.h */,
163 27059D760F8FA23100A8422F /* MYCrypto+Cocoa.m */,
164 27EAF0390F8B2D700091AF95 /* README.textile */,
167 sourceTree = "<group>";
169 08FB779DFE84155DC02AAC07 /* External Frameworks and Libraries */ = {
172 08FB779EFE84155DC02AAC07 /* Foundation.framework */,
174 name = "External Frameworks and Libraries";
175 sourceTree = "<group>";
177 1AB674ADFE9D54B511CA2CBB /* Products */ = {
180 8DD76FA10486AA7600D96B5E /* MYCrypto */,
183 sourceTree = "<group>";
185 27059D4E0F8F9B9E00A8422F /* Encryption */ = {
188 27059D4F0F8F9BB500A8422F /* MYEncoder.h */,
189 27059D500F8F9BB500A8422F /* MYEncoder.m */,
190 27059D510F8F9BB500A8422F /* MYDecoder.h */,
191 27059D520F8F9BB500A8422F /* MYDecoder.m */,
192 27CFF4B30F7E8535000B418E /* MYCryptor.h */,
193 27CFF4B40F7E8535000B418E /* MYCryptor.m */,
196 sourceTree = "<group>";
198 270B881C0F8D055A00C56781 /* Internal */ = {
201 27CFF4BE0F7E8535000B418E /* MYCrypto_Private.h */,
202 27A42CBE0F8578B40063D362 /* MYCryptoTest.m */,
203 27CFF5210F7E94DF000B418E /* MYCrypto_main.m */,
204 27CFF5120F7E9212000B418E /* MYCrypto.xcconfig */,
205 27CFF5400F7E9653000B418E /* MYCrypto_Debug.xcconfig */,
206 2748604D0F8D5C4C00FE617B /* MYCrypto_Release.xcconfig */,
209 sourceTree = "<group>";
211 274861440F8D757600FE617B /* Certificate Generation */ = {
214 27A42ECC0F8689D30063D362 /* MYCertGen.h */,
215 27A42ECD0F8689D30063D362 /* MYCertGen.m */,
217 name = "Certificate Generation";
218 sourceTree = "<group>";
220 27CFF4CC0F7E86E8000B418E /* MYUtilities */ = {
223 27CFF4CD0F7E8726000B418E /* CollectionUtils.h */,
224 27CFF4CE0F7E8726000B418E /* CollectionUtils.m */,
225 27CFF4CF0F7E8726000B418E /* ExceptionUtils.h */,
226 27CFF4D00F7E8726000B418E /* ExceptionUtils.m */,
227 27CFF4D10F7E8726000B418E /* Logging.h */,
228 27CFF4D20F7E8726000B418E /* Logging.m */,
229 27CFF4D30F7E8726000B418E /* Test.h */,
230 27CFF4D40F7E8726000B418E /* Test.m */,
231 27CFF5740F7E999B000B418E /* MYErrorUtils.h */,
232 27CFF5750F7E999B000B418E /* MYErrorUtils.m */,
233 27CFF57C0F7EA117000B418E /* MYError_CSSMErrorDomain.strings */,
236 sourceTree = MYUtilities;
238 C6859EA2029092E104C91782 /* Documentation */ = {
242 name = Documentation;
243 sourceTree = "<group>";
245 /* End PBXGroup section */
247 /* Begin PBXNativeTarget section */
248 8DD76F960486AA7600D96B5E /* MYCrypto */ = {
249 isa = PBXNativeTarget;
250 buildConfigurationList = 1DEB927408733DD40010E9CD /* Build configuration list for PBXNativeTarget "MYCrypto" */;
252 8DD76F990486AA7600D96B5E /* Sources */,
253 8DD76F9B0486AA7600D96B5E /* Frameworks */,
254 8DD76F9E0486AA7600D96B5E /* CopyFiles */,
255 27EAF0C60F8BD4ED0091AF95 /* ShellScript */,
262 productInstallPath = "$(HOME)/bin";
263 productName = MYCrypto;
264 productReference = 8DD76FA10486AA7600D96B5E /* MYCrypto */;
265 productType = "com.apple.product-type.tool";
267 /* End PBXNativeTarget section */
269 /* Begin PBXProject section */
270 08FB7793FE84155DC02AAC07 /* Project object */ = {
272 buildConfigurationList = 1DEB927808733DD40010E9CD /* Build configuration list for PBXProject "MYCrypto" */;
273 compatibilityVersion = "Xcode 3.1";
274 hasScannedForEncodings = 1;
275 mainGroup = 08FB7794FE84155DC02AAC07 /* MYCrypto */;
279 8DD76F960486AA7600D96B5E /* MYCrypto */,
282 /* End PBXProject section */
284 /* Begin PBXShellScriptBuildPhase section */
285 27EAF0C60F8BD4ED0091AF95 /* ShellScript */ = {
286 isa = PBXShellScriptBuildPhase;
287 buildActionMask = 2147483647;
294 runOnlyForDeploymentPostprocessing = 0;
296 shellScript = "if [ `which doxygen` ]; then\n doxygen 2>&1 | sed s/Warning/warning/\nfi\n";
297 showEnvVarsInLog = 0;
299 /* End PBXShellScriptBuildPhase section */
301 /* Begin PBXSourcesBuildPhase section */
302 8DD76F990486AA7600D96B5E /* Sources */ = {
303 isa = PBXSourcesBuildPhase;
304 buildActionMask = 2147483647;
306 27CFF4C10F7E8535000B418E /* MYCertificate.m in Sources */,
307 27CFF4C20F7E8535000B418E /* MYCryptor.m in Sources */,
308 27CFF4C30F7E8535000B418E /* MYKeychain.m in Sources */,
309 27CFF4C40F7E8535000B418E /* MYKeychainItem.m in Sources */,
310 27CFF4C70F7E8535000B418E /* MYPublicKey.m in Sources */,
311 27CFF4C80F7E8535000B418E /* MYDigest.m in Sources */,
312 27CFF4D50F7E8726000B418E /* CollectionUtils.m in Sources */,
313 27CFF4D60F7E8726000B418E /* ExceptionUtils.m in Sources */,
314 27CFF4D70F7E8726000B418E /* Logging.m in Sources */,
315 27CFF4D80F7E8726000B418E /* Test.m in Sources */,
316 27CFF5220F7E94DF000B418E /* MYCrypto_main.m in Sources */,
317 27CFF5760F7E999B000B418E /* MYErrorUtils.m in Sources */,
318 27A42CBF0F8578B40063D362 /* MYCryptoTest.m in Sources */,
319 27A42D1E0F8586CE0063D362 /* MYKey.m in Sources */,
320 27A42D420F858ED80063D362 /* MYSymmetricKey.m in Sources */,
321 270B879F0F8C565000C56781 /* MYPrivateKey.m in Sources */,
322 274861D50F8E4B5200FE617B /* MYCertGen.m in Sources */,
323 274863A20F8EF39400FE617B /* MYIdentity.m in Sources */,
324 27059D530F8F9BB500A8422F /* MYEncoder.m in Sources */,
325 27059D770F8FA23100A8422F /* MYCrypto+Cocoa.m in Sources */,
326 27059DE50F8FAF6500A8422F /* MYDecoder.m in Sources */,
327 27410FF00F99200A00AD413F /* MYSymmetricKey-iPhone.m in Sources */,
329 runOnlyForDeploymentPostprocessing = 0;
331 /* End PBXSourcesBuildPhase section */
333 /* Begin XCBuildConfiguration section */
334 1DEB927508733DD40010E9CD /* Debug */ = {
335 isa = XCBuildConfiguration;
337 COPY_PHASE_STRIP = NO;
338 INSTALL_PATH = /usr/local/bin;
339 PRODUCT_NAME = MYCrypto;
343 1DEB927608733DD40010E9CD /* Release */ = {
344 isa = XCBuildConfiguration;
345 baseConfigurationReference = 27CFF5120F7E9212000B418E /* MYCrypto.xcconfig */;
347 INSTALL_PATH = /usr/local/bin;
348 PRODUCT_NAME = MYCrypto;
352 1DEB927908733DD40010E9CD /* Debug */ = {
353 isa = XCBuildConfiguration;
354 baseConfigurationReference = 27CFF5400F7E9653000B418E /* MYCrypto_Debug.xcconfig */;
356 ALWAYS_SEARCH_USER_PATHS = NO;
357 HEADER_SEARCH_PATHS = "/Code/MYCrypto/**";
361 1DEB927A08733DD40010E9CD /* Release */ = {
362 isa = XCBuildConfiguration;
363 baseConfigurationReference = 2748604D0F8D5C4C00FE617B /* MYCrypto_Release.xcconfig */;
365 ALWAYS_SEARCH_USER_PATHS = NO;
366 HEADER_SEARCH_PATHS = "/Code/MYCrypto/**";
370 /* End XCBuildConfiguration section */
372 /* Begin XCConfigurationList section */
373 1DEB927408733DD40010E9CD /* Build configuration list for PBXNativeTarget "MYCrypto" */ = {
374 isa = XCConfigurationList;
375 buildConfigurations = (
376 1DEB927508733DD40010E9CD /* Debug */,
377 1DEB927608733DD40010E9CD /* Release */,
379 defaultConfigurationIsVisible = 0;
380 defaultConfigurationName = Release;
382 1DEB927808733DD40010E9CD /* Build configuration list for PBXProject "MYCrypto" */ = {
383 isa = XCConfigurationList;
384 buildConfigurations = (
385 1DEB927908733DD40010E9CD /* Debug */,
386 1DEB927A08733DD40010E9CD /* Release */,
388 defaultConfigurationIsVisible = 0;
389 defaultConfigurationName = Release;
391 /* End XCConfigurationList section */
393 rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;