https://github.com/plu/simctl
Ruby interface to xcrun simctl
https://github.com/plu/simctl
Keywords
ios simctl simulator xcode
Keywords from Contributors
apps deployment fastlane screenshots bitbucket ci circle code-review danger gitlab
Last synced: about 8 hours ago
JSON representation
Repository metadata
Ruby interface to xcrun simctl
- Host: GitHub
- URL: https://github.com/plu/simctl
- Owner: plu
- License: mit
- Created: 2015-12-23T09:46:55.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2025-11-01T20:41:07.000Z (4 months ago)
- Last Synced: 2026-02-06T07:56:07.308Z (26 days ago)
- Topics: ios, simctl, simulator, xcode
- Language: Ruby
- Homepage: http://www.rubydoc.info/gems/simctl
- Size: 231 KB
- Stars: 105
- Watchers: 4
- Forks: 19
- Open Issues: 10
- Releases: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
README.md
simctl
Ruby interface to xcrun simctl. Manage your iOS Simulators directly from a ruby script.
Usage
require 'simctl'
# Select the iOS 14.5 runtime
runtime = SimCtl.runtime(name: 'iOS 14.5')
# Select the iPhone 8 device type
devicetype = SimCtl.devicetype(name: 'iPhone 8')
# Create a new device
device = SimCtl.create_device 'Unit Tests @ iPhone 8 - 14.5', devicetype, runtime
# Boot the device
device.boot
# Launch a new Simulator.app instance
device.launch
# Wait for the device to be booted
device.wait {|d| d.state == :booted}
# Kill the Simulator.app instance again
device.shutdown
device.kill
# Wait until it did shutdown
device.wait {|d| d.state == :shutdown}
# Delete the device
device.delete
License (MIT)
Copyright (C) 2019 Johannes Plunien
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Owner metadata
- Name: Johannes Plunien
- Login: plu
- Email:
- Kind: user
- Description: Random Engineer, currently working on the Kleinanzeigen iOS app.
- Website: https://johannes.plunien.com
- Location: Germany
- Twitter:
- Company: Kleinanzeigen
- Icon url: https://avatars.githubusercontent.com/u/31597?u=2d69164ac393e1d2841de1e3ea86de1c26f4fa64&v=4
- Repositories: 47
- Last ynced at: 2026-03-01T22:40:02.004Z
- Profile URL: https://github.com/plu
GitHub Events
Total
- Issues event: 1
- Watch event: 1
- Push event: 1
- Pull request event: 1
Last Year
- Issues event: 1
- Watch event: 1
- Push event: 1
- Pull request event: 1
Committers metadata
Last synced: 3 days ago
Total Commits: 287
Total Committers: 13
Avg Commits per committer: 22.077
Development Distribution Score (DDS): 0.101
Commits in past year: 2
Committers in past year: 1
Avg Commits per committer in past year: 2.0
Development Distribution Score (DDS) in past year: 0.0
| Name | Commits | |
|---|---|---|
| Johannes Plunien | p****u@p****e | 258 |
| Renzo Crisóstomo | r****a@h****m | 8 |
| Pedro Piñera Buendía | p****r@g****m | 4 |
| Josh Holtz | j****h@r****m | 4 |
| Vincent Garrigues | v****s@g****m | 2 |
| Takuma Homma | n****a@g****m | 2 |
| Adam Price | a****m@c****o | 2 |
| Renzo Crisóstomo | r****o@x****m | 2 |
| jason | j****e@d****m | 1 |
| dependabot[bot] | 4****] | 1 |
| Luiz Rodrigo Martins Barbosa | l****z@d****e | 1 |
| Kelvin Lu | k****u@s****m | 1 |
| Daniel Bauke | d****e@e****m | 1 |
Committer domains:
- ebay.com: 1
- squareup.com: 1
- developercity.de: 1
- dexcom.com: 1
- xing.com: 1
- cadno.io: 1
- rokkincat.com: 1
- here.com: 1
- pqpq.de: 1
Issue and Pull Request metadata
Last synced: 16 days ago
Total issues: 21
Total pull requests: 24
Average time to close issues: 10 days
Average time to close pull requests: 3 months
Total issue authors: 19
Total pull request authors: 13
Average comments per issue: 2.62
Average comments per pull request: 2.96
Merged pull request: 18
Bot issues: 0
Bot pull requests: 4
Past year issues: 1
Past year pull requests: 1
Past year average time to close issues: N/A
Past year average time to close pull requests: about 7 hours
Past year issue authors: 1
Past year pull request authors: 1
Past year average comments per issue: 0.0
Past year average comments per pull request: 0.0
Past year merged pull request: 1
Past year bot issues: 0
Past year bot pull requests: 0
Top Issue Authors
- stowy (2)
- UnsafePointer (2)
- lone-necromancer (1)
- micwoj92 (1)
- danielribeiro (1)
- yabenatti (1)
- danylo-zakharchenko (1)
- FabienLydoire (1)
- sfitzgerald96 (1)
- oliverhu (1)
- amidaleet (1)
- dflems (1)
- niveus (1)
- stupergenius (1)
- Ashraf-Ali-aa (1)
Top Pull Request Authors
- UnsafePointer (6)
- dependabot[bot] (4)
- garriguv (2)
- adamprice (2)
- pepicrft (2)
- KelvinLu (1)
- niveus (1)
- dflems (1)
- plu (1)
- joshdholtz (1)
- mataku (1)
- bonkey (1)
- luizmb (1)
Top Issue Labels
Top Pull Request Labels
- dependencies (4)
Package metadata
- Total packages: 2
-
Total downloads:
- rubygems: 230,426,580 total
- Total docker downloads: 84,875,766
- Total dependent packages: 11 (may contain duplicates)
- Total dependent repositories: 19,805 (may contain duplicates)
- Total versions: 66
- Total maintainers: 3
gem.coop: simctl
Ruby interface to xcrun simctl
- Homepage: https://github.com/plu/simctl
- Documentation: http://www.rubydoc.info/gems/simctl/
- Licenses: MIT
- Latest release: 1.6.10 (published about 3 years ago)
- Last Synced: 2026-03-02T03:02:30.685Z (1 day ago)
- Versions: 33
- Dependent Packages: 0
- Dependent Repositories: 0
- Downloads: 115,448,343 Total
- Docker Downloads: 42,437,883
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 0.216%
- Downloads: 0.231%
- Docker downloads count: 0.633%
- Maintainers (3)
rubygems.org: simctl
Ruby interface to xcrun simctl
- Homepage: https://github.com/plu/simctl
- Documentation: http://www.rubydoc.info/gems/simctl/
- Licenses: MIT
- Latest release: 1.6.10 (published about 3 years ago)
- Last Synced: 2026-02-24T09:12:51.908Z (7 days ago)
- Versions: 33
- Dependent Packages: 11
- Dependent Repositories: 19,805
- Downloads: 114,978,237 Total
- Docker Downloads: 42,437,883
-
Rankings:
- Dependent repos count: 0.256%
- Downloads: 0.29%
- Docker downloads count: 0.774%
- Dependent packages count: 1.745%
- Average: 2.442%
- Stargazers count: 5.356%
- Forks count: 6.23%
- Maintainers (3)
Dependencies
- CFPropertyList 3.0.2
- ast 2.4.0
- coveralls 0.8.23
- diff-lcs 1.3
- docile 1.3.2
- io-console 0.5.5
- irb 1.2.1
- json 2.3.1
- naturally 2.2.0
- parallel 1.17.0
- parser 2.6.3.0
- powerpack 0.1.2
- rainbow 2.2.2
- rake 12.3.3
- reline 0.1.2
- rspec 3.8.0
- rspec-core 3.8.2
- rspec-expectations 3.8.4
- rspec-mocks 3.8.1
- rspec-support 3.8.2
- rubocop 0.49.1
- ruby-progressbar 1.10.1
- simctl 1.6.8
- simplecov 0.16.1
- simplecov-html 0.10.2
- term-ansicolor 1.7.1
- thor 0.20.3
- tins 1.21.1
- unicode-display_width 1.6.0
- bundler >= 0 development
- fastlane >= 2.53.1 development
- pry >= 0 development
- rake >= 0 development
- rspec >= 0 development
- rubocop >= 0 development
- simplecov >= 0 development
- simctl ~> 1.6.5
- coveralls >= 0 development
- irb >= 0 development
- rake >= 0 development
- rspec >= 0 development
- rubocop = 0.49.1 development
- CFPropertyList >= 0
- naturally >= 0
- actions/checkout v2 composite
Score: 26.878990058324597