X-Git-Url: https://git.saurik.com/apple/libinfo.git/blobdiff_plain/9d0fc09c9d153cee4aa77a87d0b019f6e669054e..ef02b0d89bdbd0307a749f4d8d3566788dc02d90:/Libinfo.xcodeproj/project.pbxproj diff --git a/Libinfo.xcodeproj/project.pbxproj b/Libinfo.xcodeproj/project.pbxproj index 253ab6a..d3771cc 100644 --- a/Libinfo.xcodeproj/project.pbxproj +++ b/Libinfo.xcodeproj/project.pbxproj @@ -621,7 +621,7 @@ 08FB7793FE84155DC02AAC07 /* Project object */ = { isa = PBXProject; attributes = { - LastUpgradeCheck = 0440; + LastUpgradeCheck = 0700; }; buildConfigurationList = 1DEB914E08733D8E0010E9CD /* Build configuration list for PBXProject "Libinfo" */; compatibilityVersion = "Xcode 3.2"; @@ -801,7 +801,9 @@ isa = XCBuildConfiguration; baseConfigurationReference = 3F397F7D185BD67F00987BCC /* Libinfo.xcconfig */; buildSettings = { + COMBINE_HIDPI_IMAGES = YES; PRODUCT_NAME = info; + SUPPORTED_PLATFORMS = "macosx iphoneos"; VERSION_INFO_EXPORT_DECL = static; VERSION_INFO_PREFIX = __; }; @@ -826,6 +828,7 @@ GCC_WARN_64_TO_32_BIT_CONVERSION = NO; GCC_WARN_ABOUT_RETURN_TYPE = YES; GCC_WARN_UNUSED_VARIABLE = YES; + OTHER_CFLAGS = ""; VERSIONING_SYSTEM = "apple-generic"; WARNING_LDFLAGS = "-Wall"; }; @@ -835,9 +838,56 @@ isa = XCBuildConfiguration; buildSettings = { PRODUCT_NAME = "$(TARGET_NAME)"; + SUPPORTED_PLATFORMS = iphonesimulator; }; name = Release; }; + 90E08A3C1BB364CA0093311B /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = "$(ARCHS_STANDARD_32_64_BIT)"; + BUILD_VARIANTS = ( + normal, + profile, + debug, + ); + CODE_SIGN_IDENTITY = "-"; + CURRENT_PROJECT_VERSION = "$(RC_ProjectSourceVersion)"; + DEAD_CODE_STRIPPING = YES; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + DYLIB_CURRENT_VERSION = "$(CURRENT_PROJECT_VERSION)"; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_TREAT_WARNINGS_AS_ERRORS = YES; + GCC_WARN_64_TO_32_BIT_CONVERSION = NO; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + OTHER_CFLAGS = "-DDEBUG=1"; + VERSIONING_SYSTEM = "apple-generic"; + WARNING_LDFLAGS = "-Wall"; + }; + name = Debug; + }; + 90E08A3D1BB364CA0093311B /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 3F397F7D185BD67F00987BCC /* Libinfo.xcconfig */; + buildSettings = { + COMBINE_HIDPI_IMAGES = YES; + PRODUCT_NAME = info; + SUPPORTED_PLATFORMS = "macosx iphoneos"; + VERSION_INFO_EXPORT_DECL = static; + VERSION_INFO_PREFIX = __; + }; + name = Debug; + }; + 90E08A3E1BB364CA0093311B /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + PRODUCT_NAME = "$(TARGET_NAME)"; + SUPPORTED_PLATFORMS = iphonesimulator; + }; + name = Debug; + }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ @@ -845,6 +895,7 @@ isa = XCConfigurationList; buildConfigurations = ( 1DEB914C08733D8E0010E9CD /* Release */, + 90E08A3D1BB364CA0093311B /* Debug */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -853,6 +904,7 @@ isa = XCConfigurationList; buildConfigurations = ( 1DEB915008733D8E0010E9CD /* Release */, + 90E08A3C1BB364CA0093311B /* Debug */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -861,8 +913,10 @@ isa = XCConfigurationList; buildConfigurations = ( 3F397F80185BD71500987BCC /* Release */, + 90E08A3E1BB364CA0093311B /* Debug */, ); defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; }; /* End XCConfigurationList section */ };