mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-01 09:31:20 +08:00
name java classes using the '/' separator and not '.'
This commit is contained in:
@@ -459,6 +459,7 @@ task :android do
|
||||
EOS
|
||||
txt = File.read(javap_tmp_path)
|
||||
txt.scan(/([^\s]+)\s+extends\s+[^{]+\s*\{([^}]+)\}/).each do |klass, body_txt|
|
||||
klass = klass.gsub(/\./, '/')
|
||||
bs_data << <<EOS
|
||||
<class name=\"#{klass}\">
|
||||
EOS
|
||||
|
||||
Reference in New Issue
Block a user