From 7648e664cd347efe0f2e4f29bec8f4a18f28cdc2 Mon Sep 17 00:00:00 2001 From: Laurent Sansonetti Date: Tue, 8 Apr 2014 15:10:15 +0200 Subject: [PATCH] 2.26 --- Rakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Rakefile b/Rakefile index 777e6822..b9a6d145 100644 --- a/Rakefile +++ b/Rakefile @@ -1,4 +1,4 @@ -PROJECT_VERSION = '2.25' +PROJECT_VERSION = '2.26' XCODE_PLATFORMS_DIR = (ENV['XCODE_PLATFORMS_DIR'] || '/Applications/Xcode.app/Contents/Developer/Platforms') sim_sdks = Dir.glob(File.join(XCODE_PLATFORMS_DIR, 'iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator*.sdk')).map do |path| @@ -42,7 +42,7 @@ ANDROID_API_VERSIONS = end ANDROID_ARCHS = ['armv5te', 'armv7'] -if false +if true # DEBUG ANDROID_API_VERSIONS.clear; ANDROID_API_VERSIONS << 18 ANDROID_ARCHS.clear; ANDROID_ARCHS << 'armv5te'