Skip to content

Commit

Permalink
Bump FBProtocolVersion to support Xcode 12
Browse files Browse the repository at this point in the history
  • Loading branch information
fr0l committed Sep 14, 2020
1 parent 0c2a01c commit 951a256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion XCTestBootstrap/TestManager/FBTestManagerAPIMediator.m
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
#import "FBTestDaemonResult.h"
#import "FBTestApplicationLaunchStrategy.h"

const NSInteger FBProtocolVersion = 0x16;
const NSInteger FBProtocolVersion = 0x1E;
const NSInteger FBProtocolMinimumVersion = 0x8;

@interface FBTestManagerAPIMediator () <XCTestManager_IDEInterface>
Expand Down

0 comments on commit 951a256

Please sign in to comment.