Skip to content

Commit 6df0c5f

Browse files
feat: Deprecate CFNetwork usage (#1078)
1 parent d6ccf11 commit 6df0c5f

File tree

5 files changed

+2887
-2624
lines changed

5 files changed

+2887
-2624
lines changed

WebDriverAgentLib/Utilities/FBConfiguration.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -515,6 +515,7 @@ + (NSString *)humanReadableScreenshotOrientation
515515
return @"landscapeLeft";
516516
case UIInterfaceOrientationUnknown:
517517
return @"auto";
518+
default: break;
518519
}
519520
}
520521
#endif

0 commit comments

Comments
 (0)