Skip to content

Version 7.3

Compare
Choose a tag to compare
@Sam-Spencer Sam-Spencer released this 09 Apr 02:59
· 47 commits to master since this release

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.