]>
Commit | Line | Data |
---|---|---|
b1ab9ed8 A |
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 */; }; | |
fa7225c8 A |
17 | D43B9E7E1D064F0B00B9DDDA /* cms-trust-settings-test.c in Sources */ = {isa = PBXBuildFile; fileRef = D43B9E7C1D064F0B00B9DDDA /* cms-trust-settings-test.c */; }; |
18 | D43B9E7F1D064F0B00B9DDDA /* cms-trust-settings-test.h in Headers */ = {isa = PBXBuildFile; fileRef = D43B9E7D1D064F0B00B9DDDA /* cms-trust-settings-test.h */; }; | |
e3d460c9 | 19 | D4C334601BE2A2B900D8C1EF /* cms_regressions.h in Headers */ = {isa = PBXBuildFile; fileRef = D4C334571BE29F5200D8C1EF /* cms_regressions.h */; }; |
b1ab9ed8 A |
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; }; | |
fa7225c8 A |
35 | D43B9E7C1D064F0B00B9DDDA /* cms-trust-settings-test.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = "cms-trust-settings-test.c"; path = "regressions/cms-trust-settings-test.c"; sourceTree = "<group>"; }; |
36 | D43B9E7D1D064F0B00B9DDDA /* cms-trust-settings-test.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "cms-trust-settings-test.h"; path = "regressions/cms-trust-settings-test.h"; sourceTree = "<group>"; }; | |
e3d460c9 A |
37 | D4C334571BE29F5200D8C1EF /* cms_regressions.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = cms_regressions.h; path = regressions/cms_regressions.h; sourceTree = "<group>"; }; |
38 | D4C3345C1BE2A2B100D8C1EF /* libsecurity_cms_regressions.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libsecurity_cms_regressions.a; sourceTree = BUILT_PRODUCTS_DIR; }; | |
b1ab9ed8 A |
39 | /* End PBXFileReference section */ |
40 | ||
41 | /* Begin PBXFrameworksBuildPhase section */ | |
42 | 4CA1FEBB052A3C8100F22E42 /* Frameworks */ = { | |
43 | isa = PBXFrameworksBuildPhase; | |
44 | buildActionMask = 2147483647; | |
45 | files = ( | |
46 | ); | |
47 | runOnlyForDeploymentPostprocessing = 0; | |
48 | }; | |
e3d460c9 A |
49 | D4C334591BE2A2B100D8C1EF /* Frameworks */ = { |
50 | isa = PBXFrameworksBuildPhase; | |
51 | buildActionMask = 2147483647; | |
52 | files = ( | |
53 | ); | |
54 | runOnlyForDeploymentPostprocessing = 0; | |
55 | }; | |
b1ab9ed8 A |
56 | /* End PBXFrameworksBuildPhase section */ |
57 | ||
58 | /* Begin PBXGroup section */ | |
59 | 18446176146E984400B12992 /* config */ = { | |
60 | isa = PBXGroup; | |
61 | children = ( | |
62 | 18446177146E984400B12992 /* base.xcconfig */, | |
63 | 18446178146E984400B12992 /* debug.xcconfig */, | |
64 | 18446179146E984400B12992 /* lib.xcconfig */, | |
65 | 1844617A146E984400B12992 /* release.xcconfig */, | |
66 | ); | |
67 | name = config; | |
68 | path = ../config; | |
69 | sourceTree = "<group>"; | |
70 | }; | |
71 | 4C308388053237100028A8C6 /* lib */ = { | |
72 | isa = PBXGroup; | |
73 | children = ( | |
74 | 052C07F409894AF300E7641D /* CMSDecoder.cpp */, | |
75 | 052C07F509894AF300E7641D /* CMSEncoder.cpp */, | |
76 | 052C07F609894AF300E7641D /* CMSUtils.cpp */, | |
77 | 052C07E609894ADA00E7641D /* CMSDecoder.h */, | |
78 | 052C07E709894ADA00E7641D /* CMSEncoder.h */, | |
79 | 052C07E809894ADA00E7641D /* CMSPrivate.h */, | |
80 | 052C07E909894ADA00E7641D /* CMSUtils.h */, | |
b1ab9ed8 A |
81 | ); |
82 | path = lib; | |
83 | sourceTree = "<group>"; | |
84 | }; | |
85 | 4CA1FEA7052A3C3800F22E42 = { | |
86 | isa = PBXGroup; | |
87 | children = ( | |
e3d460c9 | 88 | D4C334561BE29F1700D8C1EF /* regressions */, |
b1ab9ed8 A |
89 | 4C308388053237100028A8C6 /* lib */, |
90 | 18446176146E984400B12992 /* config */, | |
91 | 4CA1FEBF052A3C8100F22E42 /* Products */, | |
92 | ); | |
93 | sourceTree = "<group>"; | |
94 | }; | |
95 | 4CA1FEBF052A3C8100F22E42 /* Products */ = { | |
96 | isa = PBXGroup; | |
97 | children = ( | |
98 | 4CA1FEBE052A3C8100F22E42 /* libsecurity_cms.a */, | |
e3d460c9 | 99 | D4C3345C1BE2A2B100D8C1EF /* libsecurity_cms_regressions.a */, |
b1ab9ed8 A |
100 | ); |
101 | name = Products; | |
102 | sourceTree = "<group>"; | |
103 | }; | |
e3d460c9 A |
104 | D4C334561BE29F1700D8C1EF /* regressions */ = { |
105 | isa = PBXGroup; | |
106 | children = ( | |
107 | D4C334571BE29F5200D8C1EF /* cms_regressions.h */, | |
fa7225c8 A |
108 | D43B9E7C1D064F0B00B9DDDA /* cms-trust-settings-test.c */, |
109 | D43B9E7D1D064F0B00B9DDDA /* cms-trust-settings-test.h */, | |
e3d460c9 A |
110 | ); |
111 | name = regressions; | |
112 | sourceTree = "<group>"; | |
113 | }; | |
b1ab9ed8 A |
114 | /* End PBXGroup section */ |
115 | ||
116 | /* Begin PBXHeadersBuildPhase section */ | |
117 | 4CA1FEB9052A3C8100F22E42 /* Headers */ = { | |
118 | isa = PBXHeadersBuildPhase; | |
119 | buildActionMask = 2147483647; | |
120 | files = ( | |
121 | 052C07ED09894ADA00E7641D /* CMSUtils.h in Headers */, | |
122 | 052C07EC09894ADA00E7641D /* CMSPrivate.h in Headers */, | |
123 | 052C07EA09894ADA00E7641D /* CMSDecoder.h in Headers */, | |
124 | 052C07EB09894ADA00E7641D /* CMSEncoder.h in Headers */, | |
125 | ); | |
126 | runOnlyForDeploymentPostprocessing = 0; | |
127 | }; | |
e3d460c9 A |
128 | D4C3345A1BE2A2B100D8C1EF /* Headers */ = { |
129 | isa = PBXHeadersBuildPhase; | |
130 | buildActionMask = 2147483647; | |
131 | files = ( | |
fa7225c8 | 132 | D43B9E7F1D064F0B00B9DDDA /* cms-trust-settings-test.h in Headers */, |
e3d460c9 A |
133 | D4C334601BE2A2B900D8C1EF /* cms_regressions.h in Headers */, |
134 | ); | |
135 | runOnlyForDeploymentPostprocessing = 0; | |
136 | }; | |
b1ab9ed8 A |
137 | /* End PBXHeadersBuildPhase section */ |
138 | ||
139 | /* Begin PBXNativeTarget section */ | |
140 | 4CA1FEBD052A3C8100F22E42 /* libsecurity_cms */ = { | |
141 | isa = PBXNativeTarget; | |
142 | buildConfigurationList = C263E67509A2971B000043F1 /* Build configuration list for PBXNativeTarget "libsecurity_cms" */; | |
143 | buildPhases = ( | |
144 | 4CA1FEB9052A3C8100F22E42 /* Headers */, | |
145 | 4CA1FEBA052A3C8100F22E42 /* Sources */, | |
146 | 4CA1FEBB052A3C8100F22E42 /* Frameworks */, | |
147 | ); | |
148 | buildRules = ( | |
149 | ); | |
150 | dependencies = ( | |
151 | ); | |
152 | name = libsecurity_cms; | |
153 | productName = libsecurity_cms; | |
154 | productReference = 4CA1FEBE052A3C8100F22E42 /* libsecurity_cms.a */; | |
155 | productType = "com.apple.product-type.library.static"; | |
156 | }; | |
e3d460c9 A |
157 | D4C3345B1BE2A2B100D8C1EF /* libsecurity_cms_regressions */ = { |
158 | isa = PBXNativeTarget; | |
159 | buildConfigurationList = D4C3345D1BE2A2B100D8C1EF /* Build configuration list for PBXNativeTarget "libsecurity_cms_regressions" */; | |
160 | buildPhases = ( | |
161 | D4C334581BE2A2B100D8C1EF /* Sources */, | |
162 | D4C334591BE2A2B100D8C1EF /* Frameworks */, | |
163 | D4C3345A1BE2A2B100D8C1EF /* Headers */, | |
164 | ); | |
165 | buildRules = ( | |
166 | ); | |
167 | dependencies = ( | |
168 | ); | |
169 | name = libsecurity_cms_regressions; | |
170 | productName = libsecurity_cms_regressions; | |
171 | productReference = D4C3345C1BE2A2B100D8C1EF /* libsecurity_cms_regressions.a */; | |
172 | productType = "com.apple.product-type.library.static"; | |
173 | }; | |
b1ab9ed8 A |
174 | /* End PBXNativeTarget section */ |
175 | ||
176 | /* Begin PBXProject section */ | |
177 | 4CA1FEAB052A3C3800F22E42 /* Project object */ = { | |
178 | isa = PBXProject; | |
179 | attributes = { | |
79b9da22 | 180 | LastUpgradeCheck = 1000; |
e3d460c9 A |
181 | TargetAttributes = { |
182 | D4C3345B1BE2A2B100D8C1EF = { | |
183 | CreatedOnToolsVersion = 7.1; | |
184 | }; | |
185 | }; | |
b1ab9ed8 A |
186 | }; |
187 | buildConfigurationList = C263E67909A2971B000043F1 /* Build configuration list for PBXProject "libsecurity_cms" */; | |
188 | compatibilityVersion = "Xcode 3.2"; | |
189 | developmentRegion = English; | |
190 | hasScannedForEncodings = 1; | |
191 | knownRegions = ( | |
192 | en, | |
193 | ); | |
194 | mainGroup = 4CA1FEA7052A3C3800F22E42; | |
195 | productRefGroup = 4CA1FEBF052A3C8100F22E42 /* Products */; | |
196 | projectDirPath = ""; | |
197 | projectRoot = ""; | |
198 | targets = ( | |
199 | 4CA1FEBD052A3C8100F22E42 /* libsecurity_cms */, | |
e3d460c9 | 200 | D4C3345B1BE2A2B100D8C1EF /* libsecurity_cms_regressions */, |
b1ab9ed8 A |
201 | ); |
202 | }; | |
203 | /* End PBXProject section */ | |
204 | ||
205 | /* Begin PBXSourcesBuildPhase section */ | |
206 | 4CA1FEBA052A3C8100F22E42 /* Sources */ = { | |
207 | isa = PBXSourcesBuildPhase; | |
208 | buildActionMask = 2147483647; | |
209 | files = ( | |
210 | 052C07F709894AF300E7641D /* CMSDecoder.cpp in Sources */, | |
211 | 052C07F809894AF300E7641D /* CMSEncoder.cpp in Sources */, | |
212 | 052C07F909894AF300E7641D /* CMSUtils.cpp in Sources */, | |
213 | ); | |
214 | runOnlyForDeploymentPostprocessing = 0; | |
215 | }; | |
e3d460c9 A |
216 | D4C334581BE2A2B100D8C1EF /* Sources */ = { |
217 | isa = PBXSourcesBuildPhase; | |
218 | buildActionMask = 2147483647; | |
219 | files = ( | |
fa7225c8 | 220 | D43B9E7E1D064F0B00B9DDDA /* cms-trust-settings-test.c in Sources */, |
e3d460c9 A |
221 | ); |
222 | runOnlyForDeploymentPostprocessing = 0; | |
223 | }; | |
b1ab9ed8 A |
224 | /* End PBXSourcesBuildPhase section */ |
225 | ||
226 | /* Begin XCBuildConfiguration section */ | |
227 | C263E67609A2971B000043F1 /* Debug */ = { | |
228 | isa = XCBuildConfiguration; | |
229 | baseConfigurationReference = 18446178146E984400B12992 /* debug.xcconfig */; | |
230 | buildSettings = { | |
79b9da22 | 231 | CLANG_ENABLE_OBJC_WEAK = YES; |
427c49bc | 232 | COMBINE_HIDPI_IMAGES = YES; |
b1ab9ed8 A |
233 | }; |
234 | name = Debug; | |
235 | }; | |
236 | C263E67809A2971B000043F1 /* Release */ = { | |
237 | isa = XCBuildConfiguration; | |
238 | baseConfigurationReference = 1844617A146E984400B12992 /* release.xcconfig */; | |
239 | buildSettings = { | |
79b9da22 | 240 | CLANG_ENABLE_OBJC_WEAK = YES; |
427c49bc | 241 | COMBINE_HIDPI_IMAGES = YES; |
b1ab9ed8 A |
242 | }; |
243 | name = Release; | |
244 | }; | |
245 | C263E67A09A2971B000043F1 /* Debug */ = { | |
246 | isa = XCBuildConfiguration; | |
247 | baseConfigurationReference = 18446179146E984400B12992 /* lib.xcconfig */; | |
248 | buildSettings = { | |
fa7225c8 | 249 | ASSETCATALOG_COMPRESSION = lossless; |
79b9da22 | 250 | CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; |
fa7225c8 | 251 | CLANG_WARN_BOOL_CONVERSION = YES; |
79b9da22 | 252 | CLANG_WARN_COMMA = YES; |
427c49bc | 253 | CLANG_WARN_CONSTANT_CONVERSION = YES; |
79b9da22 | 254 | CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; |
427c49bc A |
255 | CLANG_WARN_EMPTY_BODY = YES; |
256 | CLANG_WARN_ENUM_CONVERSION = YES; | |
6b200bc3 | 257 | CLANG_WARN_INFINITE_RECURSION = YES; |
427c49bc | 258 | CLANG_WARN_INT_CONVERSION = YES; |
79b9da22 A |
259 | CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; |
260 | CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; | |
261 | CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; | |
262 | CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; | |
263 | CLANG_WARN_STRICT_PROTOTYPES = YES; | |
6b200bc3 | 264 | CLANG_WARN_SUSPICIOUS_MOVE = YES; |
fa7225c8 | 265 | CLANG_WARN_UNREACHABLE_CODE = YES; |
427c49bc | 266 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; |
fa7225c8 A |
267 | ENABLE_STRICT_OBJC_MSGSEND = YES; |
268 | ENABLE_TESTABILITY = YES; | |
269 | GCC_NO_COMMON_BLOCKS = YES; | |
427c49bc | 270 | GCC_TREAT_WARNINGS_AS_ERRORS = YES; |
fa7225c8 | 271 | GCC_WARN_UNDECLARED_SELECTOR = YES; |
427c49bc | 272 | GCC_WARN_UNINITIALIZED_AUTOS = YES; |
fa7225c8 A |
273 | GCC_WARN_UNUSED_FUNCTION = YES; |
274 | ONLY_ACTIVE_ARCH = YES; | |
b1ab9ed8 A |
275 | }; |
276 | name = Debug; | |
277 | }; | |
278 | C263E67C09A2971B000043F1 /* Release */ = { | |
279 | isa = XCBuildConfiguration; | |
280 | baseConfigurationReference = 18446179146E984400B12992 /* lib.xcconfig */; | |
281 | buildSettings = { | |
fa7225c8 | 282 | ASSETCATALOG_COMPRESSION = "respect-asset-catalog"; |
79b9da22 | 283 | CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; |
fa7225c8 | 284 | CLANG_WARN_BOOL_CONVERSION = YES; |
79b9da22 | 285 | CLANG_WARN_COMMA = YES; |
427c49bc | 286 | CLANG_WARN_CONSTANT_CONVERSION = YES; |
79b9da22 | 287 | CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; |
427c49bc A |
288 | CLANG_WARN_EMPTY_BODY = YES; |
289 | CLANG_WARN_ENUM_CONVERSION = YES; | |
6b200bc3 | 290 | CLANG_WARN_INFINITE_RECURSION = YES; |
427c49bc | 291 | CLANG_WARN_INT_CONVERSION = YES; |
79b9da22 A |
292 | CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; |
293 | CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; | |
294 | CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; | |
295 | CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; | |
296 | CLANG_WARN_STRICT_PROTOTYPES = YES; | |
6b200bc3 | 297 | CLANG_WARN_SUSPICIOUS_MOVE = YES; |
fa7225c8 | 298 | CLANG_WARN_UNREACHABLE_CODE = YES; |
427c49bc | 299 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; |
fa7225c8 A |
300 | ENABLE_STRICT_OBJC_MSGSEND = YES; |
301 | GCC_NO_COMMON_BLOCKS = YES; | |
427c49bc | 302 | GCC_TREAT_WARNINGS_AS_ERRORS = YES; |
fa7225c8 | 303 | GCC_WARN_UNDECLARED_SELECTOR = YES; |
427c49bc | 304 | GCC_WARN_UNINITIALIZED_AUTOS = YES; |
fa7225c8 | 305 | GCC_WARN_UNUSED_FUNCTION = YES; |
b1ab9ed8 A |
306 | }; |
307 | name = Release; | |
308 | }; | |
e3d460c9 A |
309 | D4C3345E1BE2A2B100D8C1EF /* Debug */ = { |
310 | isa = XCBuildConfiguration; | |
311 | buildSettings = { | |
312 | ALWAYS_SEARCH_USER_PATHS = NO; | |
ecaf5866 | 313 | "ARCHS[sdk=macosx*]" = "$(ARCHS_STANDARD)"; |
e3d460c9 A |
314 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; |
315 | CLANG_CXX_LIBRARY = "libc++"; | |
e3d460c9 A |
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 = "-"; | |
fa7225c8 | 322 | COMBINE_HIDPI_IMAGES = YES; |
e3d460c9 A |
323 | DEBUG_INFORMATION_FORMAT = dwarf; |
324 | ENABLE_STRICT_OBJC_MSGSEND = YES; | |
325 | ENABLE_TESTABILITY = YES; | |
326 | GCC_C_LANGUAGE_STANDARD = gnu99; | |
327 | GCC_DYNAMIC_NO_PIC = NO; | |
328 | GCC_OPTIMIZATION_LEVEL = 0; | |
329 | GCC_PREPROCESSOR_DEFINITIONS = ( | |
330 | "DEBUG=1", | |
331 | "$(inherited)", | |
332 | ); | |
333 | GCC_WARN_64_TO_32_BIT_CONVERSION = YES; | |
334 | GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; | |
335 | GCC_WARN_UNDECLARED_SELECTOR = YES; | |
336 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; | |
337 | GCC_WARN_UNUSED_FUNCTION = YES; | |
338 | GCC_WARN_UNUSED_VARIABLE = YES; | |
339 | MTL_ENABLE_DEBUG_INFO = YES; | |
e3d460c9 | 340 | PRODUCT_NAME = "$(TARGET_NAME)"; |
e3d460c9 A |
341 | }; |
342 | name = Debug; | |
343 | }; | |
344 | D4C3345F1BE2A2B100D8C1EF /* Release */ = { | |
345 | isa = XCBuildConfiguration; | |
346 | buildSettings = { | |
347 | ALWAYS_SEARCH_USER_PATHS = NO; | |
ecaf5866 | 348 | "ARCHS[sdk=macosx*]" = "$(ARCHS_STANDARD)"; |
e3d460c9 A |
349 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; |
350 | CLANG_CXX_LIBRARY = "libc++"; | |
e3d460c9 A |
351 | CLANG_ENABLE_OBJC_ARC = YES; |
352 | CLANG_WARN_BOOL_CONVERSION = YES; | |
353 | CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; | |
354 | CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; | |
355 | CLANG_WARN_UNREACHABLE_CODE = YES; | |
356 | CODE_SIGN_IDENTITY = "-"; | |
fa7225c8 | 357 | COMBINE_HIDPI_IMAGES = YES; |
e3d460c9 A |
358 | DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; |
359 | ENABLE_NS_ASSERTIONS = NO; | |
360 | ENABLE_STRICT_OBJC_MSGSEND = YES; | |
361 | GCC_C_LANGUAGE_STANDARD = gnu99; | |
362 | GCC_WARN_64_TO_32_BIT_CONVERSION = YES; | |
363 | GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; | |
364 | GCC_WARN_UNDECLARED_SELECTOR = YES; | |
365 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; | |
366 | GCC_WARN_UNUSED_FUNCTION = YES; | |
367 | GCC_WARN_UNUSED_VARIABLE = YES; | |
368 | MTL_ENABLE_DEBUG_INFO = NO; | |
369 | PRODUCT_NAME = "$(TARGET_NAME)"; | |
e3d460c9 A |
370 | }; |
371 | name = Release; | |
372 | }; | |
b1ab9ed8 A |
373 | /* End XCBuildConfiguration section */ |
374 | ||
375 | /* Begin XCConfigurationList section */ | |
376 | C263E67509A2971B000043F1 /* Build configuration list for PBXNativeTarget "libsecurity_cms" */ = { | |
377 | isa = XCConfigurationList; | |
378 | buildConfigurations = ( | |
379 | C263E67609A2971B000043F1 /* Debug */, | |
380 | C263E67809A2971B000043F1 /* Release */, | |
381 | ); | |
382 | defaultConfigurationIsVisible = 0; | |
383 | defaultConfigurationName = Release; | |
384 | }; | |
385 | C263E67909A2971B000043F1 /* Build configuration list for PBXProject "libsecurity_cms" */ = { | |
386 | isa = XCConfigurationList; | |
387 | buildConfigurations = ( | |
388 | C263E67A09A2971B000043F1 /* Debug */, | |
389 | C263E67C09A2971B000043F1 /* Release */, | |
390 | ); | |
391 | defaultConfigurationIsVisible = 0; | |
392 | defaultConfigurationName = Release; | |
393 | }; | |
e3d460c9 A |
394 | D4C3345D1BE2A2B100D8C1EF /* Build configuration list for PBXNativeTarget "libsecurity_cms_regressions" */ = { |
395 | isa = XCConfigurationList; | |
396 | buildConfigurations = ( | |
397 | D4C3345E1BE2A2B100D8C1EF /* Debug */, | |
398 | D4C3345F1BE2A2B100D8C1EF /* Release */, | |
399 | ); | |
400 | defaultConfigurationIsVisible = 0; | |
401 | defaultConfigurationName = Release; | |
402 | }; | |
b1ab9ed8 A |
403 | /* End XCConfigurationList section */ |
404 | }; | |
405 | rootObject = 4CA1FEAB052A3C3800F22E42 /* Project object */; | |
406 | } |