mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-05-06 08:53:29 +08:00
add support for the R class (thanks to Mark for the patch)
This commit is contained in:
@@ -240,7 +240,7 @@ module Motion; module Project;
|
||||
bs_file = File.join(File.dirname(jar_file), File.basename(jar_file) + '.bridgesupport')
|
||||
if !File.exist?(bs_file) or File.mtime(jar_file) > File.mtime(bs_file)
|
||||
App.info 'Create', bs_file
|
||||
sh "#{bin_exec('android/gen_bridge_metadata')} \"#{jar_file}\" \"#{bs_file}\""
|
||||
sh "#{bin_exec('android/gen_bridge_metadata')} -o \"#{bs_file}\" \"#{jar_file}\""
|
||||
end
|
||||
bs_file
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user