Skip to content

amazedkoumei/motion-clipto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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", "Icon@2x.png", "Icon-72.png", "Icon-Small.png", "Icon-Small-50.png", "Icon-Small@2x.png"]
end

ライセンス / License

Copyright © 2012 amazedkoumei Licensed under the GPL version 3

About

this is ios app for jumping to another service with the content of clipboard

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages