• Stars
    star
    105
  • Rank 328,196 (Top 7 %)
  • Language
    Objective-C
  • Created almost 16 years ago
  • Updated over 14 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Various Objective-C utilities originally pulled from the ObjectiveResource project, but now having a more utilitarian slant.

Overview

ObjectiveSupport aims to bring some of the popular Rubyisms found in
ActiveSupport to Objective-C.

This project originated as a component of ObjectiveResource, but
it has since outgrown that role and may prove to be useful on
its own.

Installation

  1. Download (clone) the objectivesupport project
  2. open the .xcodeproj in XCode for both objectivesuppoe and your iPhone project
  3. drag the ObjectiveSupport group from the objectivesupport project onto your iPhone project, making sure to check the โ€œcopy filesโ€ box.

Testing

  1. Build and run the default target, the unit test results will print in the debugger
    console