kstenerud / KSCrash

The Ultimate iOS Crash Reporter
MIT License
4.23k stars 705 forks source link

Use typed crash reports #516

Closed bamx23 closed 2 months ago

bamx23 commented 2 months ago

The filters API was using dictionary in definitions but actually the report there can become a string or a data. There's no nice way to implement union type or enum with associated values in ObjC. So this is a kind of workaround.