Fabio Rodella

Results 2 comments of Fabio Rodella

I intended to upgrade from 3.6.0 to 4.0.3 as part of a general dependency maintenance pass, but our app has a minimum deployment target of iOS 11 and I ran...

I played around with abusing `#if canImport` with some iOS 14-exclusive framework as a way to gate the `typealias` but that doesn't work either, since it's resolved at build-time. Pretty...