JackRostron / UIAutomation

OS X UIAutomation
2 stars 0 forks source link

Port to Swift #7

Open JackRostron opened 10 years ago

JackRostron commented 10 years ago

Swift is MUCH quicker, guarantees compile time safety and future proofs a lot of the tool. Is also backwards compatible with Mavericks. Would make much more readable (and allow us to do a lot of rapid development/feature testing through Playgrounds)

JackRostron commented 10 years ago

Ported command line string output (most important piece of code - all command line communication with Instruments is done through this class) to swift:

https://github.com/JackRostron/Swift-NSString-CommandLineScript

JackRostron commented 10 years ago

Begun porting methods over - currently have the project/workspace detail detection working in Swift. Will commit to Git later. Want to clean up repository before I commit anything else

JackRostron commented 10 years ago

Making really good progress - simulators now detecting (and lightning fast in comparison to before)

sim