X-Git-Url: https://git.saurik.com/apple/security.git/blobdiff_plain/c38e3ce98599a410a47dc10253faa4d5830f13b2..427c49bcad63d042b29ada2ac27e3dfc4845c779:/libsecurity_sd_cspdl/libsecurity_sd_cspdl.xcodeproj/project.pbxproj diff --git a/libsecurity_sd_cspdl/libsecurity_sd_cspdl.xcodeproj/project.pbxproj b/libsecurity_sd_cspdl/libsecurity_sd_cspdl.xcodeproj/project.pbxproj index 0754ad71..4d506670 100644 --- a/libsecurity_sd_cspdl/libsecurity_sd_cspdl.xcodeproj/project.pbxproj +++ b/libsecurity_sd_cspdl/libsecurity_sd_cspdl.xcodeproj/project.pbxproj @@ -200,7 +200,7 @@ 4CA1FEAB052A3C3800F22E42 /* Project object */ = { isa = PBXProject; attributes = { - LastUpgradeCheck = 0420; + LastUpgradeCheck = 0500; }; buildConfigurationList = C27AD3DE0987FCDF001272E0 /* Build configuration list for PBXProject "libsecurity_sd_cspdl" */; compatibilityVersion = "Xcode 3.2"; @@ -267,6 +267,11 @@ isa = XCBuildConfiguration; baseConfigurationReference = 182BB3C8146F1DE0000BF1F3 /* debug.xcconfig */; buildSettings = { + COMBINE_HIDPI_IMAGES = YES; + WARNING_CFLAGS = ( + "$(inherited)", + "-Wno-error=overloaded-virtual", + ); }; name = Debug; }; @@ -274,6 +279,11 @@ isa = XCBuildConfiguration; baseConfigurationReference = 182BB3CA146F1DE0000BF1F3 /* release.xcconfig */; buildSettings = { + COMBINE_HIDPI_IMAGES = YES; + WARNING_CFLAGS = ( + "$(inherited)", + "-Wno-error=overloaded-virtual", + ); }; name = Release; }; @@ -281,6 +291,12 @@ isa = XCBuildConfiguration; baseConfigurationReference = 182BB3C9146F1DE0000BF1F3 /* lib.xcconfig */; buildSettings = { + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; }; name = Debug; }; @@ -288,6 +304,12 @@ isa = XCBuildConfiguration; baseConfigurationReference = 182BB3C9146F1DE0000BF1F3 /* lib.xcconfig */; buildSettings = { + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; }; name = Release; };