转载

[iOS] Clipy:强大到变态的 OS X 剪贴板扩展应用开源

Clipy

[iOS] Clipy:强大到变态的 OS X 剪贴板扩展应用开源 [iOS] Clipy:强大到变态的 OS X 剪贴板扩展应用开源 [iOS] Clipy:强大到变态的 OS X 剪贴板扩展应用开源

Clipy is a Clipboard extension app for Mac OSX.

Requirement: OS X Mavericks or higher

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

[iOS] Clipy:强大到变态的 OS X 剪贴板扩展应用开源

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 andfastlane 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.

  • PTHotKey
  • Shortcut Recorder
  • Sparkle
  • Realm
  • PINCache
  • Fabric
  • RxSwift
  • RxCocoa
  • NSObject+Rx
  • RxOptional

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 publishedClipmenu as OSS.

原文  https://github.com/Clipy/Clipy
正文到此结束
Loading...