mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-06-11 00:09:38 +08:00
move versionized_build_dir from config to xcodeconfig
This commit is contained in:
committed by
Watson
parent
a4475dc024
commit
8964a0dfc7
@@ -199,10 +199,6 @@ module Motion; module Project
|
||||
end
|
||||
end
|
||||
|
||||
def versionized_build_dir(platform)
|
||||
File.join(build_dir, platform + '-' + deployment_target + '-' + build_mode_name)
|
||||
end
|
||||
|
||||
attr_reader :project_dir
|
||||
|
||||
def project_file
|
||||
|
||||
@@ -242,6 +242,10 @@ EOS
|
||||
@name + (spec_mode ? '_spec' : '')
|
||||
end
|
||||
|
||||
def versionized_build_dir(platform)
|
||||
File.join(build_dir, platform + '-' + deployment_target + '-' + build_mode_name)
|
||||
end
|
||||
|
||||
def app_bundle_dsym(platform)
|
||||
File.join(versionized_build_dir(platform), bundle_name + '.dSYM')
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user