Releases: zalando/SwiftMonkey
Releases · zalando/SwiftMonkey
2.2.0
- Fix memory issues with the UITest Runner (#70) (thank you very much @wcrestfield)
- Enable adding actions (tap, long press, drag) using public XCTest API (#81) (thanks @a455455b)
- Add top and bottom padding to prevent drag gestures from opening Notification Center or Control Center (#85) (thank you @ILYA2606)
2.1.1
- Add Swift 4.2 support (#63)
- Fix an issue with running UI tests for the example project
2.1.0
- Make schemes shared to enable Carthage support (#56)
- Make SwiftMonkeyPaws drawing customizable (#57)
- Disable Bitcode in
pod_target_xcconfig
2.0.0
- Add Swift 4.0 support (#48)
- Prevent executing actions in the background (#45)
- Activate tested app after it leaves foreground (#45)
1.1.0
- Add
duration
parameter to monkeyAround()
method (#43)
- Fix Swift 3.2 compiler warnings
1.0.2
- Fix some Xcode 9 errors (#32)
- Provide a workaround for failing tests in the sample app (#31)
- Disable Bitcode for compatibility with Xcode 8.3 (#26)
- Support iOS 8 compatible apps (#16)