Sha256: 1524871e8546daf12f8c6b6583fc13f732162cdb9cdcc43271284ac03e99b4c7

Contents?: true

Size: 1.37 KB

Versions: 10

Compression:

Stored size: 1.37 KB

Contents

# fastlane-plugin-simctl

## Getting Started

This project is a [_fastlane_](https://github.com/fastlane/fastlane) plugin. To get started with `fastlane-plugin-simctl`, add it to your project by running:

```bash
fastlane add_plugin simctl
```

## About fastlane-plugin-simctl

Fastlane plugin to interact with xcrun simctl. Manage your iOS Simulators directly from your Fastfile.

## Example

Check out the [example `Fastfile`](fastlane/Fastfile) to see how to use this plugin. Try it by cloning the repo, running `fastlane install_plugins` and `bundle exec fastlane test`.

## Run tests for this plugin

To run both the tests, and code style validation, run

```
rake
```

To automatically fix many of the styling issues, use
```
rubocop -a
```

## Issues and Feedback

For any other issues and feedback about this plugin, please submit it to this repository.

## Troubleshooting

If you have trouble using plugins, check out the [Plugins Troubleshooting](https://docs.fastlane.tools/plugins/plugins-troubleshooting/) guide.

## Using _fastlane_ Plugins

For more information about how the `fastlane` plugin system works, check out the [Plugins documentation](https://docs.fastlane.tools/plugins/create-plugin/).

## About _fastlane_

_fastlane_ is the easiest way to automate beta deployments and releases for your iOS and Android apps. To learn more, check out [fastlane.tools](https://fastlane.tools).

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
simctl-1.6.10 fastlane-plugin-simctl/README.md
simctl-1.6.8 fastlane-plugin-simctl/README.md
simctl-1.6.7 fastlane-plugin-simctl/README.md
simctl-1.6.6 fastlane-plugin-simctl/README.md
fastlane-plugin-simctl-0.2.1 README.md
simctl-1.6.5 fastlane-plugin-simctl/README.md
simctl-1.6.4 fastlane-plugin-simctl/README.md
simctl-1.6.3 fastlane-plugin-simctl/README.md
fastlane-plugin-simctl-0.2.0 README.md
fastlane-plugin-simctl-0.1.0 README.md