mkoehnke / WKZombie

WKZombie is a Swift framework for iOS/OSX to navigate within websites and collect data without the need of User Interface or API, also known as Headless browser. It can be used to run automated tests / snapshots and manipulate websites using Javascript.
MIT License
1.17k stars 100 forks source link

why not support ios9 in swift3 #54

Closed Alexander-Foster closed 7 years ago

Alexander-Foster commented 7 years ago

why not support ios9 in swift3

mkoehnke commented 7 years ago

Hi @kor45cw WKZombie is compatible with iOS9.1 and higher. The main reason for this limitation is that I don't want to invest too much time in maintaining multiple deployment targets. Hope that helps!