Blake Watters
0e498ad326
Added note that CFNetwork is only required on iOS. fixes #615
2012-03-30 09:05:16 -04:00
Blake Watters
1381079808
Added note about filing bug reports and feature requests on Github
2012-03-20 22:49:54 -04:00
Blake Watters
e775fcda98
Add QuartzCore to the Quick Start section. fixes #607
2012-03-20 19:31:48 -04:00
Blake Watters
c2e8932cfa
Simplified to a single header search path
2012-02-13 14:32:47 -05:00
Blake Watters
b0957d5da6
Eliminated rsync of headers in favor of Three20 style header search paths.
...
Due to issues related to archive builds and flakiness with configurations other
than Debug and Release, it is impossible to use the automatic include/ build path
to avoid adding header search paths. Switching to requiring a fixed set is simpler
and eliminates the need for the rsync process.
2012-02-13 13:27:22 -05:00
Blake Watters
15d291bc52
Moved OS X headers to Public/ and updated README.md
2011-12-09 09:50:46 -05:00
Blake Watters
a11c999950
Added CoreData.h import to main RestKit header. Updated quick start installation language.
2011-12-02 09:26:37 -05:00
Blake Watters
563f5e909b
Updated all example projects to build against the new project. Cleaned up header imports for flattened project structure
2011-12-02 09:26:36 -05:00
Blake Watters
663a7d47ca
Added announcements mailing list to README
2011-11-10 08:20:36 -05:00
Blake Watters
a29182a2d3
Added note about CoreServices.framework on OS X
2011-10-17 10:34:20 -04:00
Blake Watters
95c6cdda88
Add line break below credits
2011-10-14 08:24:57 -04:00
Blake Watters
27afe21801
Updating credits to show GateGuru some love
2011-10-14 08:19:15 -04:00
Blake Watters
ad754a9b2a
Added header search path back to quick start.
2011-09-04 16:46:03 -04:00
Blake Watters
d2aab62ce6
Removed existing install guide and replaced with link to the wiki installation page.
2011-09-03 19:58:28 -04:00
Blake Watters
ef11b13c8e
Reworked installation and build process to eliminate the need to configure the Header and Library search paths. Updated all example projects to match. This makes the use of the DerivedData directory a requirement going forward. fixes #323
2011-09-01 21:54:45 -04:00
Blake Watters
b96940cc64
Eliminated requirement to use -all_load linker flag. Fixed breakage in OS X builds due to ivar/property name disagreement. Removed references to all_load from the install docs. fixes #239
2011-09-01 20:52:46 -04:00
Blake Watters
ff01e4bec8
Use parentheses instead of angle brackets in Git submodule install instructions
2011-08-02 10:51:10 -04:00
Blake Watters
570b13ca07
Updated Object Mapping documentation, added support for inferring object mappings based off of the type of the object used in postObject:, putObject:, etc. Made KVC validation optional.
2011-07-23 23:47:03 -04:00
John Wang
bc33f3ffb9
README links for submodules updated.
2011-07-18 00:17:03 -07:00
Blake Watters
e31061b561
Re-emphasize not checking the recursive checkbox
2011-07-07 10:22:46 -04:00
Gal Steinitz
1014656328
modified README.md to allow the #import lines to be recognized as a code block
2011-07-04 19:15:39 -04:00
Blake Watters
5e8b7e85c3
Updating README
2011-07-01 19:23:05 -04:00
Rachit Shukla
2d9c774e01
Removed dead link to blog post.
2011-06-20 04:28:05 -07:00
Blake Watters
e3a007fcf7
Add note about the library search path being unnecessary when using DerivedData
2011-06-16 09:11:53 -04:00
Blake Watters
d665f79af8
Added optional note next to libRestKitCoreData.a. closes #53
2011-05-10 21:29:58 -04:00
Blake Watters
e598491557
Clean up copy & paste errors on path and simplify instructions for RestKit path.
2011-04-15 15:07:21 -04:00
Blake Watters
f5d48b76f5
Added Library Search paths back
2011-04-15 15:02:43 -04:00
Blake Watters
96bcd5d1f4
Updated install instructions to fix issues with Xcode 4 Code Sense. fixes #36
...
The process here that has worked repeatably for us:
- Use quoted, $(SOURCE_ROOT) prefixed paths in your header search paths instead of relative paths.
- Close your RestKit enabled project out.
- Go to the Organizer > Projects. Delete the DerivedData directory for your project.
- Quit & Relaunch Xcode. Your index will rebuild and code completion should start working.
2011-04-15 14:20:22 -04:00
Blake Watters
43fd38ee64
Changed URL to feed:// to work with Xcode 3.x. refs #48
2011-04-15 14:07:47 -04:00
Blake Watters
462cf35be4
Implemented Rake tasks for generating documentation via Appledoc very simply. refs #48
...
* Implemented `rake docs:install` for generating and installing a docset
* Implemented `rake docs:upload` for posting generated documentation to restkit.org
* Introduced new VERSION file for coordinating the version of the library. To be used in forthcoming release automation.
* Added notes about API documentation to the README
2011-04-14 22:57:43 -04:00
Blake Watters
8b89d017c4
Tweaked Xcode 4 install instructions with notes from Larry Legend (larry@houseoflegend.com)
2011-04-04 19:48:57 -04:00
Blake Watters
aea1df21e3
Remove upgrade note that is no longer applicable
2011-03-27 23:06:36 -04:00
Blake Watters
69c051a57a
Aligned target name with JSON parsers
2011-03-27 23:05:24 -04:00
Blake Watters
227f35a20d
Merge branch '0.9' into xml-parser
...
Conflicts:
Examples/RKTwitter/Classes/RKTwitterViewController.m
README.md
RestKit.xcodeproj/project.pbxproj
2011-03-27 22:29:19 -04:00
Blake Watters
b1c6c6d57a
Added the note about the bullseye icon
2011-03-24 13:38:46 -04:00
Blake Watters
e143a51d10
Worked through remaining issues with Archive builds by switching RestKit aggregate target to a real target, avoiding the copy issues with RestKit.h. Made Skip Install a project level default. Believe we are all set finally
2011-03-24 12:09:07 -04:00
Blake Watters
39d1655626
more tweaks to the install docs
2011-03-24 07:08:18 -04:00
Blake Watters
e6ac2ed2da
improve the language on Xcode 4 readme slightly
2011-03-23 22:36:57 -04:00
Blake Watters
86a6054b70
more revs to the XCode 4 instructions
2011-03-23 22:18:34 -04:00
Blake Watters
bf6a2e5293
pane not pain
2011-03-21 20:38:27 -04:00
Blake Watters
656517acd5
Removed line about a dialog opening during Xcode 4 install
2011-03-21 20:20:57 -04:00
Blake Watters
f9f6602374
Updated README to reflect that Core Data is optional
2011-03-19 22:08:41 -04:00
Blake Watters
cb0f30c470
Updates to simplify integration with Derived Data
...
Conflicts:
RestKit.xcodeproj/project.pbxproj
2011-03-18 07:52:47 -04:00
Jeremy Ellison
07cdf1f069
update projects to link libxml2 (verified working). Update readme to mention changes
2011-03-01 13:59:51 -05:00
Blake Watters
976942d054
Updates to quick start section
2011-02-16 11:11:20 -05:00
Blake Watters
7496355b06
Trying to get formatting right for Github flavored markdown
2011-02-16 11:06:01 -05:00
Blake Watters
8bc4444400
Xcode 4 specific install instructions
2011-02-16 11:03:08 -05:00
Blake Watters
667dcd51c8
Fixed incorrect mention about Core Data being optional.
2010-12-27 15:36:14 -05:00
Blake Watters
9c0404e36e
Added MIMEType setter flavor for RKParams addData. Typical use case for a data field is to want to set the MIME Type. Added MobileCoreServices.framework to requirements and added to the UISpec target
2010-10-28 13:12:03 -04:00
Blake Watters
8dbd8c5d69
remove www
2010-10-27 16:52:43 -04:00