クリップボードにコピーした文字列をもとに他のサービスにジャンプするRubymotion製のiOSアプリです。 アプリの詳細はこちらのページをご覧ください。 → Guideline | ClipTo
this is ios app for jumping to another service with the content of clipboard written by Rubymotion. Please watch "Guideline | ClipTo" if you'd like to get more information → Guideline | ClipTo
- ルートディレクトリにRakefileを追加してください。
- ビルドを実行してください。ビルド手順についてはrubymotion.jpのWelcome to RubyMotionをご覧ください。
- Add "Rakefile" to root directory
- do build. if you'd like to know how to build, watch Welcome to RubyMotion on rubymotion.com
###Rakefile # -- coding: utf-8 -- $:.unshift("/Library/RubyMotion/lib") require 'motion/project'
Motion::Project::App.setup do |app|
# Use `rake config' to see complete project settings.
app.name = "clipTo"
app.deployment_target = "6.0"
app.device_family = [:iphone]
app.icons = ["iTunesArtwork", "Icon.png", "[email protected]", "Icon-72.png", "Icon-Small.png", "Icon-Small-50.png", "[email protected]"]
end
Copyright © 2012 amazedkoumei Licensed under the GPL version 3