]> git.saurik.com Git - apple/security.git/blob - OSX/libsecurity_cms/libsecurity_cms.xcodeproj/project.pbxproj
Security-57337.40.85.tar.gz
[apple/security.git] / OSX / libsecurity_cms / libsecurity_cms.xcodeproj / project.pbxproj
1 // !$*UTF8*$!
2 {
3 archiveVersion = 1;
4 classes = {
5 };
6 objectVersion = 46;
7 objects = {
8
9 /* Begin PBXBuildFile section */
10 052C07EA09894ADA00E7641D /* CMSDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 052C07E609894ADA00E7641D /* CMSDecoder.h */; settings = {ATTRIBUTES = (); }; };
11 052C07EB09894ADA00E7641D /* CMSEncoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 052C07E709894ADA00E7641D /* CMSEncoder.h */; settings = {ATTRIBUTES = (); }; };
12 052C07EC09894ADA00E7641D /* CMSPrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 052C07E809894ADA00E7641D /* CMSPrivate.h */; settings = {ATTRIBUTES = (); }; };
13 052C07ED09894ADA00E7641D /* CMSUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 052C07E909894ADA00E7641D /* CMSUtils.h */; };
14 052C07F709894AF300E7641D /* CMSDecoder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 052C07F409894AF300E7641D /* CMSDecoder.cpp */; };
15 052C07F809894AF300E7641D /* CMSEncoder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 052C07F509894AF300E7641D /* CMSEncoder.cpp */; };
16 052C07F909894AF300E7641D /* CMSUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 052C07F609894AF300E7641D /* CMSUtils.cpp */; };
17 D4C334601BE2A2B900D8C1EF /* cms_regressions.h in Headers */ = {isa = PBXBuildFile; fileRef = D4C334571BE29F5200D8C1EF /* cms_regressions.h */; };
18 D4C334631BE2A31200D8C1EF /* cms-hashagility-test.c in Sources */ = {isa = PBXBuildFile; fileRef = D4C334611BE2A31200D8C1EF /* cms-hashagility-test.c */; };
19 D4C334641BE2A31200D8C1EF /* cms-hashagility-test.h in Headers */ = {isa = PBXBuildFile; fileRef = D4C334621BE2A31200D8C1EF /* cms-hashagility-test.h */; };
20 /* End PBXBuildFile section */
21
22 /* Begin PBXFileReference section */
23 052C07E609894ADA00E7641D /* CMSDecoder.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CMSDecoder.h; sourceTree = "<group>"; };
24 052C07E709894ADA00E7641D /* CMSEncoder.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CMSEncoder.h; sourceTree = "<group>"; };
25 052C07E809894ADA00E7641D /* CMSPrivate.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CMSPrivate.h; sourceTree = "<group>"; };
26 052C07E909894ADA00E7641D /* CMSUtils.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CMSUtils.h; sourceTree = "<group>"; };
27 052C07F409894AF300E7641D /* CMSDecoder.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CMSDecoder.cpp; sourceTree = "<group>"; };
28 052C07F509894AF300E7641D /* CMSEncoder.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CMSEncoder.cpp; sourceTree = "<group>"; };
29 052C07F609894AF300E7641D /* CMSUtils.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CMSUtils.cpp; sourceTree = "<group>"; };
30 18446177146E984400B12992 /* base.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = base.xcconfig; sourceTree = "<group>"; };
31 18446178146E984400B12992 /* debug.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = debug.xcconfig; sourceTree = "<group>"; };
32 18446179146E984400B12992 /* lib.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = lib.xcconfig; sourceTree = "<group>"; };
33 1844617A146E984400B12992 /* release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = release.xcconfig; sourceTree = "<group>"; };
34 4CA1FEBE052A3C8100F22E42 /* libsecurity_cms.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libsecurity_cms.a; sourceTree = BUILT_PRODUCTS_DIR; };
35 4CCB008B05800B0B00981D43 /* security_cms.exp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.exports; path = security_cms.exp; sourceTree = "<group>"; };
36 D4C334571BE29F5200D8C1EF /* cms_regressions.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = cms_regressions.h; path = regressions/cms_regressions.h; sourceTree = "<group>"; };
37 D4C3345C1BE2A2B100D8C1EF /* libsecurity_cms_regressions.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libsecurity_cms_regressions.a; sourceTree = BUILT_PRODUCTS_DIR; };
38 D4C334611BE2A31200D8C1EF /* cms-hashagility-test.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = "cms-hashagility-test.c"; path = "regressions/cms-hashagility-test.c"; sourceTree = "<group>"; };
39 D4C334621BE2A31200D8C1EF /* cms-hashagility-test.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "cms-hashagility-test.h"; path = "regressions/cms-hashagility-test.h"; sourceTree = "<group>"; };
40 /* End PBXFileReference section */
41
42 /* Begin PBXFrameworksBuildPhase section */
43 4CA1FEBB052A3C8100F22E42 /* Frameworks */ = {
44 isa = PBXFrameworksBuildPhase;
45 buildActionMask = 2147483647;
46 files = (
47 );
48 runOnlyForDeploymentPostprocessing = 0;
49 };
50 D4C334591BE2A2B100D8C1EF /* Frameworks */ = {
51 isa = PBXFrameworksBuildPhase;
52 buildActionMask = 2147483647;
53 files = (
54 );
55 runOnlyForDeploymentPostprocessing = 0;
56 };
57 /* End PBXFrameworksBuildPhase section */
58
59 /* Begin PBXGroup section */
60 18446176146E984400B12992 /* config */ = {
61 isa = PBXGroup;
62 children = (
63 18446177146E984400B12992 /* base.xcconfig */,
64 18446178146E984400B12992 /* debug.xcconfig */,
65 18446179146E984400B12992 /* lib.xcconfig */,
66 1844617A146E984400B12992 /* release.xcconfig */,
67 );
68 name = config;
69 path = ../config;
70 sourceTree = "<group>";
71 };
72 4C308388053237100028A8C6 /* lib */ = {
73 isa = PBXGroup;
74 children = (
75 052C07F409894AF300E7641D /* CMSDecoder.cpp */,
76 052C07F509894AF300E7641D /* CMSEncoder.cpp */,
77 052C07F609894AF300E7641D /* CMSUtils.cpp */,
78 052C07E609894ADA00E7641D /* CMSDecoder.h */,
79 052C07E709894ADA00E7641D /* CMSEncoder.h */,
80 052C07E809894ADA00E7641D /* CMSPrivate.h */,
81 052C07E909894ADA00E7641D /* CMSUtils.h */,
82 4CCB008B05800B0B00981D43 /* security_cms.exp */,
83 );
84 path = lib;
85 sourceTree = "<group>";
86 };
87 4CA1FEA7052A3C3800F22E42 = {
88 isa = PBXGroup;
89 children = (
90 D4C334561BE29F1700D8C1EF /* regressions */,
91 4C308388053237100028A8C6 /* lib */,
92 18446176146E984400B12992 /* config */,
93 4CA1FEBF052A3C8100F22E42 /* Products */,
94 );
95 sourceTree = "<group>";
96 };
97 4CA1FEBF052A3C8100F22E42 /* Products */ = {
98 isa = PBXGroup;
99 children = (
100 4CA1FEBE052A3C8100F22E42 /* libsecurity_cms.a */,
101 D4C3345C1BE2A2B100D8C1EF /* libsecurity_cms_regressions.a */,
102 );
103 name = Products;
104 sourceTree = "<group>";
105 };
106 D4C334561BE29F1700D8C1EF /* regressions */ = {
107 isa = PBXGroup;
108 children = (
109 D4C334571BE29F5200D8C1EF /* cms_regressions.h */,
110 D4C334611BE2A31200D8C1EF /* cms-hashagility-test.c */,
111 D4C334621BE2A31200D8C1EF /* cms-hashagility-test.h */,
112 );
113 name = regressions;
114 sourceTree = "<group>";
115 };
116 /* End PBXGroup section */
117
118 /* Begin PBXHeadersBuildPhase section */
119 4CA1FEB9052A3C8100F22E42 /* Headers */ = {
120 isa = PBXHeadersBuildPhase;
121 buildActionMask = 2147483647;
122 files = (
123 052C07ED09894ADA00E7641D /* CMSUtils.h in Headers */,
124 052C07EC09894ADA00E7641D /* CMSPrivate.h in Headers */,
125 052C07EA09894ADA00E7641D /* CMSDecoder.h in Headers */,
126 052C07EB09894ADA00E7641D /* CMSEncoder.h in Headers */,
127 );
128 runOnlyForDeploymentPostprocessing = 0;
129 };
130 D4C3345A1BE2A2B100D8C1EF /* Headers */ = {
131 isa = PBXHeadersBuildPhase;
132 buildActionMask = 2147483647;
133 files = (
134 D4C334641BE2A31200D8C1EF /* cms-hashagility-test.h in Headers */,
135 D4C334601BE2A2B900D8C1EF /* cms_regressions.h in Headers */,
136 );
137 runOnlyForDeploymentPostprocessing = 0;
138 };
139 /* End PBXHeadersBuildPhase section */
140
141 /* Begin PBXNativeTarget section */
142 4CA1FEBD052A3C8100F22E42 /* libsecurity_cms */ = {
143 isa = PBXNativeTarget;
144 buildConfigurationList = C263E67509A2971B000043F1 /* Build configuration list for PBXNativeTarget "libsecurity_cms" */;
145 buildPhases = (
146 4CA1FEB9052A3C8100F22E42 /* Headers */,
147 4CA1FEBA052A3C8100F22E42 /* Sources */,
148 4CA1FEBB052A3C8100F22E42 /* Frameworks */,
149 );
150 buildRules = (
151 );
152 dependencies = (
153 );
154 name = libsecurity_cms;
155 productName = libsecurity_cms;
156 productReference = 4CA1FEBE052A3C8100F22E42 /* libsecurity_cms.a */;
157 productType = "com.apple.product-type.library.static";
158 };
159 D4C3345B1BE2A2B100D8C1EF /* libsecurity_cms_regressions */ = {
160 isa = PBXNativeTarget;
161 buildConfigurationList = D4C3345D1BE2A2B100D8C1EF /* Build configuration list for PBXNativeTarget "libsecurity_cms_regressions" */;
162 buildPhases = (
163 D4C334581BE2A2B100D8C1EF /* Sources */,
164 D4C334591BE2A2B100D8C1EF /* Frameworks */,
165 D4C3345A1BE2A2B100D8C1EF /* Headers */,
166 );
167 buildRules = (
168 );
169 dependencies = (
170 );
171 name = libsecurity_cms_regressions;
172 productName = libsecurity_cms_regressions;
173 productReference = D4C3345C1BE2A2B100D8C1EF /* libsecurity_cms_regressions.a */;
174 productType = "com.apple.product-type.library.static";
175 };
176 /* End PBXNativeTarget section */
177
178 /* Begin PBXProject section */
179 4CA1FEAB052A3C3800F22E42 /* Project object */ = {
180 isa = PBXProject;
181 attributes = {
182 LastUpgradeCheck = 0700;
183 TargetAttributes = {
184 D4C3345B1BE2A2B100D8C1EF = {
185 CreatedOnToolsVersion = 7.1;
186 };
187 };
188 };
189 buildConfigurationList = C263E67909A2971B000043F1 /* Build configuration list for PBXProject "libsecurity_cms" */;
190 compatibilityVersion = "Xcode 3.2";
191 developmentRegion = English;
192 hasScannedForEncodings = 1;
193 knownRegions = (
194 en,
195 );
196 mainGroup = 4CA1FEA7052A3C3800F22E42;
197 productRefGroup = 4CA1FEBF052A3C8100F22E42 /* Products */;
198 projectDirPath = "";
199 projectRoot = "";
200 targets = (
201 4CA1FEBD052A3C8100F22E42 /* libsecurity_cms */,
202 D4C3345B1BE2A2B100D8C1EF /* libsecurity_cms_regressions */,
203 );
204 };
205 /* End PBXProject section */
206
207 /* Begin PBXSourcesBuildPhase section */
208 4CA1FEBA052A3C8100F22E42 /* Sources */ = {
209 isa = PBXSourcesBuildPhase;
210 buildActionMask = 2147483647;
211 files = (
212 052C07F709894AF300E7641D /* CMSDecoder.cpp in Sources */,
213 052C07F809894AF300E7641D /* CMSEncoder.cpp in Sources */,
214 052C07F909894AF300E7641D /* CMSUtils.cpp in Sources */,
215 );
216 runOnlyForDeploymentPostprocessing = 0;
217 };
218 D4C334581BE2A2B100D8C1EF /* Sources */ = {
219 isa = PBXSourcesBuildPhase;
220 buildActionMask = 2147483647;
221 files = (
222 D4C334631BE2A31200D8C1EF /* cms-hashagility-test.c in Sources */,
223 );
224 runOnlyForDeploymentPostprocessing = 0;
225 };
226 /* End PBXSourcesBuildPhase section */
227
228 /* Begin XCBuildConfiguration section */
229 C263E67609A2971B000043F1 /* Debug */ = {
230 isa = XCBuildConfiguration;
231 baseConfigurationReference = 18446178146E984400B12992 /* debug.xcconfig */;
232 buildSettings = {
233 COMBINE_HIDPI_IMAGES = YES;
234 };
235 name = Debug;
236 };
237 C263E67809A2971B000043F1 /* Release */ = {
238 isa = XCBuildConfiguration;
239 baseConfigurationReference = 1844617A146E984400B12992 /* release.xcconfig */;
240 buildSettings = {
241 COMBINE_HIDPI_IMAGES = YES;
242 };
243 name = Release;
244 };
245 C263E67A09A2971B000043F1 /* Debug */ = {
246 isa = XCBuildConfiguration;
247 baseConfigurationReference = 18446179146E984400B12992 /* lib.xcconfig */;
248 buildSettings = {
249 CLANG_WARN_CONSTANT_CONVERSION = YES;
250 CLANG_WARN_EMPTY_BODY = YES;
251 CLANG_WARN_ENUM_CONVERSION = YES;
252 CLANG_WARN_INT_CONVERSION = YES;
253 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
254 GCC_TREAT_WARNINGS_AS_ERRORS = YES;
255 GCC_WARN_UNINITIALIZED_AUTOS = YES;
256 };
257 name = Debug;
258 };
259 C263E67C09A2971B000043F1 /* Release */ = {
260 isa = XCBuildConfiguration;
261 baseConfigurationReference = 18446179146E984400B12992 /* lib.xcconfig */;
262 buildSettings = {
263 CLANG_WARN_CONSTANT_CONVERSION = YES;
264 CLANG_WARN_EMPTY_BODY = YES;
265 CLANG_WARN_ENUM_CONVERSION = YES;
266 CLANG_WARN_INT_CONVERSION = YES;
267 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
268 GCC_TREAT_WARNINGS_AS_ERRORS = YES;
269 GCC_WARN_UNINITIALIZED_AUTOS = YES;
270 };
271 name = Release;
272 };
273 D4C3345E1BE2A2B100D8C1EF /* Debug */ = {
274 isa = XCBuildConfiguration;
275 buildSettings = {
276 ALWAYS_SEARCH_USER_PATHS = NO;
277 CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
278 CLANG_CXX_LIBRARY = "libc++";
279 CLANG_ENABLE_MODULES = YES;
280 CLANG_ENABLE_OBJC_ARC = YES;
281 CLANG_WARN_BOOL_CONVERSION = YES;
282 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
283 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
284 CLANG_WARN_UNREACHABLE_CODE = YES;
285 CODE_SIGN_IDENTITY = "-";
286 DEBUG_INFORMATION_FORMAT = dwarf;
287 ENABLE_STRICT_OBJC_MSGSEND = YES;
288 ENABLE_TESTABILITY = YES;
289 GCC_C_LANGUAGE_STANDARD = gnu99;
290 GCC_DYNAMIC_NO_PIC = NO;
291 GCC_OPTIMIZATION_LEVEL = 0;
292 GCC_PREPROCESSOR_DEFINITIONS = (
293 "DEBUG=1",
294 "$(inherited)",
295 );
296 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
297 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
298 GCC_WARN_UNDECLARED_SELECTOR = YES;
299 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
300 GCC_WARN_UNUSED_FUNCTION = YES;
301 GCC_WARN_UNUSED_VARIABLE = YES;
302 MTL_ENABLE_DEBUG_INFO = YES;
303 ONLY_ACTIVE_ARCH = YES;
304 PRODUCT_NAME = "$(TARGET_NAME)";
305 SDKROOT = macosx;
306 };
307 name = Debug;
308 };
309 D4C3345F1BE2A2B100D8C1EF /* Release */ = {
310 isa = XCBuildConfiguration;
311 buildSettings = {
312 ALWAYS_SEARCH_USER_PATHS = NO;
313 CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
314 CLANG_CXX_LIBRARY = "libc++";
315 CLANG_ENABLE_MODULES = YES;
316 CLANG_ENABLE_OBJC_ARC = YES;
317 CLANG_WARN_BOOL_CONVERSION = YES;
318 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
319 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
320 CLANG_WARN_UNREACHABLE_CODE = YES;
321 CODE_SIGN_IDENTITY = "-";
322 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
323 ENABLE_NS_ASSERTIONS = NO;
324 ENABLE_STRICT_OBJC_MSGSEND = YES;
325 GCC_C_LANGUAGE_STANDARD = gnu99;
326 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
327 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
328 GCC_WARN_UNDECLARED_SELECTOR = YES;
329 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
330 GCC_WARN_UNUSED_FUNCTION = YES;
331 GCC_WARN_UNUSED_VARIABLE = YES;
332 MTL_ENABLE_DEBUG_INFO = NO;
333 PRODUCT_NAME = "$(TARGET_NAME)";
334 SDKROOT = macosx;
335 };
336 name = Release;
337 };
338 /* End XCBuildConfiguration section */
339
340 /* Begin XCConfigurationList section */
341 C263E67509A2971B000043F1 /* Build configuration list for PBXNativeTarget "libsecurity_cms" */ = {
342 isa = XCConfigurationList;
343 buildConfigurations = (
344 C263E67609A2971B000043F1 /* Debug */,
345 C263E67809A2971B000043F1 /* Release */,
346 );
347 defaultConfigurationIsVisible = 0;
348 defaultConfigurationName = Release;
349 };
350 C263E67909A2971B000043F1 /* Build configuration list for PBXProject "libsecurity_cms" */ = {
351 isa = XCConfigurationList;
352 buildConfigurations = (
353 C263E67A09A2971B000043F1 /* Debug */,
354 C263E67C09A2971B000043F1 /* Release */,
355 );
356 defaultConfigurationIsVisible = 0;
357 defaultConfigurationName = Release;
358 };
359 D4C3345D1BE2A2B100D8C1EF /* Build configuration list for PBXNativeTarget "libsecurity_cms_regressions" */ = {
360 isa = XCConfigurationList;
361 buildConfigurations = (
362 D4C3345E1BE2A2B100D8C1EF /* Debug */,
363 D4C3345F1BE2A2B100D8C1EF /* Release */,
364 );
365 defaultConfigurationIsVisible = 0;
366 defaultConfigurationName = Release;
367 };
368 /* End XCConfigurationList section */
369 };
370 rootObject = 4CA1FEAB052A3C3800F22E42 /* Project object */;
371 }