Skip to content

mletynski/iphone-sim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

iPhone simulator

This is simple java project which start/stop iphone simulator with concrete application.

This project can be useful when you are using it together with Monkey talk for your integration tests.

How to use it

Configure your simulator path and app name through SimulatorConfig and start/stop executor.

Example

	SimulatorConfig config = new SimulatorConfig();
	config.setAppName("Test");
	config.setAppPath("/Users/mikel/workspace/test");
	IphoneSimExecutor executor = IphoneSimExecutor.getInstance(config);
	executor.start();

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages