Skip to content

Commit

Permalink
Added 4.1 sdk to tests. Touched project with Xcode 3.2.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
nygard committed Aug 8, 2010
1 parent 78e5399 commit d5d7472
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/doTests.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
#]

def resolve_sdk_root_alias(sdk_root="4.0"):
if sdk_root in ("3.2", "4.0"):
if sdk_root in ("3.2", "4.0", "4.1", ):
return "/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS" + sdk_root + ".sdk"
return sdk_root

Expand All @@ -66,7 +66,7 @@ def mkdir_ignore(dir):
pass

def printUsage():
print "doTests.py [--ios] [--sdk-root <path, 4.0 or 3.2>]"
print "doTests.py [--ios] [--sdk-root <path, 4.1, 4.0 or 3.2>]"
print

def main(argv):
Expand Down
7 changes: 7 additions & 0 deletions class-dump.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -963,7 +963,14 @@
isa = PBXProject;
buildConfigurationList = 012E2A9408AE9B4F003E99F8 /* Build configuration list for PBXProject "class-dump" */;
compatibilityVersion = "Xcode 3.0";
developmentRegion = English;
hasScannedForEncodings = 1;
knownRegions = (
English,
Japanese,
French,
German,
);
mainGroup = 08FB7794FE84155DC02AAC07 /* class-dump */;
projectDirPath = "";
projectRoot = "";
Expand Down

0 comments on commit d5d7472

Please sign in to comment.