mattDavo / Yippy

macOS open source clipboard manager
MIT License
364 stars 26 forks source link
macos pasteboard-manager swift utility xcode

Yippy

macOS open source clipboard manager

screenshot

Follow progress at yippy.mattdavo.com

Read about the progress and learnings at yippy.mattdavo.com/blog

Find all releases at yippy.mattdavo.com/releases

Installation

Downloaded from yippy.mattdavo.com or install with Homebrew Cask:

brew install --cask yippy

For help with installation see: yippy.mattdavo.com/installation.

Developing Yippy

Contributions

All contributions are welcome, whether they are pull requests, bug reports, feature requests or general feedback.

Project Structure

There are 3 different schemes:

Yippy is used for running and archiving a production build of Yippy. Yippy Beta is used for development and archiving a beta release. Yippy XCTest is used exclusively for running the unit and UI tests.

Using create-installer.sh

First install create-dmg. Then place X.app in the same folder as create-installer.sh. Execute script:

./create-installer.sh X

You will find the installer disk image X.dmg in the same folder.

TODO