add_2_calendar
add_2_calendar copied to clipboard
fix: add missing switch cases
Xcode started to complain about missing switch cases on latest iOS versions (I'm not sure which version though). This PR should FIX the "Switch must be exhaustive" error that started to happen.
Resolves https://github.com/ja2375/add_2_calendar/pull/157
diegogarciar please review.
I'm also experiencing this error.