From c1a96173a58ec2b0d4a4bda0bf1079c8ce2c53ea Mon Sep 17 00:00:00 2001 From: Laurent Sansonetti Date: Tue, 23 Jul 2013 13:28:00 +0200 Subject: [PATCH] debug mode - only builds for recent SDKs - not activated --- Rakefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Rakefile b/Rakefile index 908f4d17..f1269024 100644 --- a/Rakefile +++ b/Rakefile @@ -23,6 +23,12 @@ if OSX_SDK_VERSIONS.empty? exit 1 end +if false + # DEBUG + IOS_SDK_VERSIONS.clear; IOS_SDK_VERSIONS << '6.1' + OSX_SDK_VERSIONS.clear; OSX_SDK_VERSIONS << '10.8' +end + verbose(true) def rake(dir, cmd='all')