75cddd62df
Summary: Installing has a convenient API, so should Uninstalling. Reviewed By: migchez Differential Revision: D3151068 fb-gh-sync-id: b59af6b1cb83849d232d930e3c30a468b3d50258 fbshipit-source-id: b59af6b1cb83849d232d930e3c30a468b3d50258 |
||
---|---|---|
.. | ||
FBSimulatorControlKit | ||
FBSimulatorControlKitTests | ||
fbsimctl | ||
fbsimctl.xcodeproj | ||
fbsimctl.xcworkspace | ||
Cartfile | ||
Cartfile.resolved | ||
README.md |
README.md
fbsimctl
fbsimctl
is a command line interface to the FBSimulatorControl
Framework. It is a Command Line Executable Target. It is a wrapper around FBSimulatorControlKit
which is where the important functionality of the Command-Line Application is implemented. It is a pure Objective-C target.
FBSimulatorControlKit
FBSimulatorControlKit
is a Framework that forms the core functionality in fbsimctl
. It is a mixed Objective-C/Swift Framework and is linkable from both a test and executable target. As fbsimctl
is a pure Objective-C Framework it does not need to link the Swift shims to Mac OS X Frameworks.