mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-05-16 01:52:00 +08:00
better RubyMotion.bridgesupport
This commit is contained in:
@@ -35,9 +35,7 @@ task :bridgesupport_files do
|
||||
mkdir_p "#{sdk_version}/BridgeSupport"
|
||||
|
||||
rm_bs = "#{sdk_version}/BridgeSupport/RubyMotion.bridgesupport"
|
||||
unless File.exist?(rm_bs)
|
||||
cp 'RubyMotion.bridgesupport', rm_bs
|
||||
end
|
||||
cp 'RubyMotion.bridgesupport', rm_bs
|
||||
|
||||
Dir.glob(File.join(sdk_frameworks, '*.framework')).each do |framework_path|
|
||||
framework = File.basename(framework_path, '.framework')
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
<class name='NSObject'>
|
||||
<method selector='dispatch_object'>
|
||||
<retval declared_type='void*' type='^v'/>
|
||||
</method>
|
||||
</class>
|
||||
<?xml version='1.0'?>
|
||||
<signatures version='1.0'>
|
||||
<class name='NSObject'>
|
||||
<method selector='dispatch_object'>
|
||||
<retval declared_type='void*' type='^v'/>
|
||||
</method>
|
||||
</class>
|
||||
</signatures>
|
||||
|
||||
Reference in New Issue
Block a user