Skip to content

Installation

Add _.m and its dependency to your Podfile:

platform :ios
pod '_.m', '~> 0.1.0'
pod 'SubjectiveScript.m', '~> 0.1.0'

Then run:

Terminal window
pod install

Use the generated .xcworkspace file for your project.

  1. Clone the repository:
Terminal window
git clone https://github.com/kmalakoff/_.m.git
  1. Add files from the Lib directory to your Xcode project

  2. Add SubjectiveScript.m files from the Pods folder (or get from GitHub)

  3. Import the header where needed:

#import "Underscore.h"
  • ARC must be enabled
  • iOS 5.0+ or macOS 10.7+

_.m leverages: