idb/fbsimctl
Lawrence Lomax a4ad909b35 Make Variant Classes Public on FBSimulatorConfiguration
Summary: These are part of `FBControlCore` and are important for defining configuration. Making them public allows consumers of the configuration obtain information about available architectures for a Simulator.

Reviewed By: marekcirkos

Differential Revision: D3384607

fbshipit-source-id: 34c447754198aea6b07ffa46ef9aea0a49a22a21
2016-06-03 03:34:31 -07:00
..
FBSimulatorControlKit Make Variant Classes Public on FBSimulatorConfiguration 2016-06-03 03:34:31 -07:00
FBSimulatorControlKitTests Make Variant Classes Public on FBSimulatorConfiguration 2016-06-03 03:34:31 -07:00
fbsimctl Make fbsimctl a pure Objective-C Framework 2016-03-14 06:55:22 -07:00
fbsimctl.xcodeproj Rename Simulator 'Interactions' to Runners 2016-04-26 02:35:29 -07:00
fbsimctl.xcworkspace Add fbsimctl command-line target 2015-11-25 11:30:56 +00:00
Cartfile Move Swifter back to tagged version 2016-04-21 03:25:20 -07:00
Cartfile.resolved Move Swifter back to tagged version 2016-04-21 03:25:20 -07:00
README.md Make fbsimctl a pure Objective-C Framework 2016-03-14 06:55:22 -07:00

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.