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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update to Swift 3?

odonckers opened this issue · comments

This framework looks perfect for what I've been looking for! The only problem is that my app is made in Swift 3, and yours seems to be older than that. I installed the Cocoapod, and there were 99 errors! The reason is because it needs to be updated. So is there an update to WKZombie for Swift 3 comming anytime soon?

I'm wondering about the same thing:) Any update on this? Thanks!

Hi @odonckers WKZombie is Swift 3.1 compatible. Maybe this helps: #61 ? Thanks!

Oh! Thank you @mkoehnke so much. I need to learn to look for something before I ask, sorry for the inconvenience! I'm now closing the issue.