[英] Clipy Project - 开发 Mac App 会用到的 Swift 库

965 阅读1分钟
原文链接: github.com

Clipy

Build Status
Release version
License: MIT

Clipy is a Clipboard extension app for macOS.

Requirement: OS X Mavericks or higher

Distribution Site : clipy-app.com

Development Environment

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

How to Build

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

Dependencies

The source code is dependent on some libraries.
* Sparkle
* Realm
* PINCache
* Fabric
* RxSwift
* RxCocoa
* NSObject+Rx
* RxOptional

Contributing

  1. Fork it ( github.com/Clipy/Clipy… )
  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.