Skip to content
This repository has been archived by the owner on May 21, 2020. It is now read-only.

claybridges/SimCtl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimCtl

This is a Ruby wrapper for Xcode's simctl command line, designed to simplify scripting an iOS Simulator.

This project is just getting started, so consider it alpha quality.

In Ruby, to create a simulator instance, and add some photos to it, you would:

device = SimCtl.create_or_find('PhotoTest')
device.boot
device.add_photos Dir['/Users/you/photos/*.jpg']
device.shutdown

We're at the stage right now where reading through the (small) source is probably your best bet for documentation.

Installation

Add this line to your application's Gemfile:

gem 'SimCtl'

And then execute:

$ bundle

Or install it yourself as:

$ gem install SimCtl

About

A Ruby wrapper for Xcode's simctl command-line utility

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages