iSimulator alternatives and similar libraries
Based on the "Tools" category.
Alternatively, view iSimulator alternatives based on common mentions on social networks and blogs.
-
Awesome-Design-Tools
The best design tools and plugins for everything ๐ -
R.swift
Strong typed, autocompleted resources like images, fonts and segues in Swift projects -
SwiftGen
The Swift code generator for your assets, storyboards, Localizable.strings, โฆ โ Get rid of all String-based APIs! -
Lona
A tool for defining design systems and using them to generate cross-platform UI code, Sketch files, and other artifacts. -
Insanity
Meta-programming for Swift, stop writing boilerplate code. -
Tweaks
An easy way to fine-tune, and adjust parameters for iOS apps in development. -
appledoc
Objective-c code Apple style documentation set generator. -
Xcodes.app
The easiest way to install and switch between multiple versions of Xcode - with a mouse click. -
FBSimulatorControl
idb is a flexible command line interface for automating iOS simulators and devices -
ProvisionQL
Quick Look plugin for mobile apps and provisioning profiles -
GDPerformanceView-Swift
Shows FPS, CPU and memory usage, device model, app and iOS versions above the status bar and report FPS, CPU and memory usage via delegate. -
SourceKitten
An adorable little framework and command line tool for interacting with SourceKit. -
LicensePlist
A license list generator of all your dependencies for iOS applications -
AppDevKit
AppDevKit is an iOS development library that provides developers with useful features to fulfill their everyday iOS app development needs. -
DBDebugToolkit
Set of easy to use debugging tools for iOS developers & QA engineers. -
Laurine
Laurine - Localization code generator written in Swift. Sweet! -
ThisCouldBeUsButYouPlaying
:black_joker: Generate Swift Playgrounds for any library. -
Attabench
Microbenchmarking app for Swift with nice log-log plots -
Blade
Better asset workflow for iOS developers. Generate Xcode image catalogs for iOS / OSX app icons, universal images, and more. -
ViewMonitor
ViewMonitor can measure view positions with accuracy. -
Realm Browser
DEPRECATED - Realm Browser for Mac OS X has been replaced by realm-studio which is cross platform. -
Cookiecutter
A template for new Swift iOS / macOS / tvOS / watchOS Framework project ready with travis-ci, cocoapods, Carthage, SwiftPM and a Readme file -
Rugby
๐ Cache CocoaPods for faster rebuild and indexing Xcode project -
SuperDelegate
SuperDelegate provides a clean application delegate interface and protects you from bugs in the application lifecycle -
WatchdogInspector
Shows your current framerate (fps) in the status bar of your iOS app -
abandoned-strings
Command line program that detects unused resource strings in an iOS or OS X application. -
Swift Package Index
The Swift Package Index is the place to find Swift packages! -
fastlane-plugin-appicon
Generate required icon sizes and iconset from a master application icon. -
AVXCAssets-Generator
AVXCAssets Generator takes path for your assets images and creates appiconset and imageset for you in just one click -
Shark
Swift CLI for strong-typing images, colors, storyboards, fonts and localizations
Appwrite - The Open Source Firebase alternative introduces iOS support
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of iSimulator or a related project?
README
iSimulator is a GUI utility to control the Simulator, and manage the app installed on the simulator.
Features
Control Simulator:
- [x] Show all simulators, including iOS, watchOS, tvOS and paired watches.
- [x] Create, erase, delete a simulator.
- [x] Pair iPhone and iWatch simulator.
- [x] Start, shutdown a simulator, and can start multiple simulators at the same time.
Control application:
- [x] Shows all applications installed on the simulator.
- [x] Easy to access application bundle, sandbox folder. iSimulator will create a folder that contains the app's bundle and sandbox. This will make access app's data easier.
- [x] Launch, terminate, uninstall application.
- [x] Launch one application for other simulator. Very easy to share an app to other simulators without having to rebuild.
Auto Refresh:
- [x] If you add, delete a simulator, or add, delete an application etc.,iSimulator will automatically refresh.
Usage
Download App and run.
Build from the code
Don't use carthage bootstrap
, because FBSimulatorControl
have extra scheme that carthage can not build.
Please run script with the following:./carthageBootstrap.sh
to checkout and build dependencies.
Requirements
iSimulator depends on Xcode command line tools, if you do not see the simulator you want, please change the path to the active developer directory. You can use the following two ways:
Terminal.app: Usage: sudo xcode-select -s
Xcode.app: Preferences -> Locations -> Command line tools
Preview
Show all simulators,Easy to access application bundle, sandbox folder.
Launch one application for other simulator. Very easy to share an app to other simulators without having to rebuild.
License
iSimulator is released under the MIT license. See LICENSE for details.
*Note that all licence references and agreements mentioned in the iSimulator README section above
are relevant to that project's source code only.