From a6595dceded09cb2a6e353d4da6c074c6dc3d83e Mon Sep 17 00:00:00 2001 From: maride Date: Sat, 2 Apr 2016 14:50:32 +0200 Subject: [PATCH] Update to recommended project settings * Bundle Identifier * Architecture * Project format (2.4 => 3.2) --- Info.plist | 2 +- game.xcodeproj/project.pbxproj | 37 +++++++++++++++++++++------------- 2 files changed, 24 insertions(+), 15 deletions(-) diff --git a/Info.plist b/Info.plist index 0cc09cc..3907be7 100644 --- a/Info.plist +++ b/Info.plist @@ -38,7 +38,7 @@ CFBundleIconFile Redline CFBundleIdentifier - com.ambrosiasw.redline + $(PRODUCT_BUNDLE_IDENTIFIER) CFBundleInfoDictionaryVersion 6.0 CFBundlePackageType diff --git a/game.xcodeproj/project.pbxproj b/game.xcodeproj/project.pbxproj index 7cdd0a7..f21b90c 100644 --- a/game.xcodeproj/project.pbxproj +++ b/game.xcodeproj/project.pbxproj @@ -3,7 +3,7 @@ archiveVersion = 1; classes = { }; - objectVersion = 42; + objectVersion = 46; objects = { /* Begin PBXBuildFile section */ @@ -207,9 +207,9 @@ 7F16E7640D57ABCC00706C33 /* ASWRegistrationCarbonAPI.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ASWRegistrationCarbonAPI.h; path = /apps/dev/SDKs/ASW/ASWRegistration/redline/CarbonAPI/ASWRegistrationCarbonAPI.h; sourceTree = ""; }; 7F4348C5096D9B5B00C3981C /* GetPID.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = GetPID.c; sourceTree = ""; }; 7F4348C6096D9B5B00C3981C /* GetPID.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = GetPID.h; sourceTree = ""; }; - 7F434A4C0973EC9900C3981C /* HID_cookie_strings.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.xml; path = HID_cookie_strings.plist; sourceTree = ""; }; - 7F434A4D0973EC9900C3981C /* HID_device_usage_strings.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.xml; path = HID_device_usage_strings.plist; sourceTree = ""; }; - 7F434A4E0973EC9900C3981C /* HID_usage_strings.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.xml; path = HID_usage_strings.plist; sourceTree = ""; }; + 7F434A4C0973EC9900C3981C /* HID_cookie_strings.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist.xml; path = HID_cookie_strings.plist; sourceTree = ""; }; + 7F434A4D0973EC9900C3981C /* HID_device_usage_strings.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist.xml; path = HID_device_usage_strings.plist; sourceTree = ""; }; + 7F434A4E0973EC9900C3981C /* HID_usage_strings.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist.xml; path = HID_usage_strings.plist; sourceTree = ""; }; 7F7EDC7F09EE95E000B2A665 /* Prev Track.scpt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.scpt; path = "Prev Track.scpt"; sourceTree = ""; }; 7F7F050D09C9E5E3002D0EE3 /* interfacemultiplayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = interfacemultiplayer.h; sourceTree = ""; }; 7F8C148C0A3ABBA000E76109 /* notifications.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = notifications.mm; sourceTree = ""; }; @@ -542,9 +542,16 @@ /* Begin PBXProject section */ 20286C28FDCF999611CA2CEA /* Project object */ = { isa = PBXProject; + attributes = { + LastUpgradeCheck = 0700; + }; buildConfigurationList = 7F060FDC0876EC7F001EA95C /* Build configuration list for PBXProject "game" */; - compatibilityVersion = "Xcode 2.4"; + compatibilityVersion = "Xcode 3.2"; + developmentRegion = English; hasScannedForEncodings = 1; + knownRegions = ( + en, + ); mainGroup = 20286C29FDCF999611CA2CEA /* game */; projectDirPath = ""; projectRoot = ""; @@ -663,6 +670,7 @@ 7F060FD90876EC7F001EA95C /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { + COMBINE_HIDPI_IMAGES = YES; COPY_PHASE_STRIP = NO; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", @@ -697,6 +705,7 @@ ); LIBRARY_SEARCH_PATHS_QUOTED_1 = "/apps/dev/SDKs/HID\\ Utilities\\ Source/build"; PREBINDING = NO; + PRODUCT_BUNDLE_IDENTIFIER = com.ambrosiasw.redline; PRODUCT_NAME = Redline; WRAPPER_EXTENSION = app; ZERO_LINK = NO; @@ -706,6 +715,7 @@ 7F060FDA0876EC7F001EA95C /* Release */ = { isa = XCBuildConfiguration; buildSettings = { + COMBINE_HIDPI_IMAGES = YES; COPY_PHASE_STRIP = YES; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", @@ -738,6 +748,7 @@ ); LIBRARY_SEARCH_PATHS_QUOTED_1 = "/apps/dev/SDKs/HID\\ Utilities\\ Source/build"; PREBINDING = NO; + PRODUCT_BUNDLE_IDENTIFIER = com.ambrosiasw.redline; PRODUCT_NAME = Redline; WRAPPER_EXTENSION = app; ZERO_LINK = NO; @@ -747,6 +758,7 @@ 7F060FDB0876EC7F001EA95C /* Default */ = { isa = XCBuildConfiguration; buildSettings = { + COMBINE_HIDPI_IMAGES = YES; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", /apps/dev/SDKs/ASW/AmbrosiaTools, @@ -777,6 +789,7 @@ ); LIBRARY_SEARCH_PATHS_QUOTED_1 = "/apps/dev/SDKs/HID\\ Utilities\\ Source/build"; PREBINDING = NO; + PRODUCT_BUNDLE_IDENTIFIER = com.ambrosiasw.redline; PRODUCT_NAME = Redline; WRAPPER_EXTENSION = app; }; @@ -785,10 +798,10 @@ 7F060FDD0876EC7F001EA95C /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { - ARCHS = ppc; - MACOSX_DEPLOYMENT_TARGET = 10.4; + ENABLE_TESTABILITY = YES; + ONLY_ACTIVE_ARCH = YES; OTHER_LDFLAGS = "-lz"; - SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; + SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk"; ZERO_LINK = NO; }; name = Debug; @@ -796,14 +809,11 @@ 7F060FDE0876EC7F001EA95C /* Release */ = { isa = XCBuildConfiguration; buildSettings = { - ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; - ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; DEAD_CODE_STRIPPING = YES; GCC_OPTIMIZATION_LEVEL = 3; GCC_VERSION_i386 = 4.0; GCC_VERSION_ppc = 3.3; HEADER_SEARCH_PATHS = ""; - MACOSX_DEPLOYMENT_TARGET = 10.2; MACOSX_DEPLOYMENT_TARGET_i386 = 10.4; MACOSX_DEPLOYMENT_TARGET_ppc = 10.2; ONLY_ACTIVE_ARCH = NO; @@ -812,7 +822,7 @@ "-weak_library", $SDKROOT/usr/lib/libcurl.dylib, ); - SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; + SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk"; SDKROOT_i386 = /Developer/SDKs/MacOSX10.4u.sdk; SDKROOT_ppc = /Developer/SDKs/MacOSX10.3.9.sdk; }; @@ -821,8 +831,7 @@ 7F060FDF0876EC7F001EA95C /* Default */ = { isa = XCBuildConfiguration; buildSettings = { - MACOSX_DEPLOYMENT_TARGET = 10.4; - SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; + SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk"; }; name = Default; };