Closed monkeytest15 closed 7 years ago
Hi @monkeytest15! It's great to hear that you like the tool :) I am also happy to inform you that testing on a real device should be already possible! Just grab the latest changes from master
and you should be all set.
If you are using CocoaPods to integrate the library just type in your Podfile:
pod 'SwiftMonkey', :git => 'https://github.com/zalando/SwiftMonkey.git'
The latest master
version of SwiftMonkey is not yet released to CocoaPods repository. We should do this soon and then you won't need to explicitly specify the repository URL.
@wojciechczerski @monkeytest15 WDYT about adding a line to the README to make this clearer?
@LappleApple I think the goal should be to always have the latest changes released and pushed to the CocoaPods repository. Referencing a library by it's GitHub URL is not cool...
Let's try to summon @DagAgren here and ask him to make a release from the current master
.
I should probably just add you to the cocoapod so you can do releases too. Do you have or can you register a cocoapod account, and give me the email and I'll add you as maintainer?
Perhaps I should have posted this comment a bit earlier... but there is a new release 1.0.2! 😄
I am the SwiftMonkey tool user, this tool is amazing~I like it very much
But I want to run monkeytest in real device by xcode8, there is some solution for it?