/Mockulus

Mockup your designs in devices and browsers.

Primary LanguageObjective-CMIT LicenseMIT

“Mockulus” “Mockulus”

Mockulus is a program for OS X 10.10 and above that allows you to visualize your designs in mockups of devices and browsers.

Refer to the application homepage for mockul.us for more info (and snazzy screenshots).

How To Get Started

Step 1: Download CocoaPods

CocoaPods is a dependency manager for Objective-C, which automates and simplifies the process of using 3rd-party libraries in your projects.

CocoaPods is distributed as a ruby gem, and is installed by running the following commands in Terminal.app:

$ sudo gem install cocoapods
$ pod setup

Depending on your Ruby installation, you may not have to run as sudo to install the cocoapods gem.

Step 2: Install Dependencies

Mockulus is dependent on PureLayout. Once cocoapods is installed and up to date you can install the dependencies for the project:

$ pod install

From now on, be sure to always open the generated Xcode workspace (Mockulus.xcworkspace ) instead of the project file when building your project:

$ open Mockulus.xcworkspace

Step 3: Get Working

The open source version of Mockul.us is the same as the one for sale with one major difference - we only include a starter mockup and a starter frame. It’s up to you to create the ones that you want.

Requirements

| Mockulus Version | Minimum OS X Target | Notes | |:--------------------:|:---------------------------:|:----------------------------:|:-------------------------------------------------------------------------:| | 1.x | OS X 10.10 | Xcode 5 is required.|

(OS X projects must support 64-bit with modern Cocoa runtime).

Next Steps

Communication

  • If you found a bug, and can provide steps to reliably reproduce it, open an issue.
  • If you have a feature request, open an issue, or better yet implement it yourself :)
  • If you want to contribute, submit a pull request.

Quick FAQ

License

Mockulus is released under the MIT license. See LICENSE for details.