From c62c4ab257e412b43f63ce0cbe784af227dd3fd8 Mon Sep 17 00:00:00 2001 From: Franklin Webber Date: Tue, 6 Dec 2011 12:43:50 -0800 Subject: [PATCH 1/4] Updated the Version to work with Lion --- Info.plist | 2 +- .../project.pbxproj | 29 ++++++++++++------- 2 files changed, 19 insertions(+), 12 deletions(-) diff --git a/Info.plist b/Info.plist index d8e61e7..43b3a70 100644 --- a/Info.plist +++ b/Info.plist @@ -28,7 +28,7 @@ BundleIdentifier com.apple.Terminal MaxBundleVersion - 272 + 299 MinBundleVersion 237 diff --git a/TerminalTabSwitching.xcodeproj/project.pbxproj b/TerminalTabSwitching.xcodeproj/project.pbxproj index b34b6a8..a72d653 100644 --- a/TerminalTabSwitching.xcodeproj/project.pbxproj +++ b/TerminalTabSwitching.xcodeproj/project.pbxproj @@ -3,7 +3,7 @@ archiveVersion = 1; classes = { }; - objectVersion = 44; + objectVersion = 46; objects = { /* Begin PBXBuildFile section */ @@ -135,9 +135,19 @@ /* Begin PBXProject section */ 089C1669FE841209C02AAC07 /* Project object */ = { isa = PBXProject; + attributes = { + LastUpgradeCheck = 0420; + }; buildConfigurationList = 1DEB913E08733D840010E9CD /* Build configuration list for PBXProject "TerminalTabSwitching" */; - compatibilityVersion = "Xcode 3.0"; + compatibilityVersion = "Xcode 3.2"; + developmentRegion = English; hasScannedForEncodings = 1; + knownRegions = ( + English, + Japanese, + French, + German, + ); mainGroup = 089C166AFE841209C02AAC07 /* Blurminal */; projectDirPath = ""; projectRoot = ""; @@ -191,7 +201,6 @@ buildSettings = { COPY_PHASE_STRIP = NO; GCC_DYNAMIC_NO_PIC = NO; - GCC_ENABLE_FIX_AND_CONTINUE = YES; GCC_MODEL_TUNING = G5; GCC_OPTIMIZATION_LEVEL = 0; GCC_PRECOMPILE_PREFIX_HEADER = YES; @@ -221,13 +230,12 @@ 1DEB913F08733D840010E9CD /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { - ARCHS = "$(ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1)"; - ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1 = "x86_64 i386 ppc"; + ARCHS = "$(ARCHS_STANDARD_32_64_BIT)"; GCC_C_LANGUAGE_STANDARD = c99; GCC_WARN_ABOUT_RETURN_TYPE = YES; GCC_WARN_UNUSED_VARIABLE = YES; - PREBINDING = NO; - SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk"; + MACOSX_DEPLOYMENT_TARGET = 10.6; + SDKROOT = macosx; VALID_ARCHS = "ppc i386 x86_64"; }; name = Debug; @@ -235,13 +243,12 @@ 1DEB914008733D840010E9CD /* Release */ = { isa = XCBuildConfiguration; buildSettings = { - ARCHS = "$(ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1)"; - ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1 = "x86_64 i386 ppc"; + ARCHS = "$(ARCHS_STANDARD_32_64_BIT)"; GCC_C_LANGUAGE_STANDARD = c99; GCC_WARN_ABOUT_RETURN_TYPE = YES; GCC_WARN_UNUSED_VARIABLE = YES; - PREBINDING = NO; - SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk"; + MACOSX_DEPLOYMENT_TARGET = 10.6; + SDKROOT = macosx; VALID_ARCHS = "ppc i386 x86_64"; }; name = Release; From 197f5c6fb4fc2d385763281f8471b53b292d1dfd Mon Sep 17 00:00:00 2001 From: Franklin Webber Date: Thu, 2 Feb 2012 09:10:16 -0800 Subject: [PATCH 2/4] Updated for latest Bundle Version 303 --- Info.plist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Info.plist b/Info.plist index 43b3a70..f6a2956 100644 --- a/Info.plist +++ b/Info.plist @@ -28,7 +28,7 @@ BundleIdentifier com.apple.Terminal MaxBundleVersion - 299 + 303 MinBundleVersion 237 From a3f8f7a055ccb18ca40d22592cfa480d06271b03 Mon Sep 17 00:00:00 2001 From: Franklin Webber Date: Thu, 2 Feb 2012 09:11:35 -0800 Subject: [PATCH 3/4] Added project files to the gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 01e1532..5fe51eb 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,5 @@ build *.xcodeproj/*.mode1v3 *.xcodeproj/*.tm_build_errors *.tmproj +*.xcodeproj/xcuserdata/ +*.xcodeproj/project.xcworkspace/ \ No newline at end of file From 7569a5a98b6f604751e3443a558c69ed90c7a2f3 Mon Sep 17 00:00:00 2001 From: Franklin Webber Date: Fri, 17 Aug 2012 03:26:30 -0700 Subject: [PATCH 4/4] Updated to provide support for Lion --- Info.plist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Info.plist b/Info.plist index f6a2956..7618580 100644 --- a/Info.plist +++ b/Info.plist @@ -28,7 +28,7 @@ BundleIdentifier com.apple.Terminal MaxBundleVersion - 303 + 309 MinBundleVersion 237