Skip to content

Version 7.2

Compare
Choose a tag to compare
@Sam-Spencer Sam-Spencer released this 25 Jan 05:34

Bug fixes and minor project changes in this update. Just to tidy things up a bit. OS X support coming soon. Cocoapods documentation coming soon too.

Changes

  • Migrated to auto-synthesized properties.
  • Enabled Objective-C modules (sorry, no module for the actual iCloud.framework - third party frameworks can't utilize the feature yet).
  • New compiler checks for:
    • Modules
    • ARC
    • SDK version (minimum of iOS 5.1)

Resolved Issues

  • Fixed ubiquity container bug on initial creation.
  • Fixed NSMetadataQuery predicate filter for files without extensions (thanks to @bgfriend0).

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.