Created
April 26, 2011 21:48
-
-
Save zaius/943260 to your computer and use it in GitHub Desktop.
TerminalTabSwitching update for 10.6
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 95badf3776ce6a69bdff356649c7f345567c148c Mon Sep 17 00:00:00 2001 | |
From: David Kelso <[email protected]> | |
Date: Tue, 26 Apr 2011 14:44:09 -0700 | |
Subject: [PATCH] Update for 10.6. | |
--- | |
TerminalTabSwitching.xcodeproj/project.pbxproj | 4 ++-- | |
1 files changed, 2 insertions(+), 2 deletions(-) | |
diff --git a/TerminalTabSwitching.xcodeproj/project.pbxproj b/TerminalTabSwitching.xcodeproj/project.pbxproj | |
index 76447c4..a927f94 100644 | |
--- a/TerminalTabSwitching.xcodeproj/project.pbxproj | |
+++ b/TerminalTabSwitching.xcodeproj/project.pbxproj | |
@@ -223,7 +223,7 @@ | |
GCC_WARN_ABOUT_RETURN_TYPE = YES; | |
GCC_WARN_UNUSED_VARIABLE = YES; | |
PREBINDING = NO; | |
- SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk"; | |
+ SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.6.sdk"; | |
VALID_ARCHS = "ppc i386 x86_64"; | |
}; | |
name = Debug; | |
@@ -237,7 +237,7 @@ | |
GCC_WARN_ABOUT_RETURN_TYPE = YES; | |
GCC_WARN_UNUSED_VARIABLE = YES; | |
PREBINDING = NO; | |
- SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk"; | |
+ SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.6.sdk"; | |
VALID_ARCHS = "ppc i386 x86_64"; | |
}; | |
name = Release; | |
-- | |
1.7.3.4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment