RubyMotionFFI:如何从RubyMotion使用外函数接口到`C`的示例

时间:2024-06-05 17:25:16
【文件属性】:

文件名称:RubyMotionFFI:如何从RubyMotion使用外函数接口到`C`的示例

文件大小:283KB

文件格式:ZIP

更新时间:2024-06-05 17:25:16

Ruby

RubyMotion外部函数接口示例 创建一个vendor/projectname目录作为app的同步目录。 将您的来源放在这里。 在Rakefile ,在App.setup块中添加对项目的引用: Motion::Project::App.setup do |app| ... app.vendor_project "vendor/projectname", :static end 运行rake将构建您的供应商项目并创建Apple发明的元数据文件(BridgeSupport文件)。 RubyMotion利用这些bridgesupport文件与C互操作。 这些文件值得一看。 供应商文件位于: ~/Library/RubyMotion/build/EXPANDED-ROOT-PROJECT-PATH/vendor/PROJECTNAME/LIBNAME.bridgesuppo


【文件预览】:
RubyMotionFFI-master
----vendor()
--------hello()
----readme.md(6KB)
----Rakefile(5KB)
----resources()
--------Assets.xcassets()
----app()
--------app_delegate.rb(579B)
----Gemfile(72B)
----Gemfile.lock(126B)
----spec()
--------main_spec.rb(173B)
----.gitignore(190B)

网友评论