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