Skip to content

jellystyle/ios-other

Repository files navigation

Other

An app for making single-recipient communication a little faster.

After the death of FastText, I needed replacement app for sending a message to my wife without too much effort. And then, with the advent of extensions, I thought it might be useful to be able to send photos, links and other biz to her as well.

Thus was born Melissa, a shortcut app for messaging my wife (and named after her, for obvious reasons) without having to find or type her details in each time I want to send her something. In an effort to make the app more generally useful, the name was changed to Other.

Requirements

This app uses CocoaPods for managing external dependencies. To build the app you'll first need to run pod install from Terminal to download the required dependencies and prepare them for building the project.

The app itself is written in Swift 2.3, and at this point, requires Xcode 8.

Released under the BSD License

Copyright © 2015 Daniel Farrelly

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  • Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.