Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 1.79 KB

README.md

File metadata and controls

47 lines (33 loc) · 1.79 KB

motion-clipto

概要 / Overview

ja

クリップボードにコピーした文字列をもとに他のサービスにジャンプするRubymotion製のiOSアプリです。 アプリの詳細はこちらのページをご覧ください。 → Guideline | ClipTo

en

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

インストール / Install

ja

  1. ルートディレクトリにRakefileを追加してください。
  2. ビルドを実行してください。ビルド手順についてはrubymotion.jpのWelcome to RubyMotionをご覧ください。

en

  1. Add "Rakefile" to root directory
  2. 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

ライセンス / License

Copyright © 2012 amazedkoumei Licensed under the GPL version 3