Skip to content

Clipy/Clipy

Repository files navigation

Clipy

Build Status Release version License: MIT

Clipy is a Clipboard extension app for Mac OSX.

Requirement: OS X Mavericks or higher

Distribution Site : https://clipy-app.com

Development Environment

  • OS X El Capitan
  • Xcode 7.3
  • Swift 2.2
  • swiftlint 0.9.2

How to Build

  1. Move to the project root directory
  2. Install CocoaPods and fastlane using Bundler. Run bundle install --path=vendor/bundle
  3. Run pod install on your terminal.
  4. Open Clipy.xcworkspace on Xcode.
  5. build.

Dependencies

The source code is dependent on some libraries.

Contributing

  1. Fork it ( https://github.com/Clipy/Clipy/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Distribution

If you distribute derived work, especially in the Mac App Store, I ask you to follow two rules:

  1. Don't use "Clipy" and "ClipMenu" as your product name.
  2. Follow the MIT license terms.

Thank you for your cooperation.

Licence

Clipy is available under the MIT license. See the LICENSE file for more info.

Icons are copyrighted by their respective authors.

Special Thanks

Thank you for @naotaka who have published Clipmenu as OSS.