]> git.saurik.com Git - apple/securityd.git/blob - securityd_service/securityd_service.xcodeproj/project.pbxproj
securityd-55199.3.tar.gz
[apple/securityd.git] / securityd_service / securityd_service.xcodeproj / project.pbxproj
1 // !$*UTF8*$!
2 {
3 archiveVersion = 1;
4 classes = {
5 };
6 objectVersion = 46;
7 objects = {
8
9 /* Begin PBXBuildFile section */
10 189D4639166AC95C001D8533 /* main.c in Sources */ = {isa = PBXBuildFile; fileRef = 189D4638166AC95C001D8533 /* main.c */; };
11 189D4644166BFDCE001D8533 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 189D4643166BFDCE001D8533 /* Security.framework */; };
12 189D4647166C03CD001D8533 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 189D4646166C03CD001D8533 /* CoreFoundation.framework */; };
13 189D4649166C11A6001D8533 /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 189D4648166C11A6001D8533 /* IOKit.framework */; };
14 189D465E166C15C1001D8533 /* main.c in Sources */ = {isa = PBXBuildFile; fileRef = 189D465D166C15C1001D8533 /* main.c */; };
15 189D4667166C1809001D8533 /* com.apple.securityd_service.plist in Copy launchd plist */ = {isa = PBXBuildFile; fileRef = 189D4666166C171B001D8533 /* com.apple.securityd_service.plist */; };
16 189D4668166C19CF001D8533 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 189D4646166C03CD001D8533 /* CoreFoundation.framework */; };
17 18CD2B721714D48900633846 /* securityd_service_client.c in Sources */ = {isa = PBXBuildFile; fileRef = 18CD2B711714D48300633846 /* securityd_service_client.c */; };
18 18CD2B791715CEC800633846 /* libaks.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 18CD2B781715CEC800633846 /* libaks.a */; };
19 18D7BBD2171639F0008F80B3 /* com.apple.securitydservice.sb in Copy sandbox profile */ = {isa = PBXBuildFile; fileRef = 18D7BBD0171638B9008F80B3 /* com.apple.securitydservice.sb */; };
20 18F4808F17497521009724DB /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 189D4646166C03CD001D8533 /* CoreFoundation.framework */; };
21 18F4809D174976DA009724DB /* KeyStoreEvents.c in Sources */ = {isa = PBXBuildFile; fileRef = 18F4809C174976D2009724DB /* KeyStoreEvents.c */; };
22 18F4809E1749774F009724DB /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 189D4648166C11A6001D8533 /* IOKit.framework */; };
23 18F480A217498ADD009724DB /* AppleKeyStoreEvents.h in Headers */ = {isa = PBXBuildFile; fileRef = 18F4809F17498963009724DB /* AppleKeyStoreEvents.h */; settings = {ATTRIBUTES = (Public, ); }; };
24 80C312B6169BA50700DA5DC6 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 189D4643166BFDCE001D8533 /* Security.framework */; };
25 /* End PBXBuildFile section */
26
27 /* Begin PBXContainerItemProxy section */
28 189D4664166C166E001D8533 /* PBXContainerItemProxy */ = {
29 isa = PBXContainerItemProxy;
30 containerPortal = 189D462D166AC95C001D8533 /* Project object */;
31 proxyType = 1;
32 remoteGlobalIDString = 189D465A166C15C1001D8533;
33 remoteInfo = securitydservicectrl;
34 };
35 18F4809A174975FF009724DB /* PBXContainerItemProxy */ = {
36 isa = PBXContainerItemProxy;
37 containerPortal = 189D462D166AC95C001D8533 /* Project object */;
38 proxyType = 1;
39 remoteGlobalIDString = 18F4808D17497521009724DB;
40 remoteInfo = KeyStore;
41 };
42 /* End PBXContainerItemProxy section */
43
44 /* Begin PBXCopyFilesBuildPhase section */
45 189D4633166AC95C001D8533 /* Copy launchd plist */ = {
46 isa = PBXCopyFilesBuildPhase;
47 buildActionMask = 2147483647;
48 dstPath = /System/Library/LaunchDaemons;
49 dstSubfolderSpec = 0;
50 files = (
51 189D4667166C1809001D8533 /* com.apple.securityd_service.plist in Copy launchd plist */,
52 );
53 name = "Copy launchd plist";
54 runOnlyForDeploymentPostprocessing = 1;
55 };
56 189D4659166C15C1001D8533 /* CopyFiles */ = {
57 isa = PBXCopyFilesBuildPhase;
58 buildActionMask = 2147483647;
59 dstPath = /usr/share/man/man1/;
60 dstSubfolderSpec = 0;
61 files = (
62 );
63 runOnlyForDeploymentPostprocessing = 1;
64 };
65 18D7BBD1171639CE008F80B3 /* Copy sandbox profile */ = {
66 isa = PBXCopyFilesBuildPhase;
67 buildActionMask = 8;
68 dstPath = "$(SYSTEM_LIBRARY_DIR)/Sandbox/Profiles";
69 dstSubfolderSpec = 0;
70 files = (
71 18D7BBD2171639F0008F80B3 /* com.apple.securitydservice.sb in Copy sandbox profile */,
72 );
73 name = "Copy sandbox profile";
74 runOnlyForDeploymentPostprocessing = 1;
75 };
76 /* End PBXCopyFilesBuildPhase section */
77
78 /* Begin PBXFileReference section */
79 1843240E1714797D00196B52 /* libsecuritydservice_client.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libsecuritydservice_client.a; sourceTree = BUILT_PRODUCTS_DIR; };
80 189D4635166AC95C001D8533 /* securityd_service */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = securityd_service; sourceTree = BUILT_PRODUCTS_DIR; };
81 189D4638166AC95C001D8533 /* main.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = main.c; sourceTree = "<group>"; };
82 189D4641166AC9B6001D8533 /* securityd_service.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = securityd_service.h; sourceTree = "<group>"; };
83 189D4642166BD755001D8533 /* service.entitlements */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = service.entitlements; sourceTree = "<group>"; };
84 189D4643166BFDCE001D8533 /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = /System/Library/Frameworks/Security.framework; sourceTree = "<absolute>"; };
85 189D4646166C03CD001D8533 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = /System/Library/Frameworks/CoreFoundation.framework; sourceTree = "<absolute>"; };
86 189D4648166C11A6001D8533 /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IOKit.framework; path = /System/Library/Frameworks/IOKit.framework; sourceTree = "<absolute>"; };
87 189D465B166C15C1001D8533 /* securitydservicectrl */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = securitydservicectrl; sourceTree = BUILT_PRODUCTS_DIR; };
88 189D465D166C15C1001D8533 /* main.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = main.c; sourceTree = "<group>"; };
89 189D4666166C171B001D8533 /* com.apple.securityd_service.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = com.apple.securityd_service.plist; sourceTree = "<group>"; };
90 18CD2B711714D48300633846 /* securityd_service_client.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = securityd_service_client.c; path = securityd_service/securityd_service_client.c; sourceTree = "<group>"; };
91 18CD2B731714D4B300633846 /* securityd_service_client.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = securityd_service_client.h; path = securityd_service/securityd_service_client.h; sourceTree = "<group>"; };
92 18CD2B781715CEC800633846 /* libaks.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libaks.a; path = /usr/local/lib/libaks.a; sourceTree = "<absolute>"; };
93 18D7BBD0171638B9008F80B3 /* com.apple.securitydservice.sb */ = {isa = PBXFileReference; lastKnownFileType = text; path = com.apple.securitydservice.sb; sourceTree = "<group>"; };
94 18F4808E17497521009724DB /* com.apple.KeyStore.plugin */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = com.apple.KeyStore.plugin; sourceTree = BUILT_PRODUCTS_DIR; };
95 18F4809217497521009724DB /* KeyStore-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "KeyStore-Info.plist"; sourceTree = "<group>"; };
96 18F4809C174976D2009724DB /* KeyStoreEvents.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = KeyStoreEvents.c; sourceTree = "<group>"; };
97 18F4809F17498963009724DB /* AppleKeyStoreEvents.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppleKeyStoreEvents.h; sourceTree = "<group>"; };
98 /* End PBXFileReference section */
99
100 /* Begin PBXFrameworksBuildPhase section */
101 1843240B1714797D00196B52 /* Frameworks */ = {
102 isa = PBXFrameworksBuildPhase;
103 buildActionMask = 2147483647;
104 files = (
105 );
106 runOnlyForDeploymentPostprocessing = 0;
107 };
108 189D4632166AC95C001D8533 /* Frameworks */ = {
109 isa = PBXFrameworksBuildPhase;
110 buildActionMask = 2147483647;
111 files = (
112 18CD2B791715CEC800633846 /* libaks.a in Frameworks */,
113 189D4649166C11A6001D8533 /* IOKit.framework in Frameworks */,
114 189D4647166C03CD001D8533 /* CoreFoundation.framework in Frameworks */,
115 189D4644166BFDCE001D8533 /* Security.framework in Frameworks */,
116 );
117 runOnlyForDeploymentPostprocessing = 0;
118 };
119 189D4658166C15C1001D8533 /* Frameworks */ = {
120 isa = PBXFrameworksBuildPhase;
121 buildActionMask = 2147483647;
122 files = (
123 80C312B6169BA50700DA5DC6 /* Security.framework in Frameworks */,
124 189D4668166C19CF001D8533 /* CoreFoundation.framework in Frameworks */,
125 );
126 runOnlyForDeploymentPostprocessing = 0;
127 };
128 18F4808B17497521009724DB /* Frameworks */ = {
129 isa = PBXFrameworksBuildPhase;
130 buildActionMask = 2147483647;
131 files = (
132 18F4809E1749774F009724DB /* IOKit.framework in Frameworks */,
133 18F4808F17497521009724DB /* CoreFoundation.framework in Frameworks */,
134 );
135 runOnlyForDeploymentPostprocessing = 0;
136 };
137 /* End PBXFrameworksBuildPhase section */
138
139 /* Begin PBXGroup section */
140 189D462C166AC95C001D8533 = {
141 isa = PBXGroup;
142 children = (
143 189D4637166AC95C001D8533 /* securityd_service */,
144 18CD2B3B1714D43C00633846 /* securityd_service_client */,
145 189D465C166C15C1001D8533 /* securitydservicectrl */,
146 18F4809017497521009724DB /* KeyStore */,
147 189D4645166BFDD4001D8533 /* Frameworks */,
148 189D4636166AC95C001D8533 /* Products */,
149 );
150 sourceTree = "<group>";
151 };
152 189D4636166AC95C001D8533 /* Products */ = {
153 isa = PBXGroup;
154 children = (
155 189D4635166AC95C001D8533 /* securityd_service */,
156 189D465B166C15C1001D8533 /* securitydservicectrl */,
157 1843240E1714797D00196B52 /* libsecuritydservice_client.a */,
158 18F4808E17497521009724DB /* com.apple.KeyStore.plugin */,
159 );
160 name = Products;
161 sourceTree = "<group>";
162 };
163 189D4637166AC95C001D8533 /* securityd_service */ = {
164 isa = PBXGroup;
165 children = (
166 189D4638166AC95C001D8533 /* main.c */,
167 189D4641166AC9B6001D8533 /* securityd_service.h */,
168 189D4642166BD755001D8533 /* service.entitlements */,
169 189D4666166C171B001D8533 /* com.apple.securityd_service.plist */,
170 18D7BBD0171638B9008F80B3 /* com.apple.securitydservice.sb */,
171 );
172 path = securityd_service;
173 sourceTree = "<group>";
174 };
175 189D4645166BFDD4001D8533 /* Frameworks */ = {
176 isa = PBXGroup;
177 children = (
178 18CD2B781715CEC800633846 /* libaks.a */,
179 189D4648166C11A6001D8533 /* IOKit.framework */,
180 189D4646166C03CD001D8533 /* CoreFoundation.framework */,
181 189D4643166BFDCE001D8533 /* Security.framework */,
182 );
183 name = Frameworks;
184 path = /Volumes/Data/wade/src/projects/securityd_service;
185 sourceTree = "<absolute>";
186 };
187 189D465C166C15C1001D8533 /* securitydservicectrl */ = {
188 isa = PBXGroup;
189 children = (
190 189D465D166C15C1001D8533 /* main.c */,
191 );
192 path = securitydservicectrl;
193 sourceTree = "<group>";
194 };
195 18CD2B3B1714D43C00633846 /* securityd_service_client */ = {
196 isa = PBXGroup;
197 children = (
198 18CD2B711714D48300633846 /* securityd_service_client.c */,
199 18CD2B731714D4B300633846 /* securityd_service_client.h */,
200 );
201 name = securityd_service_client;
202 sourceTree = "<group>";
203 };
204 18F4809017497521009724DB /* KeyStore */ = {
205 isa = PBXGroup;
206 children = (
207 18F4809117497521009724DB /* Supporting Files */,
208 18F4809C174976D2009724DB /* KeyStoreEvents.c */,
209 18F4809F17498963009724DB /* AppleKeyStoreEvents.h */,
210 );
211 path = KeyStore;
212 sourceTree = "<group>";
213 };
214 18F4809117497521009724DB /* Supporting Files */ = {
215 isa = PBXGroup;
216 children = (
217 18F4809217497521009724DB /* KeyStore-Info.plist */,
218 );
219 name = "Supporting Files";
220 sourceTree = "<group>";
221 };
222 /* End PBXGroup section */
223
224 /* Begin PBXHeadersBuildPhase section */
225 1843240C1714797D00196B52 /* Headers */ = {
226 isa = PBXHeadersBuildPhase;
227 buildActionMask = 2147483647;
228 files = (
229 );
230 runOnlyForDeploymentPostprocessing = 0;
231 };
232 18F480A117498AD8009724DB /* Headers */ = {
233 isa = PBXHeadersBuildPhase;
234 buildActionMask = 2147483647;
235 files = (
236 18F480A217498ADD009724DB /* AppleKeyStoreEvents.h in Headers */,
237 );
238 runOnlyForDeploymentPostprocessing = 0;
239 };
240 /* End PBXHeadersBuildPhase section */
241
242 /* Begin PBXNativeTarget section */
243 1843240D1714797D00196B52 /* securitydservice_client */ = {
244 isa = PBXNativeTarget;
245 buildConfigurationList = 184324111714797D00196B52 /* Build configuration list for PBXNativeTarget "securitydservice_client" */;
246 buildPhases = (
247 1843240A1714797D00196B52 /* Sources */,
248 1843240B1714797D00196B52 /* Frameworks */,
249 1843240C1714797D00196B52 /* Headers */,
250 );
251 buildRules = (
252 );
253 dependencies = (
254 );
255 name = securitydservice_client;
256 productName = securitydservice_client;
257 productReference = 1843240E1714797D00196B52 /* libsecuritydservice_client.a */;
258 productType = "com.apple.product-type.library.static";
259 };
260 189D4634166AC95C001D8533 /* securityd_service */ = {
261 isa = PBXNativeTarget;
262 buildConfigurationList = 189D463E166AC95C001D8533 /* Build configuration list for PBXNativeTarget "securityd_service" */;
263 buildPhases = (
264 189D4631166AC95C001D8533 /* Sources */,
265 189D4632166AC95C001D8533 /* Frameworks */,
266 189D4633166AC95C001D8533 /* Copy launchd plist */,
267 18D7BBD1171639CE008F80B3 /* Copy sandbox profile */,
268 );
269 buildRules = (
270 );
271 dependencies = (
272 18F4809B174975FF009724DB /* PBXTargetDependency */,
273 189D4665166C166E001D8533 /* PBXTargetDependency */,
274 );
275 name = securityd_service;
276 productName = securityd_service;
277 productReference = 189D4635166AC95C001D8533 /* securityd_service */;
278 productType = "com.apple.product-type.tool";
279 };
280 189D465A166C15C1001D8533 /* securitydservicectrl */ = {
281 isa = PBXNativeTarget;
282 buildConfigurationList = 189D4661166C15C1001D8533 /* Build configuration list for PBXNativeTarget "securitydservicectrl" */;
283 buildPhases = (
284 189D4657166C15C1001D8533 /* Sources */,
285 189D4658166C15C1001D8533 /* Frameworks */,
286 189D4659166C15C1001D8533 /* CopyFiles */,
287 );
288 buildRules = (
289 );
290 dependencies = (
291 );
292 name = securitydservicectrl;
293 productName = securitydservicectrl;
294 productReference = 189D465B166C15C1001D8533 /* securitydservicectrl */;
295 productType = "com.apple.product-type.tool";
296 };
297 18F4808D17497521009724DB /* KeyStoreEvents */ = {
298 isa = PBXNativeTarget;
299 buildConfigurationList = 18F4809917497521009724DB /* Build configuration list for PBXNativeTarget "KeyStoreEvents" */;
300 buildPhases = (
301 18F4808A17497521009724DB /* Sources */,
302 18F4808B17497521009724DB /* Frameworks */,
303 18F4808C17497521009724DB /* Resources */,
304 18F480A117498AD8009724DB /* Headers */,
305 );
306 buildRules = (
307 );
308 dependencies = (
309 );
310 name = KeyStoreEvents;
311 productName = KeyStore;
312 productReference = 18F4808E17497521009724DB /* com.apple.KeyStore.plugin */;
313 productType = "com.apple.product-type.bundle";
314 };
315 /* End PBXNativeTarget section */
316
317 /* Begin PBXProject section */
318 189D462D166AC95C001D8533 /* Project object */ = {
319 isa = PBXProject;
320 attributes = {
321 LastUpgradeCheck = 0460;
322 ORGANIZATIONNAME = Apple;
323 };
324 buildConfigurationList = 189D4630166AC95C001D8533 /* Build configuration list for PBXProject "securityd_service" */;
325 compatibilityVersion = "Xcode 3.2";
326 developmentRegion = English;
327 hasScannedForEncodings = 0;
328 knownRegions = (
329 en,
330 );
331 mainGroup = 189D462C166AC95C001D8533;
332 productRefGroup = 189D4636166AC95C001D8533 /* Products */;
333 projectDirPath = "";
334 projectRoot = "";
335 targets = (
336 189D4634166AC95C001D8533 /* securityd_service */,
337 189D465A166C15C1001D8533 /* securitydservicectrl */,
338 1843240D1714797D00196B52 /* securitydservice_client */,
339 18F4808D17497521009724DB /* KeyStoreEvents */,
340 );
341 };
342 /* End PBXProject section */
343
344 /* Begin PBXResourcesBuildPhase section */
345 18F4808C17497521009724DB /* Resources */ = {
346 isa = PBXResourcesBuildPhase;
347 buildActionMask = 2147483647;
348 files = (
349 );
350 runOnlyForDeploymentPostprocessing = 0;
351 };
352 /* End PBXResourcesBuildPhase section */
353
354 /* Begin PBXSourcesBuildPhase section */
355 1843240A1714797D00196B52 /* Sources */ = {
356 isa = PBXSourcesBuildPhase;
357 buildActionMask = 2147483647;
358 files = (
359 18CD2B721714D48900633846 /* securityd_service_client.c in Sources */,
360 );
361 runOnlyForDeploymentPostprocessing = 0;
362 };
363 189D4631166AC95C001D8533 /* Sources */ = {
364 isa = PBXSourcesBuildPhase;
365 buildActionMask = 2147483647;
366 files = (
367 189D4639166AC95C001D8533 /* main.c in Sources */,
368 );
369 runOnlyForDeploymentPostprocessing = 0;
370 };
371 189D4657166C15C1001D8533 /* Sources */ = {
372 isa = PBXSourcesBuildPhase;
373 buildActionMask = 2147483647;
374 files = (
375 189D465E166C15C1001D8533 /* main.c in Sources */,
376 );
377 runOnlyForDeploymentPostprocessing = 0;
378 };
379 18F4808A17497521009724DB /* Sources */ = {
380 isa = PBXSourcesBuildPhase;
381 buildActionMask = 2147483647;
382 files = (
383 18F4809D174976DA009724DB /* KeyStoreEvents.c in Sources */,
384 );
385 runOnlyForDeploymentPostprocessing = 0;
386 };
387 /* End PBXSourcesBuildPhase section */
388
389 /* Begin PBXTargetDependency section */
390 189D4665166C166E001D8533 /* PBXTargetDependency */ = {
391 isa = PBXTargetDependency;
392 target = 189D465A166C15C1001D8533 /* securitydservicectrl */;
393 targetProxy = 189D4664166C166E001D8533 /* PBXContainerItemProxy */;
394 };
395 18F4809B174975FF009724DB /* PBXTargetDependency */ = {
396 isa = PBXTargetDependency;
397 target = 18F4808D17497521009724DB /* KeyStoreEvents */;
398 targetProxy = 18F4809A174975FF009724DB /* PBXContainerItemProxy */;
399 };
400 /* End PBXTargetDependency section */
401
402 /* Begin XCBuildConfiguration section */
403 1843240F1714797D00196B52 /* Debug */ = {
404 isa = XCBuildConfiguration;
405 buildSettings = {
406 CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
407 CLANG_CXX_LIBRARY = "libc++";
408 CLANG_ENABLE_MODULES = YES;
409 CLANG_WARN_BOOL_CONVERSION = YES;
410 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
411 CLANG_WARN_ENUM_CONVERSION = YES;
412 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
413 EXECUTABLE_PREFIX = lib;
414 GCC_C_LANGUAGE_STANDARD = gnu99;
415 GCC_PREPROCESSOR_DEFINITIONS = (
416 "DEBUG=1",
417 "$(inherited)",
418 );
419 GCC_WARN_UNDECLARED_SELECTOR = YES;
420 PRODUCT_NAME = "$(TARGET_NAME)";
421 };
422 name = Debug;
423 };
424 184324101714797D00196B52 /* Release */ = {
425 isa = XCBuildConfiguration;
426 buildSettings = {
427 CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
428 CLANG_CXX_LIBRARY = "libc++";
429 CLANG_ENABLE_MODULES = YES;
430 CLANG_WARN_BOOL_CONVERSION = YES;
431 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
432 CLANG_WARN_ENUM_CONVERSION = YES;
433 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
434 ENABLE_NS_ASSERTIONS = NO;
435 EXECUTABLE_PREFIX = lib;
436 GCC_C_LANGUAGE_STANDARD = gnu99;
437 GCC_WARN_UNDECLARED_SELECTOR = YES;
438 PRODUCT_NAME = "$(TARGET_NAME)";
439 };
440 name = Release;
441 };
442 189D463C166AC95C001D8533 /* Debug */ = {
443 isa = XCBuildConfiguration;
444 buildSettings = {
445 ALWAYS_SEARCH_USER_PATHS = NO;
446 ARCHS = "$(ARCHS_STANDARD_64_BIT)";
447 CLANG_ENABLE_OBJC_ARC = YES;
448 CLANG_WARN_CONSTANT_CONVERSION = YES;
449 CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
450 CLANG_WARN_EMPTY_BODY = YES;
451 CLANG_WARN_INT_CONVERSION = YES;
452 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
453 CODE_SIGN_IDENTITY = "-";
454 COPY_PHASE_STRIP = NO;
455 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
456 GCC_DYNAMIC_NO_PIC = NO;
457 GCC_ENABLE_OBJC_EXCEPTIONS = YES;
458 GCC_OPTIMIZATION_LEVEL = 0;
459 GCC_PREPROCESSOR_DEFINITIONS = (
460 "RC_BUILDIT_$(RC_BUILDIT)=1",
461 "DEBUG=1",
462 "$(inherited)",
463 );
464 GCC_STRICT_ALIASING = YES;
465 GCC_SYMBOLS_PRIVATE_EXTERN = NO;
466 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
467 GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS = NO;
468 GCC_WARN_ABOUT_RETURN_TYPE = YES;
469 GCC_WARN_UNINITIALIZED_AUTOS = YES;
470 GCC_WARN_UNUSED_VARIABLE = YES;
471 ONLY_ACTIVE_ARCH = YES;
472 };
473 name = Debug;
474 };
475 189D463D166AC95C001D8533 /* Release */ = {
476 isa = XCBuildConfiguration;
477 buildSettings = {
478 ALWAYS_SEARCH_USER_PATHS = NO;
479 ARCHS = "$(ARCHS_STANDARD_64_BIT)";
480 CLANG_ENABLE_OBJC_ARC = YES;
481 CLANG_WARN_CONSTANT_CONVERSION = YES;
482 CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
483 CLANG_WARN_EMPTY_BODY = YES;
484 CLANG_WARN_INT_CONVERSION = YES;
485 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
486 CODE_SIGN_IDENTITY = "-";
487 COPY_PHASE_STRIP = YES;
488 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
489 GCC_ENABLE_OBJC_EXCEPTIONS = YES;
490 GCC_PREPROCESSOR_DEFINITIONS = (
491 "RC_BUILDIT_$(RC_BUILDIT)=1",
492 "NDEBUG=1",
493 );
494 GCC_STRICT_ALIASING = YES;
495 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
496 GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS = NO;
497 GCC_WARN_ABOUT_RETURN_TYPE = YES;
498 GCC_WARN_UNINITIALIZED_AUTOS = YES;
499 GCC_WARN_UNUSED_VARIABLE = YES;
500 };
501 name = Release;
502 };
503 189D463F166AC95C001D8533 /* Debug */ = {
504 isa = XCBuildConfiguration;
505 buildSettings = {
506 CODE_SIGN_ENTITLEMENTS = securityd_service/service.entitlements;
507 INSTALL_PATH = /usr/libexec;
508 PRODUCT_NAME = "$(TARGET_NAME)";
509 };
510 name = Debug;
511 };
512 189D4640166AC95C001D8533 /* Release */ = {
513 isa = XCBuildConfiguration;
514 buildSettings = {
515 CODE_SIGN_ENTITLEMENTS = securityd_service/service.entitlements;
516 INSTALL_PATH = /usr/libexec;
517 PRODUCT_NAME = "$(TARGET_NAME)";
518 };
519 name = Release;
520 };
521 189D4662166C15C1001D8533 /* Debug */ = {
522 isa = XCBuildConfiguration;
523 buildSettings = {
524 PRODUCT_NAME = "$(TARGET_NAME)";
525 };
526 name = Debug;
527 };
528 189D4663166C15C1001D8533 /* Release */ = {
529 isa = XCBuildConfiguration;
530 buildSettings = {
531 PRODUCT_NAME = "$(TARGET_NAME)";
532 };
533 name = Release;
534 };
535 18F4809717497521009724DB /* Debug */ = {
536 isa = XCBuildConfiguration;
537 buildSettings = {
538 BUNDLE_LOADER = /usr/libexec/UserEventAgent;
539 CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
540 CLANG_CXX_LIBRARY = "libc++";
541 CLANG_ENABLE_MODULES = YES;
542 CLANG_WARN_BOOL_CONVERSION = YES;
543 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
544 CLANG_WARN_ENUM_CONVERSION = YES;
545 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
546 GCC_C_LANGUAGE_STANDARD = gnu99;
547 GCC_PRECOMPILE_PREFIX_HEADER = YES;
548 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
549 GCC_WARN_UNDECLARED_SELECTOR = YES;
550 GCC_WARN_UNUSED_FUNCTION = YES;
551 INFOPLIST_FILE = "KeyStore/KeyStore-Info.plist";
552 INSTALL_PATH = "$(SYSTEM_LIBRARY_DIR)/UserEventPlugins";
553 PRODUCT_NAME = com.apple.KeyStore;
554 PUBLIC_HEADERS_FOLDER_PATH = /usr/local/include;
555 WRAPPER_EXTENSION = plugin;
556 };
557 name = Debug;
558 };
559 18F4809817497521009724DB /* Release */ = {
560 isa = XCBuildConfiguration;
561 buildSettings = {
562 BUNDLE_LOADER = /usr/libexec/UserEventAgent;
563 CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
564 CLANG_CXX_LIBRARY = "libc++";
565 CLANG_ENABLE_MODULES = YES;
566 CLANG_WARN_BOOL_CONVERSION = YES;
567 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
568 CLANG_WARN_ENUM_CONVERSION = YES;
569 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
570 ENABLE_NS_ASSERTIONS = NO;
571 GCC_C_LANGUAGE_STANDARD = gnu99;
572 GCC_PRECOMPILE_PREFIX_HEADER = YES;
573 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
574 GCC_WARN_UNDECLARED_SELECTOR = YES;
575 GCC_WARN_UNUSED_FUNCTION = YES;
576 INFOPLIST_FILE = "KeyStore/KeyStore-Info.plist";
577 INSTALL_PATH = "$(SYSTEM_LIBRARY_DIR)/UserEventPlugins";
578 PRODUCT_NAME = com.apple.KeyStore;
579 PUBLIC_HEADERS_FOLDER_PATH = /usr/local/include;
580 WRAPPER_EXTENSION = plugin;
581 };
582 name = Release;
583 };
584 /* End XCBuildConfiguration section */
585
586 /* Begin XCConfigurationList section */
587 184324111714797D00196B52 /* Build configuration list for PBXNativeTarget "securitydservice_client" */ = {
588 isa = XCConfigurationList;
589 buildConfigurations = (
590 1843240F1714797D00196B52 /* Debug */,
591 184324101714797D00196B52 /* Release */,
592 );
593 defaultConfigurationIsVisible = 0;
594 defaultConfigurationName = Release;
595 };
596 189D4630166AC95C001D8533 /* Build configuration list for PBXProject "securityd_service" */ = {
597 isa = XCConfigurationList;
598 buildConfigurations = (
599 189D463C166AC95C001D8533 /* Debug */,
600 189D463D166AC95C001D8533 /* Release */,
601 );
602 defaultConfigurationIsVisible = 0;
603 defaultConfigurationName = Release;
604 };
605 189D463E166AC95C001D8533 /* Build configuration list for PBXNativeTarget "securityd_service" */ = {
606 isa = XCConfigurationList;
607 buildConfigurations = (
608 189D463F166AC95C001D8533 /* Debug */,
609 189D4640166AC95C001D8533 /* Release */,
610 );
611 defaultConfigurationIsVisible = 0;
612 defaultConfigurationName = Release;
613 };
614 189D4661166C15C1001D8533 /* Build configuration list for PBXNativeTarget "securitydservicectrl" */ = {
615 isa = XCConfigurationList;
616 buildConfigurations = (
617 189D4662166C15C1001D8533 /* Debug */,
618 189D4663166C15C1001D8533 /* Release */,
619 );
620 defaultConfigurationIsVisible = 0;
621 defaultConfigurationName = Release;
622 };
623 18F4809917497521009724DB /* Build configuration list for PBXNativeTarget "KeyStoreEvents" */ = {
624 isa = XCConfigurationList;
625 buildConfigurations = (
626 18F4809717497521009724DB /* Debug */,
627 18F4809817497521009724DB /* Release */,
628 );
629 defaultConfigurationIsVisible = 0;
630 };
631 /* End XCConfigurationList section */
632 };
633 rootObject = 189D462D166AC95C001D8533 /* Project object */;
634 }