| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2014-08-04 | 1.1 kB | |
| Version 7.3 source code.tar.gz | 2014-08-04 | 968.1 kB | |
| Version 7.3 source code.zip | 2014-08-04 | 1.1 MB | |
| iCloud-7_3.framework.zip | 2014-08-04 | 1.6 MB | |
| Totals: 4 Items | 3.7 MB | 0 | |
Fixes issues with file updates. Adds two new delegate methods for file updates. Deprecated getListOfCloudFiles in favor of listCloudFiles. Refactored code to modern Objective-C Syntax.
Resolved Issues - Revamped internal file update procedure - delegate method should only get called once and updates are now more reliable and stable.
Deprecated APIs
- Deprecated the following APIs:
- getListOfCloudFiles is deprecated to honor the modern Objective-C Syntax guidelines (esp. conflicts with properties). Use listCloudFiles instead.
New Features
- Added two new delegate methods to handle file updates.
- iCloudFileUpdateDidBegin is called (once) when the file update begins
- iCloudFileUpdateDidEnd is called (once) when the file update finishes
Minor Changes - Completed transition to auto-synthesized properties. - Refactored to modern Objective-C Syntax. - Improved ARM-64 architecture support.
Known Issues
Issue with initial setup of ubiquity container (confirmed in Issue [#38]). Wrapped in @try / @catch block to catch any possible exceptions. Please submit issue if the exception is thrown.