9 /* Begin PBXBuildFile section */
10 1C6C40271121FC0C00031CDE /* test-checkpw.c in Sources */ = {isa = PBXBuildFile; fileRef = 1CD90B631101115E008DD07F /* test-checkpw.c */; };
11 1C6C40291121FC0C00031CDE /* libpam.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 1CD90B8F110112DD008DD07F /* libpam.dylib */; };
12 1C6C402A1121FC0C00031CDE /* libsecurity_checkpw.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4CA1FEBE052A3C8100F22E42 /* libsecurity_checkpw.a */; };
13 1CB7B4C411065DDB003458C5 /* libsecurity_checkpw.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4CA1FEBE052A3C8100F22E42 /* libsecurity_checkpw.a */; };
14 1CD90B71110111A4008DD07F /* test-checkpw.c in Sources */ = {isa = PBXBuildFile; fileRef = 1CD90B631101115E008DD07F /* test-checkpw.c */; };
15 1CD90B90110112DD008DD07F /* libpam.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 1CD90B8F110112DD008DD07F /* libpam.dylib */; };
16 1CD90BA2110113AE008DD07F /* libpam.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 1CD90B8F110112DD008DD07F /* libpam.dylib */; };
17 4CCF8664052A491D00F2E8D8 /* checkpw.c in Sources */ = {isa = PBXBuildFile; fileRef = 4CCF8662052A491D00F2E8D8 /* checkpw.c */; };
18 4CF36F400581369C00834D11 /* checkpw.h in Headers */ = {isa = PBXBuildFile; fileRef = 4CCF8663052A491D00F2E8D8 /* checkpw.h */; settings = {ATTRIBUTES = (); }; };
19 /* End PBXBuildFile section */
21 /* Begin PBXContainerItemProxy section */
22 1C6C40251121FC0C00031CDE /* PBXContainerItemProxy */ = {
23 isa = PBXContainerItemProxy;
24 containerPortal = 4CA1FEAB052A3C3800F22E42 /* Project object */;
26 remoteGlobalIDString = 4CA1FEBD052A3C8100F22E42;
27 remoteInfo = libsecurity_checkpw;
29 1CD90B6E11011196008DD07F /* PBXContainerItemProxy */ = {
30 isa = PBXContainerItemProxy;
31 containerPortal = 4CA1FEAB052A3C3800F22E42 /* Project object */;
33 remoteGlobalIDString = 4CA1FEBD052A3C8100F22E42;
34 remoteInfo = libsecurity_checkpw;
36 /* End PBXContainerItemProxy section */
38 /* Begin PBXFileReference section */
39 1844616B146E966100B12992 /* base.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = base.xcconfig; sourceTree = "<group>"; };
40 1844616C146E966100B12992 /* debug.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = debug.xcconfig; sourceTree = "<group>"; };
41 1844616D146E966100B12992 /* lib.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = lib.xcconfig; sourceTree = "<group>"; };
42 1844616E146E966100B12992 /* release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = release.xcconfig; sourceTree = "<group>"; };
43 1C6C402F1121FC0C00031CDE /* perf-checkpw */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = "perf-checkpw"; sourceTree = BUILT_PRODUCTS_DIR; };
44 1CB7B49511065A36003458C5 /* checkpw.pam */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = checkpw.pam; sourceTree = "<group>"; };
45 1CD90B631101115E008DD07F /* test-checkpw.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = "test-checkpw.c"; path = "test/test-checkpw.c"; sourceTree = "<group>"; };
46 1CD90B6711011176008DD07F /* test-checkpw */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = "test-checkpw"; sourceTree = BUILT_PRODUCTS_DIR; };
47 1CD90B8F110112DD008DD07F /* libpam.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libpam.dylib; path = /usr/lib/libpam.dylib; sourceTree = "<absolute>"; };
48 4CA1FEBE052A3C8100F22E42 /* libsecurity_checkpw.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libsecurity_checkpw.a; sourceTree = BUILT_PRODUCTS_DIR; };
49 4CCBFF50057FFCA600981D43 /* security_checkpw.exp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.exports; path = security_checkpw.exp; sourceTree = "<group>"; };
50 4CCF8662052A491D00F2E8D8 /* checkpw.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = checkpw.c; sourceTree = "<group>"; };
51 4CCF8663052A491D00F2E8D8 /* checkpw.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = checkpw.h; sourceTree = "<group>"; };
52 /* End PBXFileReference section */
54 /* Begin PBXFrameworksBuildPhase section */
55 1C6C40281121FC0C00031CDE /* Frameworks */ = {
56 isa = PBXFrameworksBuildPhase;
57 buildActionMask = 2147483647;
59 1C6C40291121FC0C00031CDE /* libpam.dylib in Frameworks */,
60 1C6C402A1121FC0C00031CDE /* libsecurity_checkpw.a in Frameworks */,
62 runOnlyForDeploymentPostprocessing = 0;
64 1CD90B6511011176008DD07F /* Frameworks */ = {
65 isa = PBXFrameworksBuildPhase;
66 buildActionMask = 2147483647;
68 1CD90BA2110113AE008DD07F /* libpam.dylib in Frameworks */,
69 1CB7B4C411065DDB003458C5 /* libsecurity_checkpw.a in Frameworks */,
71 runOnlyForDeploymentPostprocessing = 0;
73 4CA1FEBB052A3C8100F22E42 /* Frameworks */ = {
74 isa = PBXFrameworksBuildPhase;
75 buildActionMask = 2147483647;
77 1CD90B90110112DD008DD07F /* libpam.dylib in Frameworks */,
79 runOnlyForDeploymentPostprocessing = 0;
81 /* End PBXFrameworksBuildPhase section */
83 /* Begin PBXGroup section */
84 1844616A146E966100B12992 /* config */ = {
87 1844616B146E966100B12992 /* base.xcconfig */,
88 1844616C146E966100B12992 /* debug.xcconfig */,
89 1844616D146E966100B12992 /* lib.xcconfig */,
90 1844616E146E966100B12992 /* release.xcconfig */,
94 sourceTree = "<group>";
96 1CD90B6011011149008DD07F /* test */ = {
99 1CD90B631101115E008DD07F /* test-checkpw.c */,
102 sourceTree = "<group>";
104 4CA1FEA7052A3C3800F22E42 = {
107 1CB7B49511065A36003458C5 /* checkpw.pam */,
108 4CCF8661052A491D00F2E8D8 /* lib */,
109 1844616A146E966100B12992 /* config */,
110 1CD90B6011011149008DD07F /* test */,
111 4CA1FEBF052A3C8100F22E42 /* Products */,
112 1CD90B8F110112DD008DD07F /* libpam.dylib */,
114 sourceTree = "<group>";
116 4CA1FEBF052A3C8100F22E42 /* Products */ = {
119 4CA1FEBE052A3C8100F22E42 /* libsecurity_checkpw.a */,
120 1CD90B6711011176008DD07F /* test-checkpw */,
121 1C6C402F1121FC0C00031CDE /* perf-checkpw */,
124 sourceTree = "<group>";
126 4CCF8661052A491D00F2E8D8 /* lib */ = {
129 4CCF8662052A491D00F2E8D8 /* checkpw.c */,
130 4CCF8663052A491D00F2E8D8 /* checkpw.h */,
131 4CCBFF50057FFCA600981D43 /* security_checkpw.exp */,
134 sourceTree = "<group>";
136 /* End PBXGroup section */
138 /* Begin PBXHeadersBuildPhase section */
139 4CA1FEB9052A3C8100F22E42 /* Headers */ = {
140 isa = PBXHeadersBuildPhase;
141 buildActionMask = 2147483647;
143 4CF36F400581369C00834D11 /* checkpw.h in Headers */,
145 runOnlyForDeploymentPostprocessing = 0;
147 /* End PBXHeadersBuildPhase section */
149 /* Begin PBXNativeTarget section */
150 1C6C40211121FC0C00031CDE /* perf-checkpw */ = {
151 isa = PBXNativeTarget;
152 buildConfigurationList = 1C6C402B1121FC0C00031CDE /* Build configuration list for PBXNativeTarget "perf-checkpw" */;
154 1C6C40261121FC0C00031CDE /* Sources */,
155 1C6C40281121FC0C00031CDE /* Frameworks */,
160 1C6C40241121FC0C00031CDE /* PBXTargetDependency */,
162 name = "perf-checkpw";
163 productName = "test-checkpw";
164 productReference = 1C6C402F1121FC0C00031CDE /* perf-checkpw */;
165 productType = "com.apple.product-type.tool";
167 1CD90B6611011176008DD07F /* test-checkpw */ = {
168 isa = PBXNativeTarget;
169 buildConfigurationList = 1CD90B77110111C3008DD07F /* Build configuration list for PBXNativeTarget "test-checkpw" */;
171 1CD90B6411011176008DD07F /* Sources */,
172 1CD90B6511011176008DD07F /* Frameworks */,
177 1CD90B6F11011196008DD07F /* PBXTargetDependency */,
179 name = "test-checkpw";
180 productName = "test-checkpw";
181 productReference = 1CD90B6711011176008DD07F /* test-checkpw */;
182 productType = "com.apple.product-type.tool";
184 4CA1FEBD052A3C8100F22E42 /* libsecurity_checkpw */ = {
185 isa = PBXNativeTarget;
186 buildConfigurationList = C27AD3120987FCDE001272E0 /* Build configuration list for PBXNativeTarget "libsecurity_checkpw" */;
188 4CA1FEB9052A3C8100F22E42 /* Headers */,
189 4CA1FEBA052A3C8100F22E42 /* Sources */,
190 4CA1FEBB052A3C8100F22E42 /* Frameworks */,
191 1CE6F80B11066C3000300DAA /* Install PAM config */,
197 name = libsecurity_checkpw;
198 productName = libsecurity_checkpw;
199 productReference = 4CA1FEBE052A3C8100F22E42 /* libsecurity_checkpw.a */;
200 productType = "com.apple.product-type.library.static";
202 /* End PBXNativeTarget section */
204 /* Begin PBXProject section */
205 4CA1FEAB052A3C3800F22E42 /* Project object */ = {
208 LastUpgradeCheck = 0700;
210 buildConfigurationList = C27AD3160987FCDE001272E0 /* Build configuration list for PBXProject "libsecurity_checkpw" */;
211 compatibilityVersion = "Xcode 3.2";
212 developmentRegion = English;
213 hasScannedForEncodings = 1;
217 mainGroup = 4CA1FEA7052A3C3800F22E42;
218 productRefGroup = 4CA1FEBF052A3C8100F22E42 /* Products */;
222 4CA1FEBD052A3C8100F22E42 /* libsecurity_checkpw */,
223 1CD90B6611011176008DD07F /* test-checkpw */,
224 1C6C40211121FC0C00031CDE /* perf-checkpw */,
227 /* End PBXProject section */
229 /* Begin PBXShellScriptBuildPhase section */
230 1CE6F80B11066C3000300DAA /* Install PAM config */ = {
231 isa = PBXShellScriptBuildPhase;
237 name = "Install PAM config";
240 runOnlyForDeploymentPostprocessing = 1;
242 shellScript = "name=checkpw\n\nmkdir -p \"${DSTROOT}/private/etc/pam.d/\"\ncp \"${PROJECT_DIR}/${name}.pam\" \"${DSTROOT}/private/etc/pam.d/${name}\"";
244 /* End PBXShellScriptBuildPhase section */
246 /* Begin PBXSourcesBuildPhase section */
247 1C6C40261121FC0C00031CDE /* Sources */ = {
248 isa = PBXSourcesBuildPhase;
249 buildActionMask = 2147483647;
251 1C6C40271121FC0C00031CDE /* test-checkpw.c in Sources */,
253 runOnlyForDeploymentPostprocessing = 0;
255 1CD90B6411011176008DD07F /* Sources */ = {
256 isa = PBXSourcesBuildPhase;
257 buildActionMask = 2147483647;
259 1CD90B71110111A4008DD07F /* test-checkpw.c in Sources */,
261 runOnlyForDeploymentPostprocessing = 0;
263 4CA1FEBA052A3C8100F22E42 /* Sources */ = {
264 isa = PBXSourcesBuildPhase;
265 buildActionMask = 2147483647;
267 4CCF8664052A491D00F2E8D8 /* checkpw.c in Sources */,
269 runOnlyForDeploymentPostprocessing = 0;
271 /* End PBXSourcesBuildPhase section */
273 /* Begin PBXTargetDependency section */
274 1C6C40241121FC0C00031CDE /* PBXTargetDependency */ = {
275 isa = PBXTargetDependency;
276 target = 4CA1FEBD052A3C8100F22E42 /* libsecurity_checkpw */;
277 targetProxy = 1C6C40251121FC0C00031CDE /* PBXContainerItemProxy */;
279 1CD90B6F11011196008DD07F /* PBXTargetDependency */ = {
280 isa = PBXTargetDependency;
281 target = 4CA1FEBD052A3C8100F22E42 /* libsecurity_checkpw */;
282 targetProxy = 1CD90B6E11011196008DD07F /* PBXContainerItemProxy */;
284 /* End PBXTargetDependency section */
286 /* Begin XCBuildConfiguration section */
287 1C6C402C1121FC0C00031CDE /* Debug */ = {
288 isa = XCBuildConfiguration;
290 PRODUCT_NAME = "perf-checkpw";
294 1C6C402E1121FC0C00031CDE /* Release */ = {
295 isa = XCBuildConfiguration;
297 PRODUCT_NAME = "perf-checkpw";
301 1CD90B6911011179008DD07F /* Debug */ = {
302 isa = XCBuildConfiguration;
304 PRODUCT_NAME = "test-checkpw";
308 1CD90B6B11011179008DD07F /* Release */ = {
309 isa = XCBuildConfiguration;
311 PRODUCT_NAME = "test-checkpw";
315 C27AD3130987FCDE001272E0 /* Debug */ = {
316 isa = XCBuildConfiguration;
317 baseConfigurationReference = 1844616C146E966100B12992 /* debug.xcconfig */;
319 COMBINE_HIDPI_IMAGES = YES;
323 C27AD3150987FCDE001272E0 /* Release */ = {
324 isa = XCBuildConfiguration;
325 baseConfigurationReference = 1844616E146E966100B12992 /* release.xcconfig */;
327 COMBINE_HIDPI_IMAGES = YES;
331 C27AD3170987FCDE001272E0 /* Debug */ = {
332 isa = XCBuildConfiguration;
333 baseConfigurationReference = 1844616D146E966100B12992 /* lib.xcconfig */;
335 CLANG_WARN_CONSTANT_CONVERSION = YES;
336 CLANG_WARN_EMPTY_BODY = YES;
337 CLANG_WARN_ENUM_CONVERSION = YES;
338 CLANG_WARN_INT_CONVERSION = YES;
339 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
340 GCC_WARN_UNINITIALIZED_AUTOS = YES;
344 C27AD3190987FCDE001272E0 /* Release */ = {
345 isa = XCBuildConfiguration;
346 baseConfigurationReference = 1844616D146E966100B12992 /* lib.xcconfig */;
348 CLANG_WARN_CONSTANT_CONVERSION = YES;
349 CLANG_WARN_EMPTY_BODY = YES;
350 CLANG_WARN_ENUM_CONVERSION = YES;
351 CLANG_WARN_INT_CONVERSION = YES;
352 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
353 GCC_WARN_UNINITIALIZED_AUTOS = YES;
357 /* End XCBuildConfiguration section */
359 /* Begin XCConfigurationList section */
360 1C6C402B1121FC0C00031CDE /* Build configuration list for PBXNativeTarget "perf-checkpw" */ = {
361 isa = XCConfigurationList;
362 buildConfigurations = (
363 1C6C402C1121FC0C00031CDE /* Debug */,
364 1C6C402E1121FC0C00031CDE /* Release */,
366 defaultConfigurationIsVisible = 0;
367 defaultConfigurationName = Release;
369 1CD90B77110111C3008DD07F /* Build configuration list for PBXNativeTarget "test-checkpw" */ = {
370 isa = XCConfigurationList;
371 buildConfigurations = (
372 1CD90B6911011179008DD07F /* Debug */,
373 1CD90B6B11011179008DD07F /* Release */,
375 defaultConfigurationIsVisible = 0;
376 defaultConfigurationName = Release;
378 C27AD3120987FCDE001272E0 /* Build configuration list for PBXNativeTarget "libsecurity_checkpw" */ = {
379 isa = XCConfigurationList;
380 buildConfigurations = (
381 C27AD3130987FCDE001272E0 /* Debug */,
382 C27AD3150987FCDE001272E0 /* Release */,
384 defaultConfigurationIsVisible = 0;
385 defaultConfigurationName = Release;
387 C27AD3160987FCDE001272E0 /* Build configuration list for PBXProject "libsecurity_checkpw" */ = {
388 isa = XCConfigurationList;
389 buildConfigurations = (
390 C27AD3170987FCDE001272E0 /* Debug */,
391 C27AD3190987FCDE001272E0 /* Release */,
393 defaultConfigurationIsVisible = 0;
394 defaultConfigurationName = Release;
396 /* End XCConfigurationList section */
398 rootObject = 4CA1FEAB052A3C3800F22E42 /* Project object */;