mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-02 09:31:37 +08:00
2.26
This commit is contained in:
4
Rakefile
4
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'
|
||||
|
||||
Reference in New Issue
Block a user