Releases: JaNd3r/CKRemindersBackedList
CKRemindersBackedList 0.2.0
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
0.1.0
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. :)