Skip to content

Commit

Permalink
Improve header docs for FBSimulatorBridge
Browse files Browse the repository at this point in the history
Summary: Make it clear this isn't CoreSimulatorBridge

Reviewed By: jamescoggan

Differential Revision: D32879362

fbshipit-source-id: 2e7d84ab2a18c0a4fd67775e070929b3d7ca74f1
  • Loading branch information
lawrencelomax authored and facebook-github-bot committed Jan 5, 2022
1 parent 40f05a2 commit f354e4a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion FBSimulatorControl/Management/FBSimulatorBridge.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ NS_ASSUME_NONNULL_BEGIN
@class FBSimulator;

/**
Wraps the 'SimulatorBridge' Connection and Protocol
An interface to the "SimulatorBridge" binary, a remote process that runs inside the iOS Simulator.
This is needed for the SimulatorApp to implement some of it's functionality.
"SimulatorBridge" will wrap functionality that is present in SimulatorApp, but not present in CoreSimulator itself.
"SimulatorBridge" is distinct from "CoreSimulatorBridge", which is an internal implementation detail of the SimDevice API.
*/
@interface FBSimulatorBridge : NSObject

Expand Down

0 comments on commit f354e4a

Please sign in to comment.