mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-01-12 22:51:55 +08:00
pre-release is now 3.4
This commit is contained in:
4
Rakefile
4
Rakefile
@@ -1,5 +1,5 @@
|
||||
PROJECT_VERSION = '2.38'
|
||||
PRE_PROJECT_VERSION = '3.3'
|
||||
PRE_PROJECT_VERSION = '3.4'
|
||||
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|
|
||||
@@ -49,7 +49,7 @@ ANDROID_ARCHS = ['armv5te', 'armv7']
|
||||
|
||||
if false
|
||||
# DEBUG
|
||||
ANDROID_API_VERSIONS.clear; ANDROID_API_VERSIONS << 'L'
|
||||
ANDROID_API_VERSIONS.clear; ANDROID_API_VERSIONS << '19'
|
||||
ANDROID_ARCHS.clear; ANDROID_ARCHS << 'armv5te'
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user