Skip to main content

Python wrapper around the simctl utility

Project description

isim

Python Version Xcode 11.0

This is a Python wrapper around the xcrun simctl utility that Apple provides for interacting with the various Xcode developer tools.

xcrun simctl is the tool for interacting with the iOS simulator and is the main focus of this module. The syntax is designed to remain as close to that which would be used on the command line as possible. For example, to list all runtimes on the command line you would do:

xcrun simctl list runtimes

With this module you can simply do:

from isim import Runtime
print(Runtime.list_all())

Most functions are on the item that they affect. So instead of running something on a device like:

xcrun simctl do_thing <DEVICE_ID> arg1 arg2 ...

You can do this:

from isim import Device
iPhone7 = Device.from_name("iPhone 7")
iPhone7.do_thing(arg1, arg2, ...)

Testing

To run the tests, all you need to do is run python -m pytest tests from the root directory.

isim and Xcode Versioning

isim follows the current supported version of Xcode for its version scheme.

For example, if the currently supported version of Xcode is 11, then isim will be versioned as 11.minor.patch. The minor version will only be increased if there is a breaking change in Xcode requiring it (which is unlikely). The patch version will be increased with each patch that is made.

There is no expectation of backwards compatibility. If you need to support an older version of Xcode, you'll almost always need an older major version.

Note: The Xcode developer tools are installed with new betas. That means that if you are running Xcode 10.2.1, but then install the Xcode 11 beta, the simulator tools will be for Xcode 11, rather than Xcode 10, even if you run xcode-select -s. That means that as soon as you install a beta on your machine, you will need to use that version of isim.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

isim-13.1.0.tar.gz (10.9 kB view details)

Uploaded Source

Built Distribution

isim-13.1.0-py3-none-any.whl (12.6 kB view details)

Uploaded Python 3

File details

Details for the file isim-13.1.0.tar.gz.

File metadata

  • Download URL: isim-13.1.0.tar.gz
  • Upload date:
  • Size: 10.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.11 CPython/3.9.7 Darwin/21.1.0

File hashes

Hashes for isim-13.1.0.tar.gz
Algorithm Hash digest
SHA256 4bf93ddb48859a1489d1ef85824c2dd4e168e659843ad11d5e061ebdcad3d81a
MD5 539941618e0f5ed959adef985e59e9cb
BLAKE2b-256 20377e0f64db4e17004bd1eb4fa03ea707f545c25324d099f2f1d025645445f4

See more details on using hashes here.

File details

Details for the file isim-13.1.0-py3-none-any.whl.

File metadata

  • Download URL: isim-13.1.0-py3-none-any.whl
  • Upload date:
  • Size: 12.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.11 CPython/3.9.7 Darwin/21.1.0

File hashes

Hashes for isim-13.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 882b1ba45c9aa386204be8c5051241c92987d65e5d996fd1edc88f4fe4268345
MD5 8677037502a0e5daf565a74b71258615
BLAKE2b-256 839c92cfa74a9ef09abbabfa077ef33d85b1eccc5e4c98e0268f2bf777f044ff

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page