mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-05-23 03:13:50 +08:00
in spec mode, build directory will be build/Testing-#{API_VERSION}/
This commit is contained in:
@@ -132,7 +132,8 @@ module Motion; module Project;
|
||||
end
|
||||
|
||||
def versionized_build_dir
|
||||
File.join(build_dir, build_mode_name + '-' + api_version)
|
||||
sep = spec_mode ? 'Testing' : build_mode_name
|
||||
File.join(build_dir, sep + '-' + api_version)
|
||||
end
|
||||
|
||||
def build_tools_dir
|
||||
|
||||
Reference in New Issue
Block a user