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 1CD90BA2110113AE008DD07F /* libpam.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 1CD90B8F110112DD008DD07F /* libpam.dylib */; };
16 4CCF8664052A491D00F2E8D8 /* checkpw.c in Sources */ = {isa = PBXBuildFile; fileRef = 4CCF8662052A491D00F2E8D8 /* checkpw.c */; };
17 4CF36F400581369C00834D11 /* checkpw.h in Headers */ = {isa = PBXBuildFile; fileRef = 4CCF8663052A491D00F2E8D8 /* checkpw.h */; settings = {ATTRIBUTES = (); }; };
18 /* End PBXBuildFile section */
20 /* Begin PBXContainerItemProxy section */
21 1C6C40251121FC0C00031CDE /* PBXContainerItemProxy */ = {
22 isa = PBXContainerItemProxy;
23 containerPortal = 4CA1FEAB052A3C3800F22E42 /* Project object */;
25 remoteGlobalIDString = 4CA1FEBD052A3C8100F22E42;
26 remoteInfo = libsecurity_checkpw;
28 1CD90B6E11011196008DD07F /* PBXContainerItemProxy */ = {
29 isa = PBXContainerItemProxy;
30 containerPortal = 4CA1FEAB052A3C3800F22E42 /* Project object */;
32 remoteGlobalIDString = 4CA1FEBD052A3C8100F22E42;
33 remoteInfo = libsecurity_checkpw;
35 /* End PBXContainerItemProxy section */
37 /* Begin PBXFileReference section */
38 1844616B146E966100B12992 /* base.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = base.xcconfig; sourceTree = "<group>"; };
39 1844616C146E966100B12992 /* debug.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = debug.xcconfig; sourceTree = "<group>"; };
40 1844616D146E966100B12992 /* lib.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = lib.xcconfig; sourceTree = "<group>"; };
41 1844616E146E966100B12992 /* release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = release.xcconfig; sourceTree = "<group>"; };
42 1C6C402F1121FC0C00031CDE /* perf-checkpw */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = "perf-checkpw"; sourceTree = BUILT_PRODUCTS_DIR; };
43 1CB7B49511065A36003458C5 /* checkpw.pam */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = checkpw.pam; sourceTree = "<group>"; };
44 1CD90B631101115E008DD07F /* test-checkpw.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = "test-checkpw.c"; path = "test/test-checkpw.c"; sourceTree = "<group>"; };
45 1CD90B6711011176008DD07F /* test-checkpw */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = "test-checkpw"; sourceTree = BUILT_PRODUCTS_DIR; };
46 1CD90B8F110112DD008DD07F /* libpam.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libpam.dylib; path = /usr/lib/libpam.dylib; sourceTree = "<absolute>"; };
47 4CA1FEBE052A3C8100F22E42 /* libsecurity_checkpw.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libsecurity_checkpw.a; sourceTree = BUILT_PRODUCTS_DIR; };
48 4CCBFF50057FFCA600981D43 /* security_checkpw.exp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.exports; path = security_checkpw.exp; sourceTree = "<group>"; };
49 4CCF8662052A491D00F2E8D8 /* checkpw.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = checkpw.c; sourceTree = "<group>"; };
50 4CCF8663052A491D00F2E8D8 /* checkpw.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = checkpw.h; sourceTree = "<group>"; };
51 /* End PBXFileReference section */
53 /* Begin PBXFrameworksBuildPhase section */
54 1C6C40281121FC0C00031CDE /* Frameworks */ = {
55 isa = PBXFrameworksBuildPhase;
56 buildActionMask = 2147483647;
58 1C6C40291121FC0C00031CDE /* libpam.dylib in Frameworks */,
59 1C6C402A1121FC0C00031CDE /* libsecurity_checkpw.a in Frameworks */,
61 runOnlyForDeploymentPostprocessing = 0;
63 1CD90B6511011176008DD07F /* Frameworks */ = {
64 isa = PBXFrameworksBuildPhase;
65 buildActionMask = 2147483647;
67 1CD90BA2110113AE008DD07F /* libpam.dylib in Frameworks */,
68 1CB7B4C411065DDB003458C5 /* libsecurity_checkpw.a in Frameworks */,
70 runOnlyForDeploymentPostprocessing = 0;
72 4CA1FEBB052A3C8100F22E42 /* Frameworks */ = {
73 isa = PBXFrameworksBuildPhase;
74 buildActionMask = 2147483647;
77 runOnlyForDeploymentPostprocessing = 0;
79 /* End PBXFrameworksBuildPhase section */
81 /* Begin PBXGroup section */
82 1844616A146E966100B12992 /* config */ = {
85 1844616B146E966100B12992 /* base.xcconfig */,
86 1844616C146E966100B12992 /* debug.xcconfig */,
87 1844616D146E966100B12992 /* lib.xcconfig */,
88 1844616E146E966100B12992 /* release.xcconfig */,
92 sourceTree = "<group>";
94 1CD90B6011011149008DD07F /* test */ = {
97 1CD90B631101115E008DD07F /* test-checkpw.c */,
100 sourceTree = "<group>";
102 4CA1FEA7052A3C3800F22E42 = {
105 1CB7B49511065A36003458C5 /* checkpw.pam */,
106 4CCF8661052A491D00F2E8D8 /* lib */,
107 1844616A146E966100B12992 /* config */,
108 1CD90B6011011149008DD07F /* test */,
109 4CA1FEBF052A3C8100F22E42 /* Products */,
110 1CD90B8F110112DD008DD07F /* libpam.dylib */,
112 sourceTree = "<group>";
114 4CA1FEBF052A3C8100F22E42 /* Products */ = {
117 4CA1FEBE052A3C8100F22E42 /* libsecurity_checkpw.a */,
118 1CD90B6711011176008DD07F /* test-checkpw */,
119 1C6C402F1121FC0C00031CDE /* perf-checkpw */,
122 sourceTree = "<group>";
124 4CCF8661052A491D00F2E8D8 /* lib */ = {
127 4CCF8662052A491D00F2E8D8 /* checkpw.c */,
128 4CCF8663052A491D00F2E8D8 /* checkpw.h */,
129 4CCBFF50057FFCA600981D43 /* security_checkpw.exp */,
132 sourceTree = "<group>";
134 /* End PBXGroup section */
136 /* Begin PBXHeadersBuildPhase section */
137 4CA1FEB9052A3C8100F22E42 /* Headers */ = {
138 isa = PBXHeadersBuildPhase;
139 buildActionMask = 2147483647;
141 4CF36F400581369C00834D11 /* checkpw.h in Headers */,
143 runOnlyForDeploymentPostprocessing = 0;
145 /* End PBXHeadersBuildPhase section */
147 /* Begin PBXNativeTarget section */
148 1C6C40211121FC0C00031CDE /* perf-checkpw */ = {
149 isa = PBXNativeTarget;
150 buildConfigurationList = 1C6C402B1121FC0C00031CDE /* Build configuration list for PBXNativeTarget "perf-checkpw" */;
152 1C6C40261121FC0C00031CDE /* Sources */,
153 1C6C40281121FC0C00031CDE /* Frameworks */,
158 1C6C40241121FC0C00031CDE /* PBXTargetDependency */,
160 name = "perf-checkpw";
161 productName = "test-checkpw";
162 productReference = 1C6C402F1121FC0C00031CDE /* perf-checkpw */;
163 productType = "com.apple.product-type.tool";
165 1CD90B6611011176008DD07F /* test-checkpw */ = {
166 isa = PBXNativeTarget;
167 buildConfigurationList = 1CD90B77110111C3008DD07F /* Build configuration list for PBXNativeTarget "test-checkpw" */;
169 1CD90B6411011176008DD07F /* Sources */,
170 1CD90B6511011176008DD07F /* Frameworks */,
175 1CD90B6F11011196008DD07F /* PBXTargetDependency */,
177 name = "test-checkpw";
178 productName = "test-checkpw";
179 productReference = 1CD90B6711011176008DD07F /* test-checkpw */;
180 productType = "com.apple.product-type.tool";
182 4CA1FEBD052A3C8100F22E42 /* libsecurity_checkpw */ = {
183 isa = PBXNativeTarget;
184 buildConfigurationList = C27AD3120987FCDE001272E0 /* Build configuration list for PBXNativeTarget "libsecurity_checkpw" */;
186 4CA1FEB9052A3C8100F22E42 /* Headers */,
187 4CA1FEBA052A3C8100F22E42 /* Sources */,
188 4CA1FEBB052A3C8100F22E42 /* Frameworks */,
189 1CE6F80B11066C3000300DAA /* Install PAM config */,
195 name = libsecurity_checkpw;
196 productName = libsecurity_checkpw;
197 productReference = 4CA1FEBE052A3C8100F22E42 /* libsecurity_checkpw.a */;
198 productType = "com.apple.product-type.library.static";
200 /* End PBXNativeTarget section */
202 /* Begin PBXProject section */
203 4CA1FEAB052A3C3800F22E42 /* Project object */ = {
206 LastUpgradeCheck = 0800;
208 buildConfigurationList = C27AD3160987FCDE001272E0 /* Build configuration list for PBXProject "libsecurity_checkpw" */;
209 compatibilityVersion = "Xcode 3.2";
210 developmentRegion = English;
211 hasScannedForEncodings = 1;
215 mainGroup = 4CA1FEA7052A3C3800F22E42;
216 productRefGroup = 4CA1FEBF052A3C8100F22E42 /* Products */;
220 4CA1FEBD052A3C8100F22E42 /* libsecurity_checkpw */,
221 1CD90B6611011176008DD07F /* test-checkpw */,
222 1C6C40211121FC0C00031CDE /* perf-checkpw */,
225 /* End PBXProject section */
227 /* Begin PBXShellScriptBuildPhase section */
228 1CE6F80B11066C3000300DAA /* Install PAM config */ = {
229 isa = PBXShellScriptBuildPhase;
235 name = "Install PAM config";
238 runOnlyForDeploymentPostprocessing = 1;
240 shellScript = "name=checkpw\n\nmkdir -p \"${DSTROOT}/private/etc/pam.d/\"\ncp \"${PROJECT_DIR}/${name}.pam\" \"${DSTROOT}/private/etc/pam.d/${name}\"";
242 /* End PBXShellScriptBuildPhase section */
244 /* Begin PBXSourcesBuildPhase section */
245 1C6C40261121FC0C00031CDE /* Sources */ = {
246 isa = PBXSourcesBuildPhase;
247 buildActionMask = 2147483647;
249 1C6C40271121FC0C00031CDE /* test-checkpw.c in Sources */,
251 runOnlyForDeploymentPostprocessing = 0;
253 1CD90B6411011176008DD07F /* Sources */ = {
254 isa = PBXSourcesBuildPhase;
255 buildActionMask = 2147483647;
257 1CD90B71110111A4008DD07F /* test-checkpw.c in Sources */,
259 runOnlyForDeploymentPostprocessing = 0;
261 4CA1FEBA052A3C8100F22E42 /* Sources */ = {
262 isa = PBXSourcesBuildPhase;
263 buildActionMask = 2147483647;
265 4CCF8664052A491D00F2E8D8 /* checkpw.c in Sources */,
267 runOnlyForDeploymentPostprocessing = 0;
269 /* End PBXSourcesBuildPhase section */
271 /* Begin PBXTargetDependency section */
272 1C6C40241121FC0C00031CDE /* PBXTargetDependency */ = {
273 isa = PBXTargetDependency;
274 target = 4CA1FEBD052A3C8100F22E42 /* libsecurity_checkpw */;
275 targetProxy = 1C6C40251121FC0C00031CDE /* PBXContainerItemProxy */;
277 1CD90B6F11011196008DD07F /* PBXTargetDependency */ = {
278 isa = PBXTargetDependency;
279 target = 4CA1FEBD052A3C8100F22E42 /* libsecurity_checkpw */;
280 targetProxy = 1CD90B6E11011196008DD07F /* PBXContainerItemProxy */;
282 /* End PBXTargetDependency section */
284 /* Begin XCBuildConfiguration section */
285 1C6C402C1121FC0C00031CDE /* Debug */ = {
286 isa = XCBuildConfiguration;
288 PRODUCT_NAME = "perf-checkpw";
292 1C6C402E1121FC0C00031CDE /* Release */ = {
293 isa = XCBuildConfiguration;
295 PRODUCT_NAME = "perf-checkpw";
299 1CD90B6911011179008DD07F /* Debug */ = {
300 isa = XCBuildConfiguration;
302 PRODUCT_NAME = "test-checkpw";
306 1CD90B6B11011179008DD07F /* Release */ = {
307 isa = XCBuildConfiguration;
309 PRODUCT_NAME = "test-checkpw";
313 C27AD3130987FCDE001272E0 /* Debug */ = {
314 isa = XCBuildConfiguration;
315 baseConfigurationReference = 1844616C146E966100B12992 /* debug.xcconfig */;
317 COMBINE_HIDPI_IMAGES = YES;
321 C27AD3150987FCDE001272E0 /* Release */ = {
322 isa = XCBuildConfiguration;
323 baseConfigurationReference = 1844616E146E966100B12992 /* release.xcconfig */;
325 COMBINE_HIDPI_IMAGES = YES;
329 C27AD3170987FCDE001272E0 /* Debug */ = {
330 isa = XCBuildConfiguration;
331 baseConfigurationReference = 1844616D146E966100B12992 /* lib.xcconfig */;
333 ASSETCATALOG_COMPRESSION = lossless;
334 CLANG_WARN_BOOL_CONVERSION = YES;
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_UNREACHABLE_CODE = YES;
340 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
341 ENABLE_STRICT_OBJC_MSGSEND = YES;
342 ENABLE_TESTABILITY = YES;
343 GCC_NO_COMMON_BLOCKS = YES;
344 GCC_WARN_UNDECLARED_SELECTOR = YES;
345 GCC_WARN_UNINITIALIZED_AUTOS = YES;
346 GCC_WARN_UNUSED_FUNCTION = YES;
347 ONLY_ACTIVE_ARCH = YES;
351 C27AD3190987FCDE001272E0 /* Release */ = {
352 isa = XCBuildConfiguration;
353 baseConfigurationReference = 1844616D146E966100B12992 /* lib.xcconfig */;
355 ASSETCATALOG_COMPRESSION = "respect-asset-catalog";
356 CLANG_WARN_BOOL_CONVERSION = YES;
357 CLANG_WARN_CONSTANT_CONVERSION = YES;
358 CLANG_WARN_EMPTY_BODY = YES;
359 CLANG_WARN_ENUM_CONVERSION = YES;
360 CLANG_WARN_INT_CONVERSION = YES;
361 CLANG_WARN_UNREACHABLE_CODE = YES;
362 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
363 ENABLE_STRICT_OBJC_MSGSEND = YES;
364 GCC_NO_COMMON_BLOCKS = YES;
365 GCC_WARN_UNDECLARED_SELECTOR = YES;
366 GCC_WARN_UNINITIALIZED_AUTOS = YES;
367 GCC_WARN_UNUSED_FUNCTION = YES;
371 /* End XCBuildConfiguration section */
373 /* Begin XCConfigurationList section */
374 1C6C402B1121FC0C00031CDE /* Build configuration list for PBXNativeTarget "perf-checkpw" */ = {
375 isa = XCConfigurationList;
376 buildConfigurations = (
377 1C6C402C1121FC0C00031CDE /* Debug */,
378 1C6C402E1121FC0C00031CDE /* Release */,
380 defaultConfigurationIsVisible = 0;
381 defaultConfigurationName = Release;
383 1CD90B77110111C3008DD07F /* Build configuration list for PBXNativeTarget "test-checkpw" */ = {
384 isa = XCConfigurationList;
385 buildConfigurations = (
386 1CD90B6911011179008DD07F /* Debug */,
387 1CD90B6B11011179008DD07F /* Release */,
389 defaultConfigurationIsVisible = 0;
390 defaultConfigurationName = Release;
392 C27AD3120987FCDE001272E0 /* Build configuration list for PBXNativeTarget "libsecurity_checkpw" */ = {
393 isa = XCConfigurationList;
394 buildConfigurations = (
395 C27AD3130987FCDE001272E0 /* Debug */,
396 C27AD3150987FCDE001272E0 /* Release */,
398 defaultConfigurationIsVisible = 0;
399 defaultConfigurationName = Release;
401 C27AD3160987FCDE001272E0 /* Build configuration list for PBXProject "libsecurity_checkpw" */ = {
402 isa = XCConfigurationList;
403 buildConfigurations = (
404 C27AD3170987FCDE001272E0 /* Debug */,
405 C27AD3190987FCDE001272E0 /* Release */,
407 defaultConfigurationIsVisible = 0;
408 defaultConfigurationName = Release;
410 /* End XCConfigurationList section */
412 rootObject = 4CA1FEAB052A3C3800F22E42 /* Project object */;