Skip to content

Commit

Permalink
4.2 SDK in Rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Milligan committed Nov 29, 2010
1 parent 295c8e4 commit 6cb333d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -2,7 +2,7 @@ PROJECT_NAME = "Cedar"
CONFIGURATION = "Release" CONFIGURATION = "Release"
SPECS_TARGET_NAME = "Specs" SPECS_TARGET_NAME = "Specs"
UI_SPECS_TARGET_NAME = "iPhoneSpecs" UI_SPECS_TARGET_NAME = "iPhoneSpecs"
SDK_DIR = "/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.0.sdk" SDK_DIR = "/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.2.sdk"


def build_dir(effective_platform_name) def build_dir(effective_platform_name)
File.join(File.dirname(__FILE__), "build", CONFIGURATION + effective_platform_name) File.join(File.dirname(__FILE__), "build", CONFIGURATION + effective_platform_name)
Expand Down

0 comments on commit 6cb333d

Please sign in to comment.