nark / WiredClient

A Wired Client for Mac OS X
http://wired.read-write.fr
32 stars 9 forks source link
objective-c xcode

Wired Client Source Code

This repository hosts Wired Client source code. You will find an Xcode project named "WiredClient.xcworkspace" that contains a Wired Client target ready to deploy a 10.10+ compatible application (64-bit).

Prerequisites

How to compile Wired Client

  1. Install dependencies using Homebrew:

    brew install mogenerator
  2. Get sources on GitHub:

    git clone https://github.com/nark/WiredClient.git
  3. Move into the sources directory:

    cd WiredClient
  4. Install pods:

    pod install
  5. Open WiredClient.xcworkspace with Xcode

  6. Select scheme Wired Client and be sure to use "Debug" Build Configuration (Menu > Product > Schemes > Edit Schemes > Run > Info Build configuration)

  7. Launch Build, Wired Client.app should launch automatically when finished

Troubleshooting

If you encounter an error during compilation with Xcode crying about wired.h not found, got to Build Product folder and rename "libwired/" directory to "wired/". Then try to build again.

If you encounter any other problem, feel free to report it in the issues section here on GitHub.

Contribute to the project

If you want to contribute to the Wired Client coding effort, check the following steps:

License

This code is distributed under BSD license, and it is free for personal or commercial use.

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 AUTHOR ``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 AUTHOR 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.