cashapp / AccessibilitySnapshot

Easy regression testing for iOS accessibility
Apache License 2.0
541 stars 67 forks source link

Handle -[UIApplication keyWindow] deprecation #89

Closed marcelofabri closed 1 year ago

marcelofabri commented 2 years ago

This was deprecated on iOS 13. It’s not currently a warning because the library’s deployment target is iOS 12, but it’ll be soon - plus it can be a warning if integrating the library via submodule or using the source code directly.

NickEntin commented 2 years ago

Thanks for submitting this @marcelofabri!

@jhneves Mind taking a look at this one? I don't think this will cause any issues, but want to make sure we aren't missing anything around apps that don't use scenes.

NickEntin commented 1 year ago

This was fixed in #116. Thanks for this PR @marcelofabri!