文件名称:motion-settings-bundle:为RubyMotion应用程序创建Settings.bundle
文件大小:172KB
文件格式:ZIP
更新时间:2024-03-21 10:10:38
Ruby
运动设置包 为您的RubyMotion应用程序创建一个Settings.bundle。 这使您的应用程序在“设置”应用程序中具有“全局”设置条目。 安装 将此行添加到您的应用程序的Gemfile中: gem 'motion-settings-bundle' 然后执行: bundle 或将其自己安装为: gem install motion-settings-bundle 用法 像这样将大量代码添加到项目的Rakefile : require 'motion-settings-bundle' Motion :: SettingsBundle . setup do | app | # A text field. Allows configuration of a string. app . text "Name" , key : "username" , default : "
【文件预览】:
motion-settings-bundle-master
----.gitignore(173B)
----README.md(4KB)
----screenshot2.png(42KB)
----motion-settings-bundle.gemspec(860B)
----Gemfile(107B)
----LICENSE(1KB)
----screenshot1.png(55KB)
----screenshot3.png(68KB)
----lib()
--------motion-settings-bundle.rb(761B)
--------motion-settings-bundle()
----Rakefile(2KB)