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

feat: update the readme to make use SwiftMonkey more friendly #93

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@ can use something like this in your `Podfile`:

````ruby
target 'App' do
pod 'SwiftMonkeyPaws', '~> 2.1.0'
pod 'SwiftMonkeyPaws', '2.1.1'
end

target 'Tests' do
pod 'SwiftMonkey', '~> 2.1.0'
pod 'SwiftMonkey', '2.1.1'
end
````

Expand Down Expand Up @@ -120,10 +120,10 @@ func testMonkey() {
// monkey.addDefaultXCTestPrivateActions()

// after Xcode 10.1 We can only use public API
monkey.addDefaultXCTestPublicActions()
// monkey.addDefaultXCTestPublicActions()

// UIAutomation actions seem to work only on the simulator.
//monkey.addDefaultUIAutomationActions()
monkey.addDefaultUIAutomationActions()

// Occasionally, use the regular XCTest functionality
// to check if an alert is shown, and click a random
Expand Down