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 */
27 /* Begin PBXContainerItemProxy section */
28 189D4664166C166E001D8533 /* PBXContainerItemProxy */ = {
29 isa = PBXContainerItemProxy;
30 containerPortal = 189D462D166AC95C001D8533 /* Project object */;
32 remoteGlobalIDString = 189D465A166C15C1001D8533;
33 remoteInfo = securitydservicectrl;
35 18F4809A174975FF009724DB /* PBXContainerItemProxy */ = {
36 isa = PBXContainerItemProxy;
37 containerPortal = 189D462D166AC95C001D8533 /* Project object */;
39 remoteGlobalIDString = 18F4808D17497521009724DB;
40 remoteInfo = KeyStore;
42 /* End PBXContainerItemProxy section */
44 /* Begin PBXCopyFilesBuildPhase section */
45 189D4633166AC95C001D8533 /* Copy launchd plist */ = {
46 isa = PBXCopyFilesBuildPhase;
47 buildActionMask = 2147483647;
48 dstPath = /System/Library/LaunchDaemons;
51 189D4667166C1809001D8533 /* com.apple.securityd_service.plist in Copy launchd plist */,
53 name = "Copy launchd plist";
54 runOnlyForDeploymentPostprocessing = 1;
56 189D4659166C15C1001D8533 /* CopyFiles */ = {
57 isa = PBXCopyFilesBuildPhase;
58 buildActionMask = 2147483647;
59 dstPath = /usr/share/man/man1/;
63 runOnlyForDeploymentPostprocessing = 1;
65 18D7BBD1171639CE008F80B3 /* Copy sandbox profile */ = {
66 isa = PBXCopyFilesBuildPhase;
68 dstPath = "$(SYSTEM_LIBRARY_DIR)/Sandbox/Profiles";
71 18D7BBD2171639F0008F80B3 /* com.apple.securitydservice.sb in Copy sandbox profile */,
73 name = "Copy sandbox profile";
74 runOnlyForDeploymentPostprocessing = 1;
76 /* End PBXCopyFilesBuildPhase section */
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 */
100 /* Begin PBXFrameworksBuildPhase section */
101 1843240B1714797D00196B52 /* Frameworks */ = {
102 isa = PBXFrameworksBuildPhase;
103 buildActionMask = 2147483647;
106 runOnlyForDeploymentPostprocessing = 0;
108 189D4632166AC95C001D8533 /* Frameworks */ = {
109 isa = PBXFrameworksBuildPhase;
110 buildActionMask = 2147483647;
112 18CD2B791715CEC800633846 /* libaks.a in Frameworks */,
113 189D4649166C11A6001D8533 /* IOKit.framework in Frameworks */,
114 189D4647166C03CD001D8533 /* CoreFoundation.framework in Frameworks */,
115 189D4644166BFDCE001D8533 /* Security.framework in Frameworks */,
117 runOnlyForDeploymentPostprocessing = 0;
119 189D4658166C15C1001D8533 /* Frameworks */ = {
120 isa = PBXFrameworksBuildPhase;
121 buildActionMask = 2147483647;
123 80C312B6169BA50700DA5DC6 /* Security.framework in Frameworks */,
124 189D4668166C19CF001D8533 /* CoreFoundation.framework in Frameworks */,
126 runOnlyForDeploymentPostprocessing = 0;
128 18F4808B17497521009724DB /* Frameworks */ = {
129 isa = PBXFrameworksBuildPhase;
130 buildActionMask = 2147483647;
132 18F4809E1749774F009724DB /* IOKit.framework in Frameworks */,
133 18F4808F17497521009724DB /* CoreFoundation.framework in Frameworks */,
135 runOnlyForDeploymentPostprocessing = 0;
137 /* End PBXFrameworksBuildPhase section */
139 /* Begin PBXGroup section */
140 189D462C166AC95C001D8533 = {
143 189D4637166AC95C001D8533 /* securityd_service */,
144 18CD2B3B1714D43C00633846 /* securityd_service_client */,
145 189D465C166C15C1001D8533 /* securitydservicectrl */,
146 18F4809017497521009724DB /* KeyStore */,
147 189D4645166BFDD4001D8533 /* Frameworks */,
148 189D4636166AC95C001D8533 /* Products */,
150 sourceTree = "<group>";
152 189D4636166AC95C001D8533 /* Products */ = {
155 189D4635166AC95C001D8533 /* securityd_service */,
156 189D465B166C15C1001D8533 /* securitydservicectrl */,
157 1843240E1714797D00196B52 /* libsecuritydservice_client.a */,
158 18F4808E17497521009724DB /* com.apple.KeyStore.plugin */,
161 sourceTree = "<group>";
163 189D4637166AC95C001D8533 /* securityd_service */ = {
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 */,
172 path = securityd_service;
173 sourceTree = "<group>";
175 189D4645166BFDD4001D8533 /* Frameworks */ = {
178 18CD2B781715CEC800633846 /* libaks.a */,
179 189D4648166C11A6001D8533 /* IOKit.framework */,
180 189D4646166C03CD001D8533 /* CoreFoundation.framework */,
181 189D4643166BFDCE001D8533 /* Security.framework */,
184 path = /Volumes/Data/wade/src/projects/securityd_service;
185 sourceTree = "<absolute>";
187 189D465C166C15C1001D8533 /* securitydservicectrl */ = {
190 189D465D166C15C1001D8533 /* main.c */,
192 path = securitydservicectrl;
193 sourceTree = "<group>";
195 18CD2B3B1714D43C00633846 /* securityd_service_client */ = {
198 18CD2B711714D48300633846 /* securityd_service_client.c */,
199 18CD2B731714D4B300633846 /* securityd_service_client.h */,
201 name = securityd_service_client;
202 sourceTree = "<group>";
204 18F4809017497521009724DB /* KeyStore */ = {
207 18F4809117497521009724DB /* Supporting Files */,
208 18F4809C174976D2009724DB /* KeyStoreEvents.c */,
209 18F4809F17498963009724DB /* AppleKeyStoreEvents.h */,
212 sourceTree = "<group>";
214 18F4809117497521009724DB /* Supporting Files */ = {
217 18F4809217497521009724DB /* KeyStore-Info.plist */,
219 name = "Supporting Files";
220 sourceTree = "<group>";
222 /* End PBXGroup section */
224 /* Begin PBXHeadersBuildPhase section */
225 1843240C1714797D00196B52 /* Headers */ = {
226 isa = PBXHeadersBuildPhase;
227 buildActionMask = 2147483647;
230 runOnlyForDeploymentPostprocessing = 0;
232 18F480A117498AD8009724DB /* Headers */ = {
233 isa = PBXHeadersBuildPhase;
234 buildActionMask = 2147483647;
236 18F480A217498ADD009724DB /* AppleKeyStoreEvents.h in Headers */,
238 runOnlyForDeploymentPostprocessing = 0;
240 /* End PBXHeadersBuildPhase section */
242 /* Begin PBXNativeTarget section */
243 1843240D1714797D00196B52 /* securitydservice_client */ = {
244 isa = PBXNativeTarget;
245 buildConfigurationList = 184324111714797D00196B52 /* Build configuration list for PBXNativeTarget "securitydservice_client" */;
247 1843240A1714797D00196B52 /* Sources */,
248 1843240B1714797D00196B52 /* Frameworks */,
249 1843240C1714797D00196B52 /* Headers */,
255 name = securitydservice_client;
256 productName = securitydservice_client;
257 productReference = 1843240E1714797D00196B52 /* libsecuritydservice_client.a */;
258 productType = "com.apple.product-type.library.static";
260 189D4634166AC95C001D8533 /* securityd_service */ = {
261 isa = PBXNativeTarget;
262 buildConfigurationList = 189D463E166AC95C001D8533 /* Build configuration list for PBXNativeTarget "securityd_service" */;
264 189D4631166AC95C001D8533 /* Sources */,
265 189D4632166AC95C001D8533 /* Frameworks */,
266 189D4633166AC95C001D8533 /* Copy launchd plist */,
267 18D7BBD1171639CE008F80B3 /* Copy sandbox profile */,
272 18F4809B174975FF009724DB /* PBXTargetDependency */,
273 189D4665166C166E001D8533 /* PBXTargetDependency */,
275 name = securityd_service;
276 productName = securityd_service;
277 productReference = 189D4635166AC95C001D8533 /* securityd_service */;
278 productType = "com.apple.product-type.tool";
280 189D465A166C15C1001D8533 /* securitydservicectrl */ = {
281 isa = PBXNativeTarget;
282 buildConfigurationList = 189D4661166C15C1001D8533 /* Build configuration list for PBXNativeTarget "securitydservicectrl" */;
284 189D4657166C15C1001D8533 /* Sources */,
285 189D4658166C15C1001D8533 /* Frameworks */,
286 189D4659166C15C1001D8533 /* CopyFiles */,
292 name = securitydservicectrl;
293 productName = securitydservicectrl;
294 productReference = 189D465B166C15C1001D8533 /* securitydservicectrl */;
295 productType = "com.apple.product-type.tool";
297 18F4808D17497521009724DB /* KeyStoreEvents */ = {
298 isa = PBXNativeTarget;
299 buildConfigurationList = 18F4809917497521009724DB /* Build configuration list for PBXNativeTarget "KeyStoreEvents" */;
301 18F4808A17497521009724DB /* Sources */,
302 18F4808B17497521009724DB /* Frameworks */,
303 18F4808C17497521009724DB /* Resources */,
304 18F480A117498AD8009724DB /* Headers */,
310 name = KeyStoreEvents;
311 productName = KeyStore;
312 productReference = 18F4808E17497521009724DB /* com.apple.KeyStore.plugin */;
313 productType = "com.apple.product-type.bundle";
315 /* End PBXNativeTarget section */
317 /* Begin PBXProject section */
318 189D462D166AC95C001D8533 /* Project object */ = {
321 LastUpgradeCheck = 0460;
322 ORGANIZATIONNAME = Apple;
324 buildConfigurationList = 189D4630166AC95C001D8533 /* Build configuration list for PBXProject "securityd_service" */;
325 compatibilityVersion = "Xcode 3.2";
326 developmentRegion = English;
327 hasScannedForEncodings = 0;
331 mainGroup = 189D462C166AC95C001D8533;
332 productRefGroup = 189D4636166AC95C001D8533 /* Products */;
336 189D4634166AC95C001D8533 /* securityd_service */,
337 189D465A166C15C1001D8533 /* securitydservicectrl */,
338 1843240D1714797D00196B52 /* securitydservice_client */,
339 18F4808D17497521009724DB /* KeyStoreEvents */,
342 /* End PBXProject section */
344 /* Begin PBXResourcesBuildPhase section */
345 18F4808C17497521009724DB /* Resources */ = {
346 isa = PBXResourcesBuildPhase;
347 buildActionMask = 2147483647;
350 runOnlyForDeploymentPostprocessing = 0;
352 /* End PBXResourcesBuildPhase section */
354 /* Begin PBXSourcesBuildPhase section */
355 1843240A1714797D00196B52 /* Sources */ = {
356 isa = PBXSourcesBuildPhase;
357 buildActionMask = 2147483647;
359 18CD2B721714D48900633846 /* securityd_service_client.c in Sources */,
361 runOnlyForDeploymentPostprocessing = 0;
363 189D4631166AC95C001D8533 /* Sources */ = {
364 isa = PBXSourcesBuildPhase;
365 buildActionMask = 2147483647;
367 189D4639166AC95C001D8533 /* main.c in Sources */,
369 runOnlyForDeploymentPostprocessing = 0;
371 189D4657166C15C1001D8533 /* Sources */ = {
372 isa = PBXSourcesBuildPhase;
373 buildActionMask = 2147483647;
375 189D465E166C15C1001D8533 /* main.c in Sources */,
377 runOnlyForDeploymentPostprocessing = 0;
379 18F4808A17497521009724DB /* Sources */ = {
380 isa = PBXSourcesBuildPhase;
381 buildActionMask = 2147483647;
383 18F4809D174976DA009724DB /* KeyStoreEvents.c in Sources */,
385 runOnlyForDeploymentPostprocessing = 0;
387 /* End PBXSourcesBuildPhase section */
389 /* Begin PBXTargetDependency section */
390 189D4665166C166E001D8533 /* PBXTargetDependency */ = {
391 isa = PBXTargetDependency;
392 target = 189D465A166C15C1001D8533 /* securitydservicectrl */;
393 targetProxy = 189D4664166C166E001D8533 /* PBXContainerItemProxy */;
395 18F4809B174975FF009724DB /* PBXTargetDependency */ = {
396 isa = PBXTargetDependency;
397 target = 18F4808D17497521009724DB /* KeyStoreEvents */;
398 targetProxy = 18F4809A174975FF009724DB /* PBXContainerItemProxy */;
400 /* End PBXTargetDependency section */
402 /* Begin XCBuildConfiguration section */
403 1843240F1714797D00196B52 /* Debug */ = {
404 isa = XCBuildConfiguration;
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 = (
419 GCC_WARN_UNDECLARED_SELECTOR = YES;
420 PRODUCT_NAME = "$(TARGET_NAME)";
424 184324101714797D00196B52 /* Release */ = {
425 isa = XCBuildConfiguration;
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)";
442 189D463C166AC95C001D8533 /* Debug */ = {
443 isa = XCBuildConfiguration;
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",
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;
475 189D463D166AC95C001D8533 /* Release */ = {
476 isa = XCBuildConfiguration;
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",
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;
503 189D463F166AC95C001D8533 /* Debug */ = {
504 isa = XCBuildConfiguration;
506 CODE_SIGN_ENTITLEMENTS = securityd_service/service.entitlements;
507 INSTALL_PATH = /usr/libexec;
508 PRODUCT_NAME = "$(TARGET_NAME)";
512 189D4640166AC95C001D8533 /* Release */ = {
513 isa = XCBuildConfiguration;
515 CODE_SIGN_ENTITLEMENTS = securityd_service/service.entitlements;
516 INSTALL_PATH = /usr/libexec;
517 PRODUCT_NAME = "$(TARGET_NAME)";
521 189D4662166C15C1001D8533 /* Debug */ = {
522 isa = XCBuildConfiguration;
524 PRODUCT_NAME = "$(TARGET_NAME)";
528 189D4663166C15C1001D8533 /* Release */ = {
529 isa = XCBuildConfiguration;
531 PRODUCT_NAME = "$(TARGET_NAME)";
535 18F4809717497521009724DB /* Debug */ = {
536 isa = XCBuildConfiguration;
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;
559 18F4809817497521009724DB /* Release */ = {
560 isa = XCBuildConfiguration;
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;
584 /* End XCBuildConfiguration section */
586 /* Begin XCConfigurationList section */
587 184324111714797D00196B52 /* Build configuration list for PBXNativeTarget "securitydservice_client" */ = {
588 isa = XCConfigurationList;
589 buildConfigurations = (
590 1843240F1714797D00196B52 /* Debug */,
591 184324101714797D00196B52 /* Release */,
593 defaultConfigurationIsVisible = 0;
594 defaultConfigurationName = Release;
596 189D4630166AC95C001D8533 /* Build configuration list for PBXProject "securityd_service" */ = {
597 isa = XCConfigurationList;
598 buildConfigurations = (
599 189D463C166AC95C001D8533 /* Debug */,
600 189D463D166AC95C001D8533 /* Release */,
602 defaultConfigurationIsVisible = 0;
603 defaultConfigurationName = Release;
605 189D463E166AC95C001D8533 /* Build configuration list for PBXNativeTarget "securityd_service" */ = {
606 isa = XCConfigurationList;
607 buildConfigurations = (
608 189D463F166AC95C001D8533 /* Debug */,
609 189D4640166AC95C001D8533 /* Release */,
611 defaultConfigurationIsVisible = 0;
612 defaultConfigurationName = Release;
614 189D4661166C15C1001D8533 /* Build configuration list for PBXNativeTarget "securitydservicectrl" */ = {
615 isa = XCConfigurationList;
616 buildConfigurations = (
617 189D4662166C15C1001D8533 /* Debug */,
618 189D4663166C15C1001D8533 /* Release */,
620 defaultConfigurationIsVisible = 0;
621 defaultConfigurationName = Release;
623 18F4809917497521009724DB /* Build configuration list for PBXNativeTarget "KeyStoreEvents" */ = {
624 isa = XCConfigurationList;
625 buildConfigurations = (
626 18F4809717497521009724DB /* Debug */,
627 18F4809817497521009724DB /* Release */,
629 defaultConfigurationIsVisible = 0;
631 /* End XCConfigurationList section */
633 rootObject = 189D462D166AC95C001D8533 /* Project object */;