Skip to content

Commit

Permalink
Build by Xcode 10.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fr0l committed Jul 19, 2019
1 parent 4d016df commit 08451d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FBDeviceControl/Management/FBAMDefines.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ typedef NS_ENUM(int, AMDeviceNotificationType) {
A Notification structure.
*/
typedef struct {
AMDeviceRef amDevice;
AMDeviceRef _Nonnull amDevice;
AMDeviceNotificationType status;
} AMDeviceNotification;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import FBSimulatorControl
import Foundation

@objc open class CLIBootstrapper: NSObject {
open static func bootstrap() -> Int32 {
@objc public static func bootstrap() -> Int32 {
let arguments = Array(CommandLine.arguments.dropFirst(1))
let environment = ProcessInfo.processInfo.environment
let (cli, writer, reporter, _) = CLI.fromArguments(arguments, environment: environment).bootstrap()
Expand Down

0 comments on commit 08451d7

Please sign in to comment.