Skip to content
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.

Releases: zalando/SwiftMonkey

2.2.0

21 Feb 11:51
be8bc82
Compare
Choose a tag to compare
  • 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

23 Sep 13:44
Compare
Choose a tag to compare
  • Add Swift 4.2 support (#63)
  • Fix an issue with running UI tests for the example project

2.1.0

18 Mar 02:04
Compare
Choose a tag to compare
  • Make schemes shared to enable Carthage support (#56)
  • Make SwiftMonkeyPaws drawing customizable (#57)
  • Disable Bitcode in pod_target_xcconfig

2.0.0

03 Dec 22:57
Compare
Choose a tag to compare
  • Add Swift 4.0 support (#48)
  • Prevent executing actions in the background (#45)
  • Activate tested app after it leaves foreground (#45)

1.1.0

12 Oct 22:19
Compare
Choose a tag to compare
  • Add duration parameter to monkeyAround() method (#43)
  • Fix Swift 3.2 compiler warnings

1.0.2

08 Sep 21:21
Compare
Choose a tag to compare
  • 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)