fmedlin / objectivesupport forked from yfactorial/objectivesupport

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

This URL has Read+Write access

Rodrigo Mazzilli (author)
Fri Sep 04 07:29:05 -0700 2009
vickeryj (committer)
Thu Sep 10 05:17:16 -0700 2009
name age message
file .gitignore Thu Jun 04 16:35:43 -0700 2009 mapkit work around [Josh Vickery]
directory Classes/ Thu Sep 10 05:17:16 -0700 2009 Fix issue with deserialization of [NSNull null]... [Rodrigo Mazzilli]
file Coverage.plist Wed Feb 25 13:49:10 -0800 2009 [#53] coverage [jjburka]
file Info.plist Wed Feb 25 13:49:10 -0800 2009 [#53] coverage [jjburka]
file JSONDeserializeTest.h Tue Feb 10 14:26:48 -0800 2009 [#37] add testing of JSON, fix multi-word class... [vickeryj]
file JSONDeserializeTest.m Tue Feb 17 10:32:47 -0800 2009 [#40] handle multi word class names , [#23] add... [jjburka]
file MainWindow.xib Mon Jan 26 14:23:52 -0800 2009 initial import of code pulled out of ObjectiveR... [vickeryj]
file ObjectiveResourceDateFormatterTest.h Wed Feb 25 07:46:51 -0800 2009 [#43] added Adam Alexander's timezone support. ... [jjburka]
file ObjectiveResourceDateFormatterTest.m Thu Feb 26 07:15:52 -0800 2009 [#43] date formatting tests [jjburka]
file README.textile Tue Feb 10 13:57:05 -0800 2009 [#37] update readme to include info on tests [vickeryj]
file TestClass.h Tue Feb 17 10:32:47 -0800 2009 [#40] handle multi word class names , [#23] add... [jjburka]
file TestClass.m Tue Feb 17 10:32:47 -0800 2009 [#40] handle multi word class names , [#23] add... [jjburka]
file TestClassMiddle.h Mon Mar 02 15:43:39 -0800 2009 [#58] handle second level or deeper nested arra... [vickeryj]
file TestClassMiddle.m Mon Mar 02 15:43:39 -0800 2009 [#58] handle second level or deeper nested arra... [vickeryj]
file TestClassTop.h Mon Mar 02 15:43:39 -0800 2009 [#58] handle second level or deeper nested arra... [vickeryj]
file TestClassTop.m Mon Mar 02 15:43:39 -0800 2009 [#58] handle second level or deeper nested arra... [vickeryj]
directory google_toolbar/ Tue Feb 10 11:41:58 -0800 2009 [#37] NSdate deserialize issue , hooked up goog... [jjburka]
file main.m Mon Jan 26 14:23:52 -0800 2009 initial import of code pulled out of ObjectiveR... [vickeryj]
file objective_support-Info.plist Tue Feb 10 11:41:58 -0800 2009 [#37] NSdate deserialize issue , hooked up goog... [jjburka]
directory objective_support.xcodeproj/ Thu Sep 10 05:17:16 -0700 2009 Fix issue with deserialization of [NSNull null]... [Rodrigo Mazzilli]
file objective_support_Prefix.pch Mon Jan 26 14:23:52 -0800 2009 initial import of code pulled out of ObjectiveR... [vickeryj]
README.textile

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