Skip to content

Commit fe74564

Browse files
author
iRare Media
committed
Readme Update
Adds iOS and SDK Version requirement information
1 parent 1d7aabe commit fe74564

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@ Adding iCloud Document Sync to your project is easy. Follow these steps below to
1717
iCloud *cloud = [[iCloud alloc] init]; // This will help to begin the sync process and register for document updates.
1818
[cloud setDelegate:self]; // Only set this if you plan to use the delegate
1919

20+
### Supported SDK and iOS Versions
21+
Requires Xcode 5.0.1 for use in any iOS Project. Requires a minimum of iOS 5.1.1 as the deployment target.
22+
* Supported build target - iOS 7.0 (Xcode 5.0.1, Apple LLVM compiler 5.0)
23+
* Earliest supported deployment target - iOS 6.0
24+
* Earliest compatible deployment target - iOS 5.1.1
25+
26+
NOTE: 'Supported' means that the library has been tested with this version. 'Compatible' means that the library should work on this OS version (i.e. it doesn't rely on any unavailable SDK features) but is no longer being tested for compatibility and may require tweaking or bug fixes to run correctly.
27+
2028
Documentation
2129
-----
2230
All methods, properties, types, and delegate methods available on the iCloud class are documented below. If you're using [Xcode 5](https://developer.apple.com/technologies/tools/whats-new.html) with iCloud Document Sync, documentation is available directly within Xcode (just Option-Click any method for Quick Help). For more advanced documentation in Xcode 4.0+ please install the docset included with this project. This will allow you to view iCloud Document Sync documentation inside of Xcode's Organizer Window.

0 commit comments

Comments
 (0)