better RubyMotion.bridgesupport

This commit is contained in:
Laurent Sansonetti
2012-01-17 10:59:51 +01:00
parent 067a7364fe
commit 54209485ba
2 changed files with 9 additions and 8 deletions

View File

@@ -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')

View File

@@ -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>