Skip to content
This repository has been archived by the owner on Mar 18, 2020. It is now read-only.

jonah-williams/OCMock-iPhone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OCMock is a implementation of mock objects in Objective-C available from http://www.mulle-kybernetik.com/software/OCMock/ This branch adds a static library built target for iPhone OS projects to link against.

To install

  • git clone ... or git submodule add ... this repository into your project.
  • In Xcode's preferences' "building" tab place build products in a customized location and intermediate build files in with build products (or add the appropriate build folders to your projects library search path).
  • Add "OCMock.xcodeproj" to your project.
  • Add the "libOCMock.a" library as a direct dependency of your build target and to your target's "link binary with libraries" build phase.
  • Add -ObjC, -all_load, and -lstdc++ to your build target's "Other Linker Flags"
  • #import <OCMock/OCMock.h>

About

OCMock built as a static library for use in iPhone applications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published