You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basics: make supportedExtensions in UniversalArchiver constant (#6388)
This was marked as a mutable property by mistake when implementing `Archiver` protocol conformance. This property is assigned an initial value in `UniversalArchiver/init` and isn't supposed to be ever changed for a given archiver.
0 commit comments