All Projects β†’ MobileNativeFoundation β†’ Set Simulator Location

MobileNativeFoundation / Set Simulator Location

Licence: apache-2.0
CLI for setting location in the iOS simulator

Programming Languages

swift
15916 projects

Labels

Projects that are alternatives of or similar to Set Simulator Location

Xcprojectlint
A security blanket for Xcode project files
Stars: ✭ 478 (-15.1%)
Mutual labels:  xcode
Mkdropdownmenu
πŸ”» Dropdown Menu for iOS with many customizable parameters to suit any needs
Stars: ✭ 523 (-7.1%)
Mutual labels:  xcode
Mbicons
MBIcons contains over 200 icons that can be resized to any dimensions as they are drawn using NSBezierPath.
Stars: ✭ 537 (-4.62%)
Mutual labels:  xcode
Tinyfaces
Free stock avatars for everyone πŸ‘¦πŸΌπŸ‘¨πŸΎπŸ‘©πŸ» (Built w/ Swift)
Stars: ✭ 498 (-11.55%)
Mutual labels:  xcode
Icepa
iOS system-wide VPN based Tor client
Stars: ✭ 519 (-7.82%)
Mutual labels:  xcode
Rangeseekslider
RangeSeedSlider provides a customizable range slider like a UISlider.
Stars: ✭ 524 (-6.93%)
Mutual labels:  xcode
Ttsegmentedcontrol
An elegant, animated and customizable segmented control for iOS created by Tapptitude
Stars: ✭ 471 (-16.34%)
Mutual labels:  xcode
X Swiftformat
X-SwiftFormat extension for Xcode
Stars: ✭ 556 (-1.24%)
Mutual labels:  xcode
Swiftmockgeneratorforxcode
An Xcode extension (plugin) to generate Swift test doubles automatically.
Stars: ✭ 522 (-7.28%)
Mutual labels:  xcode
Xcodeway
⛡️ An Xcode Source Editor Extension that helps navigating to many places easier
Stars: ✭ 530 (-5.86%)
Mutual labels:  xcode
Progresskit
Progress Views for Cocoa
Stars: ✭ 510 (-9.41%)
Mutual labels:  xcode
Playalways
Create Xcode playgrounds from your menu bar
Stars: ✭ 515 (-8.53%)
Mutual labels:  xcode
Xcodesapp
The easiest way to install and switch between multiple versions of Xcode - with a mouse click.
Stars: ✭ 510 (-9.41%)
Mutual labels:  xcode
Xctesthtmlreport
Xcode-like HTML report for Unit and UI Tests
Stars: ✭ 489 (-13.14%)
Mutual labels:  xcode
Xcake
🍰 Describe Xcode projects in a human readable format and (re)generate one on demand.
Stars: ✭ 549 (-2.49%)
Mutual labels:  xcode
Brisk
A proof of concept scripting library for Swift
Stars: ✭ 478 (-15.1%)
Mutual labels:  xcode
Clipy
Clipboard extension app for macOS.
Stars: ✭ 5,574 (+890.05%)
Mutual labels:  xcode
Fasteasymapping
A tool for fast serializing & deserializing of JSON
Stars: ✭ 556 (-1.24%)
Mutual labels:  xcode
Pika
An open-source colour picker app for macOS
Stars: ✭ 550 (-2.31%)
Mutual labels:  xcode
Designcode Swiftui
πŸ“± An app fully written in SwiftUI showcasing beautiful design and animations.
Stars: ✭ 529 (-6.04%)
Mutual labels:  xcode

set-simulator-location

This is a simple CLI for easily setting the location of the currently running iOS Simulator.

Usage

Set a specific latitude and longitude:

$ set-simulator-location -c 37.7765 -122.3918

Or using place search:

$ set-simulator-location -q Lyft HQ San Francisco

By default the location is set on all booted simulators. If you'd like to change it for only one of the booted simulators you can pass -s followed by the simulator's display name:

$ set-simulator-location -q Lyft HQ San Francisco -s iPhone X

NOTE: If you have multiple booted simulators with the same name, the location will be set on all of them.

Installation

With homebrew:

$ brew install lyft/formulae/set-simulator-location

With Mint:

$ mint install lyft/set-simulator-location

With a precompiled release:

  1. Download the latest release from here
  2. Install it some place in your $PATH

Manually:

$ make install

I have submitted a Radar to have this behavior added to simctl.

Development

To work on set-simulator-location you can make your changes and run make to build from the command line. If you'd prefer to work in Xcode you can run make xcode to generate a project using SwiftPM.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].