]>
Commit | Line | Data |
---|---|---|
b1ab9ed8 A |
1 | // !$*UTF8*$! |
2 | { | |
3 | archiveVersion = 1; | |
4 | classes = { | |
5 | }; | |
6 | objectVersion = 46; | |
7 | objects = { | |
8 | ||
9 | /* Begin PBXBuildFile section */ | |
427c49bc A |
10 | 18F2360515CB387000060520 /* Authorization.c in Sources */ = {isa = PBXBuildFile; fileRef = 18F2360415CB387000060520 /* Authorization.c */; }; |
11 | 18F2360915CB3C7700060520 /* authutilities.c in Sources */ = {isa = PBXBuildFile; fileRef = 18F2360815CB3C7700060520 /* authutilities.c */; }; | |
b1ab9ed8 A |
12 | 40BC5D9B053230FA009E6ADA /* Authorization.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C2A593D3052E3AC700AF1EE3 /* Authorization.cpp */; }; |
13 | 4C481F05058161C400846F0C /* trampolineClient.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4C481F03058161C400846F0C /* trampolineClient.cpp */; }; | |
14 | 4C481F06058161C400846F0C /* trampolineServer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4C481F04058161C400846F0C /* trampolineServer.cpp */; }; | |
15 | 4CF36FB3058138F800834D11 /* AuthorizationTags.h in Headers */ = {isa = PBXBuildFile; fileRef = 40BC5D9605322F76009E6ADA /* AuthorizationTags.h */; settings = {ATTRIBUTES = (); }; }; | |
16 | 4CF36FB4058138F800834D11 /* AuthSession.h in Headers */ = {isa = PBXBuildFile; fileRef = 40BC5D9805322F76009E6ADA /* AuthSession.h */; settings = {ATTRIBUTES = (); }; }; | |
17 | 4CF36FB5058138F800834D11 /* Authorization.h in Headers */ = {isa = PBXBuildFile; fileRef = 40BC5D9005322F76009E6ADA /* Authorization.h */; settings = {ATTRIBUTES = (); }; }; | |
18 | 4CF36FB6058138F800834D11 /* AuthorizationDB.h in Headers */ = {isa = PBXBuildFile; fileRef = 40BC5D9305322F76009E6ADA /* AuthorizationDB.h */; settings = {ATTRIBUTES = (); }; }; | |
19 | 4CF36FB70581390400834D11 /* AuthorizationPlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = 40BC5D9405322F76009E6ADA /* AuthorizationPlugin.h */; settings = {ATTRIBUTES = (); }; }; | |
20 | 4CF36FB80581390400834D11 /* AuthorizationTagsPriv.h in Headers */ = {isa = PBXBuildFile; fileRef = 40C767090534CCDB008AC043 /* AuthorizationTagsPriv.h */; settings = {ATTRIBUTES = (); }; }; | |
21 | 4CF36FB90581390400834D11 /* AuthorizationPriv.h in Headers */ = {isa = PBXBuildFile; fileRef = 40BC5D9505322F76009E6ADA /* AuthorizationPriv.h */; settings = {ATTRIBUTES = (); }; }; | |
22 | /* End PBXBuildFile section */ | |
23 | ||
24 | /* Begin PBXContainerItemProxy section */ | |
25 | 182BB336146F100D000BF1F3 /* PBXContainerItemProxy */ = { | |
26 | isa = PBXContainerItemProxy; | |
27 | containerPortal = 18446158146E92F800B12992 /* libsecurity_utilities.xcodeproj */; | |
28 | proxyType = 1; | |
29 | remoteGlobalIDString = C2C9C69D0CECBE8400B3FE07; | |
30 | remoteInfo = libsecurity_utilitiesDTrace; | |
31 | }; | |
32 | 1844615D146E92F900B12992 /* PBXContainerItemProxy */ = { | |
33 | isa = PBXContainerItemProxy; | |
34 | containerPortal = 18446158146E92F800B12992 /* libsecurity_utilities.xcodeproj */; | |
35 | proxyType = 2; | |
36 | remoteGlobalIDString = 4CA2A53A0523D32800978A7B; | |
37 | remoteInfo = libsecurity_utilities; | |
38 | }; | |
39 | /* End PBXContainerItemProxy section */ | |
40 | ||
41 | /* Begin PBXFileReference section */ | |
42 | 18446154146E928E00B12992 /* base.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = base.xcconfig; sourceTree = "<group>"; }; | |
43 | 18446155146E928E00B12992 /* debug.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = debug.xcconfig; sourceTree = "<group>"; }; | |
44 | 18446156146E928E00B12992 /* lib.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = lib.xcconfig; sourceTree = "<group>"; }; | |
45 | 18446157146E928E00B12992 /* release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = release.xcconfig; sourceTree = "<group>"; }; | |
46 | 18446158146E92F800B12992 /* libsecurity_utilities.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = libsecurity_utilities.xcodeproj; path = ../libsecurity_utilities/libsecurity_utilities.xcodeproj; sourceTree = "<group>"; }; | |
427c49bc A |
47 | 18F2360415CB387000060520 /* Authorization.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = Authorization.c; path = lib/Authorization.c; sourceTree = "<group>"; }; |
48 | 18F2360815CB3C7700060520 /* authutilities.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = authutilities.c; path = ../authd/authutilities.c; sourceTree = "<group>"; }; | |
b1ab9ed8 A |
49 | 40BC5D9005322F76009E6ADA /* Authorization.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = Authorization.h; path = lib/Authorization.h; sourceTree = "<group>"; }; |
50 | 40BC5D9305322F76009E6ADA /* AuthorizationDB.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AuthorizationDB.h; path = lib/AuthorizationDB.h; sourceTree = "<group>"; }; | |
51 | 40BC5D9405322F76009E6ADA /* AuthorizationPlugin.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AuthorizationPlugin.h; path = lib/AuthorizationPlugin.h; sourceTree = "<group>"; }; | |
52 | 40BC5D9505322F76009E6ADA /* AuthorizationPriv.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AuthorizationPriv.h; path = lib/AuthorizationPriv.h; sourceTree = "<group>"; }; | |
53 | 40BC5D9605322F76009E6ADA /* AuthorizationTags.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AuthorizationTags.h; path = lib/AuthorizationTags.h; sourceTree = "<group>"; }; | |
54 | 40BC5D9805322F76009E6ADA /* AuthSession.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AuthSession.h; path = lib/AuthSession.h; sourceTree = "<group>"; }; | |
55 | 40C767090534CCDB008AC043 /* AuthorizationTagsPriv.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AuthorizationTagsPriv.h; path = lib/AuthorizationTagsPriv.h; sourceTree = "<group>"; }; | |
56 | 4C481F03058161C400846F0C /* trampolineClient.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = trampolineClient.cpp; path = lib/trampolineClient.cpp; sourceTree = "<group>"; }; | |
57 | 4C481F04058161C400846F0C /* trampolineServer.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = trampolineServer.cpp; path = lib/trampolineServer.cpp; sourceTree = "<group>"; }; | |
58 | 4C6848A005815EE4003AC7B2 /* privPort.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = privPort.h; path = lib/privPort.h; sourceTree = "<group>"; }; | |
59 | 4CA1FEBE052A3C8100F22E42 /* libsecurity_authorization.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libsecurity_authorization.a; sourceTree = BUILT_PRODUCTS_DIR; }; | |
60 | 4CCB0023058005D500981D43 /* security_authorization.exp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.exports; name = security_authorization.exp; path = lib/security_authorization.exp; sourceTree = "<group>"; }; | |
61 | C2A593D3052E3AC700AF1EE3 /* Authorization.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = Authorization.cpp; path = lib/Authorization.cpp; sourceTree = "<group>"; }; | |
62 | /* End PBXFileReference section */ | |
63 | ||
64 | /* Begin PBXFrameworksBuildPhase section */ | |
65 | 4CA1FEBB052A3C8100F22E42 /* Frameworks */ = { | |
66 | isa = PBXFrameworksBuildPhase; | |
67 | buildActionMask = 2147483647; | |
68 | files = ( | |
69 | ); | |
70 | runOnlyForDeploymentPostprocessing = 0; | |
71 | }; | |
72 | /* End PBXFrameworksBuildPhase section */ | |
73 | ||
74 | /* Begin PBXGroup section */ | |
75 | 18446153146E928E00B12992 /* config */ = { | |
76 | isa = PBXGroup; | |
77 | children = ( | |
78 | 18446154146E928E00B12992 /* base.xcconfig */, | |
79 | 18446155146E928E00B12992 /* debug.xcconfig */, | |
80 | 18446156146E928E00B12992 /* lib.xcconfig */, | |
81 | 18446157146E928E00B12992 /* release.xcconfig */, | |
82 | ); | |
83 | name = config; | |
84 | path = ../config; | |
85 | sourceTree = "<group>"; | |
86 | }; | |
87 | 18446159146E92F800B12992 /* Products */ = { | |
88 | isa = PBXGroup; | |
89 | children = ( | |
90 | 1844615E146E92F900B12992 /* libsecurity_utilities.a */, | |
91 | ); | |
92 | name = Products; | |
93 | sourceTree = "<group>"; | |
94 | }; | |
95 | 4CA1FEA7052A3C3800F22E42 = { | |
96 | isa = PBXGroup; | |
97 | children = ( | |
98 | 18446158146E92F800B12992 /* libsecurity_utilities.xcodeproj */, | |
99 | C2A593CE052E3A8400AF1EE3 /* lib */, | |
100 | 18446153146E928E00B12992 /* config */, | |
101 | 4CA1FEBF052A3C8100F22E42 /* Products */, | |
102 | ); | |
103 | sourceTree = "<group>"; | |
104 | }; | |
105 | 4CA1FEBF052A3C8100F22E42 /* Products */ = { | |
106 | isa = PBXGroup; | |
107 | children = ( | |
108 | 4CA1FEBE052A3C8100F22E42 /* libsecurity_authorization.a */, | |
109 | ); | |
110 | name = Products; | |
111 | sourceTree = "<group>"; | |
112 | }; | |
113 | C2A593CE052E3A8400AF1EE3 /* lib */ = { | |
114 | isa = PBXGroup; | |
115 | children = ( | |
427c49bc A |
116 | 18F2360815CB3C7700060520 /* authutilities.c */, |
117 | 18F2360415CB387000060520 /* Authorization.c */, | |
b1ab9ed8 A |
118 | 40C767090534CCDB008AC043 /* AuthorizationTagsPriv.h */, |
119 | 40BC5D9005322F76009E6ADA /* Authorization.h */, | |
120 | 40BC5D9305322F76009E6ADA /* AuthorizationDB.h */, | |
121 | 40BC5D9505322F76009E6ADA /* AuthorizationPriv.h */, | |
122 | 40BC5D9805322F76009E6ADA /* AuthSession.h */, | |
123 | 40BC5D9605322F76009E6ADA /* AuthorizationTags.h */, | |
124 | C2A593D3052E3AC700AF1EE3 /* Authorization.cpp */, | |
125 | 40BC5D9405322F76009E6ADA /* AuthorizationPlugin.h */, | |
126 | 4C6848A005815EE4003AC7B2 /* privPort.h */, | |
127 | 4CCB0023058005D500981D43 /* security_authorization.exp */, | |
128 | 4C481F03058161C400846F0C /* trampolineClient.cpp */, | |
129 | 4C481F04058161C400846F0C /* trampolineServer.cpp */, | |
130 | ); | |
131 | name = lib; | |
132 | sourceTree = "<group>"; | |
133 | }; | |
134 | /* End PBXGroup section */ | |
135 | ||
136 | /* Begin PBXHeadersBuildPhase section */ | |
137 | 4CA1FEB9052A3C8100F22E42 /* Headers */ = { | |
138 | isa = PBXHeadersBuildPhase; | |
139 | buildActionMask = 2147483647; | |
140 | files = ( | |
141 | 4CF36FB3058138F800834D11 /* AuthorizationTags.h in Headers */, | |
142 | 4CF36FB4058138F800834D11 /* AuthSession.h in Headers */, | |
143 | 4CF36FB80581390400834D11 /* AuthorizationTagsPriv.h in Headers */, | |
144 | 4CF36FB90581390400834D11 /* AuthorizationPriv.h in Headers */, | |
145 | 4CF36FB5058138F800834D11 /* Authorization.h in Headers */, | |
146 | 4CF36FB6058138F800834D11 /* AuthorizationDB.h in Headers */, | |
147 | 4CF36FB70581390400834D11 /* AuthorizationPlugin.h in Headers */, | |
148 | ); | |
149 | runOnlyForDeploymentPostprocessing = 0; | |
150 | }; | |
151 | /* End PBXHeadersBuildPhase section */ | |
152 | ||
153 | /* Begin PBXNativeTarget section */ | |
154 | 4CA1FEBD052A3C8100F22E42 /* libsecurity_authorization */ = { | |
155 | isa = PBXNativeTarget; | |
156 | buildConfigurationList = C27AD2B30987FCDD001272E0 /* Build configuration list for PBXNativeTarget "libsecurity_authorization" */; | |
157 | buildPhases = ( | |
158 | 4CA1FEB9052A3C8100F22E42 /* Headers */, | |
159 | 4CA1FEBA052A3C8100F22E42 /* Sources */, | |
160 | 4CA1FEBB052A3C8100F22E42 /* Frameworks */, | |
161 | ); | |
162 | buildRules = ( | |
163 | ); | |
164 | dependencies = ( | |
165 | 182BB337146F100D000BF1F3 /* PBXTargetDependency */, | |
166 | ); | |
167 | name = libsecurity_authorization; | |
168 | productInstallPath = /usr/local/lib; | |
169 | productName = libsecurityd; | |
170 | productReference = 4CA1FEBE052A3C8100F22E42 /* libsecurity_authorization.a */; | |
171 | productType = "com.apple.product-type.library.static"; | |
172 | }; | |
173 | /* End PBXNativeTarget section */ | |
174 | ||
175 | /* Begin PBXProject section */ | |
176 | 4CA1FEAB052A3C3800F22E42 /* Project object */ = { | |
177 | isa = PBXProject; | |
178 | attributes = { | |
427c49bc | 179 | LastUpgradeCheck = 0500; |
b1ab9ed8 A |
180 | }; |
181 | buildConfigurationList = C27AD2B70987FCDD001272E0 /* Build configuration list for PBXProject "libsecurity_authorization" */; | |
182 | compatibilityVersion = "Xcode 3.2"; | |
183 | developmentRegion = English; | |
184 | hasScannedForEncodings = 1; | |
185 | knownRegions = ( | |
186 | English, | |
187 | Japanese, | |
188 | French, | |
189 | German, | |
190 | ); | |
191 | mainGroup = 4CA1FEA7052A3C3800F22E42; | |
192 | productRefGroup = 4CA1FEBF052A3C8100F22E42 /* Products */; | |
193 | projectDirPath = ""; | |
194 | projectReferences = ( | |
195 | { | |
196 | ProductGroup = 18446159146E92F800B12992 /* Products */; | |
197 | ProjectRef = 18446158146E92F800B12992 /* libsecurity_utilities.xcodeproj */; | |
198 | }, | |
199 | ); | |
200 | projectRoot = ""; | |
201 | targets = ( | |
202 | 4CA1FEBD052A3C8100F22E42 /* libsecurity_authorization */, | |
203 | ); | |
204 | }; | |
205 | /* End PBXProject section */ | |
206 | ||
207 | /* Begin PBXReferenceProxy section */ | |
208 | 1844615E146E92F900B12992 /* libsecurity_utilities.a */ = { | |
209 | isa = PBXReferenceProxy; | |
210 | fileType = archive.ar; | |
211 | path = libsecurity_utilities.a; | |
212 | remoteRef = 1844615D146E92F900B12992 /* PBXContainerItemProxy */; | |
213 | sourceTree = BUILT_PRODUCTS_DIR; | |
214 | }; | |
215 | /* End PBXReferenceProxy section */ | |
216 | ||
217 | /* Begin PBXSourcesBuildPhase section */ | |
218 | 4CA1FEBA052A3C8100F22E42 /* Sources */ = { | |
219 | isa = PBXSourcesBuildPhase; | |
220 | buildActionMask = 2147483647; | |
221 | files = ( | |
222 | 40BC5D9B053230FA009E6ADA /* Authorization.cpp in Sources */, | |
223 | 4C481F05058161C400846F0C /* trampolineClient.cpp in Sources */, | |
224 | 4C481F06058161C400846F0C /* trampolineServer.cpp in Sources */, | |
427c49bc A |
225 | 18F2360515CB387000060520 /* Authorization.c in Sources */, |
226 | 18F2360915CB3C7700060520 /* authutilities.c in Sources */, | |
b1ab9ed8 A |
227 | ); |
228 | runOnlyForDeploymentPostprocessing = 0; | |
229 | }; | |
230 | /* End PBXSourcesBuildPhase section */ | |
231 | ||
232 | /* Begin PBXTargetDependency section */ | |
233 | 182BB337146F100D000BF1F3 /* PBXTargetDependency */ = { | |
234 | isa = PBXTargetDependency; | |
235 | name = libsecurity_utilitiesDTrace; | |
236 | targetProxy = 182BB336146F100D000BF1F3 /* PBXContainerItemProxy */; | |
237 | }; | |
238 | /* End PBXTargetDependency section */ | |
239 | ||
240 | /* Begin XCBuildConfiguration section */ | |
241 | C27AD2B40987FCDD001272E0 /* Debug */ = { | |
242 | isa = XCBuildConfiguration; | |
243 | baseConfigurationReference = 18446155146E928E00B12992 /* debug.xcconfig */; | |
244 | buildSettings = { | |
427c49bc A |
245 | COMBINE_HIDPI_IMAGES = YES; |
246 | HEADER_SEARCH_PATHS = ( | |
247 | "$(inherited)", | |
248 | ../authd, | |
249 | ); | |
b1ab9ed8 A |
250 | }; |
251 | name = Debug; | |
252 | }; | |
253 | C27AD2B60987FCDD001272E0 /* Release */ = { | |
254 | isa = XCBuildConfiguration; | |
255 | baseConfigurationReference = 18446157146E928E00B12992 /* release.xcconfig */; | |
256 | buildSettings = { | |
427c49bc A |
257 | COMBINE_HIDPI_IMAGES = YES; |
258 | HEADER_SEARCH_PATHS = ( | |
259 | "$(inherited)", | |
260 | ../authd, | |
261 | ); | |
b1ab9ed8 A |
262 | }; |
263 | name = Release; | |
264 | }; | |
265 | C27AD2B80987FCDD001272E0 /* Debug */ = { | |
266 | isa = XCBuildConfiguration; | |
267 | baseConfigurationReference = 18446156146E928E00B12992 /* lib.xcconfig */; | |
268 | buildSettings = { | |
427c49bc A |
269 | CLANG_WARN_CONSTANT_CONVERSION = YES; |
270 | CLANG_WARN_EMPTY_BODY = YES; | |
271 | CLANG_WARN_ENUM_CONVERSION = YES; | |
272 | CLANG_WARN_INT_CONVERSION = YES; | |
273 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; | |
274 | GCC_WARN_UNINITIALIZED_AUTOS = YES; | |
b1ab9ed8 A |
275 | }; |
276 | name = Debug; | |
277 | }; | |
278 | C27AD2BA0987FCDD001272E0 /* Release */ = { | |
279 | isa = XCBuildConfiguration; | |
280 | baseConfigurationReference = 18446156146E928E00B12992 /* lib.xcconfig */; | |
281 | buildSettings = { | |
427c49bc A |
282 | CLANG_WARN_CONSTANT_CONVERSION = YES; |
283 | CLANG_WARN_EMPTY_BODY = YES; | |
284 | CLANG_WARN_ENUM_CONVERSION = YES; | |
285 | CLANG_WARN_INT_CONVERSION = YES; | |
286 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; | |
287 | GCC_WARN_UNINITIALIZED_AUTOS = YES; | |
b1ab9ed8 A |
288 | }; |
289 | name = Release; | |
290 | }; | |
291 | /* End XCBuildConfiguration section */ | |
292 | ||
293 | /* Begin XCConfigurationList section */ | |
294 | C27AD2B30987FCDD001272E0 /* Build configuration list for PBXNativeTarget "libsecurity_authorization" */ = { | |
295 | isa = XCConfigurationList; | |
296 | buildConfigurations = ( | |
297 | C27AD2B40987FCDD001272E0 /* Debug */, | |
298 | C27AD2B60987FCDD001272E0 /* Release */, | |
299 | ); | |
300 | defaultConfigurationIsVisible = 0; | |
301 | defaultConfigurationName = Release; | |
302 | }; | |
303 | C27AD2B70987FCDD001272E0 /* Build configuration list for PBXProject "libsecurity_authorization" */ = { | |
304 | isa = XCConfigurationList; | |
305 | buildConfigurations = ( | |
306 | C27AD2B80987FCDD001272E0 /* Debug */, | |
307 | C27AD2BA0987FCDD001272E0 /* Release */, | |
308 | ); | |
309 | defaultConfigurationIsVisible = 0; | |
310 | defaultConfigurationName = Release; | |
311 | }; | |
312 | /* End XCConfigurationList section */ | |
313 | }; | |
314 | rootObject = 4CA1FEAB052A3C3800F22E42 /* Project object */; | |
315 | } |