Open JackRostron opened 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
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
Making really good progress - simulators now detecting (and lightning fast in comparison to before)
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)