OTPublishersHeadlessSDK exports a lot of extensions to standard library and UIKit types such as String, UIColor, UINavigationController, UINavigationBar, UIButton, UIFont, UILabel, Thread etc.
This pollutes tab completion for all projects that make use of the SDK, and also serves to make the SDK bigger than necessary due to all its public symbols.
OTPublishersHeadlessSDK
exports a lot of extensions to standard library and UIKit types such asString
,UIColor
,UINavigationController
,UINavigationBar
,UIButton
,UIFont
,UILabel
,Thread
etc.This pollutes tab completion for all projects that make use of the SDK, and also serves to make the SDK bigger than necessary due to all its public symbols.