Skip to content

Releases: JaNd3r/CKRemindersBackedList

CKRemindersBackedList 0.2.0

22 Sep 12:22
Compare
Choose a tag to compare
Pre-release

Converted to be used with Swift 3 / Xcode 8.

Please note: Starting with iOS 10, if your app wants privacy relevant privileges, you have to provide (localized) usage description keys explaining why your app wants the access. If you do not specify the corresponding usage description, your app will crash on startup. In case of the Reminders, you have to specify a key named NSRemindersUsageDescription. This needs to be specified in the Info.plist OR the InfoPlist.strings file. Do not use quotation marks, if you specify a localized description in the InfoPlist.strings file.

0.1.1

09 Jun 11:49
Compare
Choose a tag to compare
0.1.1 Pre-release
Pre-release

Minor update which introduces the CKReminderIdentifiable protocol.

0.1.0

09 Jun 06:57
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

Please note, that this a very early release which is missing some elemental parts (e.g. error handling and proper handling the user permission to access the calendar). Hopefully this will evolve if the general idea is accepted and works in tests. :)