More work, mostly on documentation.
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 */
31 /* Begin PBXCopyFilesBuildPhase section */
32 8DD76F9E0486AA7600D96B5E /* CopyFiles */ = {
33 isa = PBXCopyFilesBuildPhase;
35 dstPath = /usr/share/man/man1/;
39 runOnlyForDeploymentPostprocessing = 1;
41 /* End PBXCopyFilesBuildPhase section */
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 27AAD97B0F892A0D0064DD7C /* MYCryptoConfig.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYCryptoConfig.h; sourceTree = "<group>"; };
51 27CFF4B10F7E8535000B418E /* MYCertificate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYCertificate.h; sourceTree = "<group>"; };
52 27CFF4B20F7E8535000B418E /* MYCertificate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYCertificate.m; sourceTree = "<group>"; };
53 27CFF4B30F7E8535000B418E /* MYCryptor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYCryptor.h; sourceTree = "<group>"; };
54 27CFF4B40F7E8535000B418E /* MYCryptor.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYCryptor.m; sourceTree = "<group>"; };
55 27CFF4B50F7E8535000B418E /* MYKeychain.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYKeychain.h; sourceTree = "<group>"; };
56 27CFF4B60F7E8535000B418E /* MYKeychain.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYKeychain.m; sourceTree = "<group>"; };
57 27CFF4B70F7E8535000B418E /* MYKeychainItem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYKeychainItem.h; sourceTree = "<group>"; };
58 27CFF4B80F7E8535000B418E /* MYKeychainItem.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYKeychainItem.m; sourceTree = "<group>"; };
59 27CFF4BA0F7E8535000B418E /* MYKeyPair.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYKeyPair.h; sourceTree = "<group>"; };
60 27CFF4BB0F7E8535000B418E /* MYKeyPair.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYKeyPair.m; sourceTree = "<group>"; };
61 27CFF4BC0F7E8535000B418E /* MYPublicKey.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYPublicKey.h; sourceTree = "<group>"; };
62 27CFF4BD0F7E8535000B418E /* MYPublicKey.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYPublicKey.m; sourceTree = "<group>"; };
63 27CFF4BE0F7E8535000B418E /* MYCrypto_Private.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYCrypto_Private.h; sourceTree = "<group>"; };
64 27CFF4BF0F7E8535000B418E /* MYDigest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYDigest.h; sourceTree = "<group>"; };
65 27CFF4C00F7E8535000B418E /* MYDigest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYDigest.m; sourceTree = "<group>"; };
66 27CFF4CD0F7E8726000B418E /* CollectionUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CollectionUtils.h; path = ../MYUtilities/CollectionUtils.h; sourceTree = SOURCE_ROOT; };
67 27CFF4CE0F7E8726000B418E /* CollectionUtils.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CollectionUtils.m; path = ../MYUtilities/CollectionUtils.m; sourceTree = SOURCE_ROOT; };
68 27CFF4CF0F7E8726000B418E /* ExceptionUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ExceptionUtils.h; path = ../MYUtilities/ExceptionUtils.h; sourceTree = SOURCE_ROOT; };
69 27CFF4D00F7E8726000B418E /* ExceptionUtils.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ExceptionUtils.m; path = ../MYUtilities/ExceptionUtils.m; sourceTree = SOURCE_ROOT; };
70 27CFF4D10F7E8726000B418E /* Logging.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Logging.h; path = ../MYUtilities/Logging.h; sourceTree = SOURCE_ROOT; };
71 27CFF4D20F7E8726000B418E /* Logging.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = Logging.m; path = ../MYUtilities/Logging.m; sourceTree = SOURCE_ROOT; };
72 27CFF4D30F7E8726000B418E /* Test.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Test.h; path = ../MYUtilities/Test.h; sourceTree = SOURCE_ROOT; };
73 27CFF4D40F7E8726000B418E /* Test.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = Test.m; path = ../MYUtilities/Test.m; sourceTree = SOURCE_ROOT; };
74 27CFF5120F7E9212000B418E /* MYCrypto.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = MYCrypto.xcconfig; sourceTree = "<group>"; };
75 27CFF51E0F7E94AE000B418E /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = System/Library/Frameworks/Security.framework; sourceTree = SDKROOT; };
76 27CFF5210F7E94DF000B418E /* MYCrypto_main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYCrypto_main.m; sourceTree = "<group>"; };
77 27CFF5400F7E9653000B418E /* MYCrypto_Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = MYCrypto_Debug.xcconfig; sourceTree = "<group>"; };
78 27CFF5740F7E999B000B418E /* MYErrorUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYErrorUtils.h; sourceTree = "<group>"; };
79 27CFF5750F7E999B000B418E /* MYErrorUtils.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYErrorUtils.m; sourceTree = "<group>"; };
80 27CFF57C0F7EA117000B418E /* MYError_CSSMErrorDomain.strings */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; path = MYError_CSSMErrorDomain.strings; sourceTree = "<group>"; };
81 27E820710F7EA6260019BE60 /* CoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreServices.framework; path = System/Library/Frameworks/CoreServices.framework; sourceTree = SDKROOT; };
82 27E822A00F81C5660019BE60 /* MYKey.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYKey.h; sourceTree = "<group>"; };
83 27E822A10F81C5660019BE60 /* MYKey.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYKey.m; sourceTree = "<group>"; };
84 27EAF0390F8B2D700091AF95 /* README.textile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.textile; sourceTree = "<group>"; };
85 8DD76FA10486AA7600D96B5E /* MYCrypto */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = MYCrypto; sourceTree = BUILT_PRODUCTS_DIR; };
86 /* End PBXFileReference section */
88 /* Begin PBXFrameworksBuildPhase section */
89 8DD76F9B0486AA7600D96B5E /* Frameworks */ = {
90 isa = PBXFrameworksBuildPhase;
91 buildActionMask = 2147483647;
93 8DD76F9C0486AA7600D96B5E /* Foundation.framework in Frameworks */,
94 27CFF51F0F7E94AE000B418E /* Security.framework in Frameworks */,
95 27E820720F7EA6260019BE60 /* CoreServices.framework in Frameworks */,
97 runOnlyForDeploymentPostprocessing = 0;
99 /* End PBXFrameworksBuildPhase section */
101 /* Begin PBXGroup section */
102 08FB7794FE84155DC02AAC07 /* MYCrypto */ = {
105 08FB7795FE84155DC02AAC07 /* Source */,
106 27CFF4CC0F7E86E8000B418E /* MYUtilities */,
107 C6859EA2029092E104C91782 /* Documentation */,
108 08FB779DFE84155DC02AAC07 /* External Frameworks and Libraries */,
109 1AB674ADFE9D54B511CA2CBB /* Products */,
110 27CFF51E0F7E94AE000B418E /* Security.framework */,
111 27E820710F7EA6260019BE60 /* CoreServices.framework */,
114 sourceTree = "<group>";
116 08FB7795FE84155DC02AAC07 /* Source */ = {
119 27CFF4B10F7E8535000B418E /* MYCertificate.h */,
120 27CFF4B20F7E8535000B418E /* MYCertificate.m */,
121 27CFF4B30F7E8535000B418E /* MYCryptor.h */,
122 27CFF4B40F7E8535000B418E /* MYCryptor.m */,
123 27CFF4BF0F7E8535000B418E /* MYDigest.h */,
124 27CFF4C00F7E8535000B418E /* MYDigest.m */,
125 27E822A00F81C5660019BE60 /* MYKey.h */,
126 27E822A10F81C5660019BE60 /* MYKey.m */,
127 27CFF4B50F7E8535000B418E /* MYKeychain.h */,
128 27CFF4B60F7E8535000B418E /* MYKeychain.m */,
129 27CFF4B70F7E8535000B418E /* MYKeychainItem.h */,
130 27CFF4B80F7E8535000B418E /* MYKeychainItem.m */,
131 27CFF4BA0F7E8535000B418E /* MYKeyPair.h */,
132 27CFF4BB0F7E8535000B418E /* MYKeyPair.m */,
133 27CFF4BC0F7E8535000B418E /* MYPublicKey.h */,
134 27CFF4BD0F7E8535000B418E /* MYPublicKey.m */,
135 27A42D400F858ED80063D362 /* MYSymmetricKey.h */,
136 27A42D410F858ED80063D362 /* MYSymmetricKey.m */,
137 27AAD97B0F892A0D0064DD7C /* MYCryptoConfig.h */,
138 27CFF4BE0F7E8535000B418E /* MYCrypto_Private.h */,
139 27A42CBE0F8578B40063D362 /* MYCryptoTest.m */,
140 27CFF5210F7E94DF000B418E /* MYCrypto_main.m */,
141 27A42ECC0F8689D30063D362 /* MYCertGen.h */,
142 27A42ECD0F8689D30063D362 /* MYCertGen.m */,
143 27CFF5120F7E9212000B418E /* MYCrypto.xcconfig */,
144 27CFF5400F7E9653000B418E /* MYCrypto_Debug.xcconfig */,
145 27EAF0390F8B2D700091AF95 /* README.textile */,
148 sourceTree = "<group>";
150 08FB779DFE84155DC02AAC07 /* External Frameworks and Libraries */ = {
153 08FB779EFE84155DC02AAC07 /* Foundation.framework */,
155 name = "External Frameworks and Libraries";
156 sourceTree = "<group>";
158 1AB674ADFE9D54B511CA2CBB /* Products */ = {
161 8DD76FA10486AA7600D96B5E /* MYCrypto */,
164 sourceTree = "<group>";
166 27CFF4CC0F7E86E8000B418E /* MYUtilities */ = {
169 27CFF4CD0F7E8726000B418E /* CollectionUtils.h */,
170 27CFF4CE0F7E8726000B418E /* CollectionUtils.m */,
171 27CFF4CF0F7E8726000B418E /* ExceptionUtils.h */,
172 27CFF4D00F7E8726000B418E /* ExceptionUtils.m */,
173 27CFF4D10F7E8726000B418E /* Logging.h */,
174 27CFF4D20F7E8726000B418E /* Logging.m */,
175 27CFF4D30F7E8726000B418E /* Test.h */,
176 27CFF4D40F7E8726000B418E /* Test.m */,
177 27CFF5740F7E999B000B418E /* MYErrorUtils.h */,
178 27CFF5750F7E999B000B418E /* MYErrorUtils.m */,
179 27CFF57C0F7EA117000B418E /* MYError_CSSMErrorDomain.strings */,
182 sourceTree = MYUtilities;
184 C6859EA2029092E104C91782 /* Documentation */ = {
188 name = Documentation;
189 sourceTree = "<group>";
191 /* End PBXGroup section */
193 /* Begin PBXNativeTarget section */
194 8DD76F960486AA7600D96B5E /* MYCrypto */ = {
195 isa = PBXNativeTarget;
196 buildConfigurationList = 1DEB927408733DD40010E9CD /* Build configuration list for PBXNativeTarget "MYCrypto" */;
198 8DD76F990486AA7600D96B5E /* Sources */,
199 8DD76F9B0486AA7600D96B5E /* Frameworks */,
200 8DD76F9E0486AA7600D96B5E /* CopyFiles */,
207 productInstallPath = "$(HOME)/bin";
208 productName = MYCrypto;
209 productReference = 8DD76FA10486AA7600D96B5E /* MYCrypto */;
210 productType = "com.apple.product-type.tool";
212 /* End PBXNativeTarget section */
214 /* Begin PBXProject section */
215 08FB7793FE84155DC02AAC07 /* Project object */ = {
217 buildConfigurationList = 1DEB927808733DD40010E9CD /* Build configuration list for PBXProject "MYCrypto" */;
218 compatibilityVersion = "Xcode 3.1";
219 hasScannedForEncodings = 1;
220 mainGroup = 08FB7794FE84155DC02AAC07 /* MYCrypto */;
224 8DD76F960486AA7600D96B5E /* MYCrypto */,
227 /* End PBXProject section */
229 /* Begin PBXSourcesBuildPhase section */
230 8DD76F990486AA7600D96B5E /* Sources */ = {
231 isa = PBXSourcesBuildPhase;
232 buildActionMask = 2147483647;
234 27CFF4C10F7E8535000B418E /* MYCertificate.m in Sources */,
235 27CFF4C20F7E8535000B418E /* MYCryptor.m in Sources */,
236 27CFF4C30F7E8535000B418E /* MYKeychain.m in Sources */,
237 27CFF4C40F7E8535000B418E /* MYKeychainItem.m in Sources */,
238 27CFF4C60F7E8535000B418E /* MYKeyPair.m in Sources */,
239 27CFF4C70F7E8535000B418E /* MYPublicKey.m in Sources */,
240 27CFF4C80F7E8535000B418E /* MYDigest.m in Sources */,
241 27CFF4D50F7E8726000B418E /* CollectionUtils.m in Sources */,
242 27CFF4D60F7E8726000B418E /* ExceptionUtils.m in Sources */,
243 27CFF4D70F7E8726000B418E /* Logging.m in Sources */,
244 27CFF4D80F7E8726000B418E /* Test.m in Sources */,
245 27CFF5220F7E94DF000B418E /* MYCrypto_main.m in Sources */,
246 27CFF5760F7E999B000B418E /* MYErrorUtils.m in Sources */,
247 27A42CBF0F8578B40063D362 /* MYCryptoTest.m in Sources */,
248 27A42D1E0F8586CE0063D362 /* MYKey.m in Sources */,
249 27A42D420F858ED80063D362 /* MYSymmetricKey.m in Sources */,
251 runOnlyForDeploymentPostprocessing = 0;
253 /* End PBXSourcesBuildPhase section */
255 /* Begin XCBuildConfiguration section */
256 1DEB927508733DD40010E9CD /* Debug */ = {
257 isa = XCBuildConfiguration;
259 COPY_PHASE_STRIP = NO;
260 INSTALL_PATH = /usr/local/bin;
261 PRODUCT_NAME = MYCrypto;
265 1DEB927608733DD40010E9CD /* Release */ = {
266 isa = XCBuildConfiguration;
268 INSTALL_PATH = /usr/local/bin;
269 PRODUCT_NAME = MYCrypto;
273 1DEB927908733DD40010E9CD /* Debug */ = {
274 isa = XCBuildConfiguration;
275 baseConfigurationReference = 27CFF5400F7E9653000B418E /* MYCrypto_Debug.xcconfig */;
280 1DEB927A08733DD40010E9CD /* Release */ = {
281 isa = XCBuildConfiguration;
282 baseConfigurationReference = 27CFF5120F7E9212000B418E /* MYCrypto.xcconfig */;
287 /* End XCBuildConfiguration section */
289 /* Begin XCConfigurationList section */
290 1DEB927408733DD40010E9CD /* Build configuration list for PBXNativeTarget "MYCrypto" */ = {
291 isa = XCConfigurationList;
292 buildConfigurations = (
293 1DEB927508733DD40010E9CD /* Debug */,
294 1DEB927608733DD40010E9CD /* Release */,
296 defaultConfigurationIsVisible = 0;
297 defaultConfigurationName = Release;
299 1DEB927808733DD40010E9CD /* Build configuration list for PBXProject "MYCrypto" */ = {
300 isa = XCConfigurationList;
301 buildConfigurations = (
302 1DEB927908733DD40010E9CD /* Debug */,
303 1DEB927A08733DD40010E9CD /* Release */,
305 defaultConfigurationIsVisible = 0;
306 defaultConfigurationName = Release;
308 /* End XCConfigurationList section */
310 rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;