From 04ad81ce67185bcf9869459fb76f83ee7751881e Mon Sep 17 00:00:00 2001 From: "C.W. Betts" Date: Sun, 4 Jun 2017 13:57:33 -0600 Subject: [PATCH] Use more modern names for the build configurations: Debug and Release, and delete Default. --- src/macosx/stella.xcodeproj/project.pbxproj | 121 +++----------------- 1 file changed, 14 insertions(+), 107 deletions(-) diff --git a/src/macosx/stella.xcodeproj/project.pbxproj b/src/macosx/stella.xcodeproj/project.pbxproj index 91f113c86..5df8c19f3 100644 --- a/src/macosx/stella.xcodeproj/project.pbxproj +++ b/src/macosx/stella.xcodeproj/project.pbxproj @@ -2654,7 +2654,7 @@ /* End PBXVariantGroup section */ /* Begin XCBuildConfiguration section */ - 2D91751709BA90380026E9FF /* Development */ = { + 2D91751709BA90380026E9FF /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { COMBINE_HIDPI_IMAGES = YES; @@ -2705,9 +2705,9 @@ ); WRAPPER_EXTENSION = app; }; - name = Development; + name = Debug; }; - 2D91751809BA90380026E9FF /* Deployment */ = { + 2D91751809BA90380026E9FF /* Release */ = { isa = XCBuildConfiguration; buildSettings = { COMBINE_HIDPI_IMAGES = YES; @@ -2757,60 +2757,9 @@ ); WRAPPER_EXTENSION = app; }; - name = Deployment; + name = Release; }; - 2D91751909BA90380026E9FF /* Default */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - FRAMEWORK_SEARCH_PATHS = ( - "$(HOME)/Library/Frameworks", - ., - "$(LOCAL_LIBRARY_DIR)/Frameworks", - ); - GCC_GENERATE_DEBUGGING_SYMBOLS = NO; - GCC_OPTIMIZATION_LEVEL = 3; - GCC_PREPROCESSOR_DEFINITIONS = ( - HAVE_GETTIMEOFDAY, - CHEATCODE_SUPPORT, - DEBUGGER_SUPPORT, - JOYSTICK_SUPPORT, - SOUND_SUPPORT, - THUMB_SUPPORT, - WINDOWED_SUPPORT, - BSPF_MAC_OSX, - MAC_OSX, - ); - HEADER_SEARCH_PATHS = ( - /Library/Frameworks/SDL2.framework/Headers, - ../cheat, - ../common, - ../common/tv_filters, - ../debugger, - ../debugger/gui, - ../emucore, - ../gui, - ../yacc, - ., - ); - INFOPLIST_FILE = "Info-Stella.plist"; - INSTALL_PATH = "$(HOME)/Applications"; - LIBRARY_SEARCH_PATHS = .; - OTHER_CFLAGS = ""; - OTHER_LDFLAGS = "-lz"; - PRODUCT_BUNDLE_IDENTIFIER = "Stella-emu"; - PRODUCT_NAME = Stella; - SECTORDER_FLAGS = ""; - WARNING_CFLAGS = ( - "-Wmost", - "-Wno-four-char-constants", - "-Wno-unknown-pragmas", - ); - WRAPPER_EXTENSION = app; - }; - name = Default; - }; - 2D91752209BA903B0026E9FF /* Development */ = { + 2D91752209BA903B0026E9FF /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; @@ -2854,9 +2803,9 @@ VALID_ARCHS = x86_64; WARNING_CFLAGS = "-Wall"; }; - name = Development; + name = Debug; }; - 2D91752309BA903B0026E9FF /* Deployment */ = { + 2D91752309BA903B0026E9FF /* Release */ = { isa = XCBuildConfiguration; buildSettings = { CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; @@ -2898,47 +2847,7 @@ VALID_ARCHS = x86_64; WARNING_CFLAGS = "-Wall"; }; - name = Deployment; - }; - 2D91752409BA903B0026E9FF /* Default */ = { - isa = XCBuildConfiguration; - buildSettings = { - CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; - CLANG_CXX_LANGUAGE_STANDARD = "c++0x"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - CLANG_WARN__EXIT_TIME_DESTRUCTORS = NO; - COPY_PHASE_STRIP = NO; - DEBUG_INFORMATION_FORMAT = dwarf; - ENABLE_STRICT_OBJC_MSGSEND = YES; - FRAMEWORK_SEARCH_PATHS = /Library/Frameworks; - GCC_ENABLE_CPP_RTTI = NO; - GCC_NO_COMMON_BLOCKS = YES; - GCC_VERSION = ""; - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES; - GCC_WARN_HIDDEN_VIRTUAL_FUNCTIONS = YES; - GCC_WARN_NON_VIRTUAL_DESTRUCTOR = YES; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - INSTALL_PATH = "@rpath"; - LD_RUNPATH_SEARCH_PATHS = "@loader_path/../Frameworks"; - MACOSX_DEPLOYMENT_TARGET = 10.7; - SDKROOT = macosx; - VALID_ARCHS = x86_64; - WARNING_CFLAGS = "-Wall"; - }; - name = Default; + name = Release; }; /* End XCBuildConfiguration section */ @@ -2946,22 +2855,20 @@ 2D91751609BA90380026E9FF /* Build configuration list for PBXNativeTarget "Stella" */ = { isa = XCConfigurationList; buildConfigurations = ( - 2D91751709BA90380026E9FF /* Development */, - 2D91751809BA90380026E9FF /* Deployment */, - 2D91751909BA90380026E9FF /* Default */, + 2D91751709BA90380026E9FF /* Debug */, + 2D91751809BA90380026E9FF /* Release */, ); defaultConfigurationIsVisible = 0; - defaultConfigurationName = Default; + defaultConfigurationName = Release; }; 2D91752109BA903B0026E9FF /* Build configuration list for PBXProject "stella" */ = { isa = XCConfigurationList; buildConfigurations = ( - 2D91752209BA903B0026E9FF /* Development */, - 2D91752309BA903B0026E9FF /* Deployment */, - 2D91752409BA903B0026E9FF /* Default */, + 2D91752209BA903B0026E9FF /* Debug */, + 2D91752309BA903B0026E9FF /* Release */, ); defaultConfigurationIsVisible = 0; - defaultConfigurationName = Default; + defaultConfigurationName = Release; }; /* End XCConfigurationList section */ };