Closed scannillo closed 1 year ago
Boo - these errors are because I was using features only avail in Xcode 14.3 ... working on it
I'm closing this PR for a few reasons:
Will follow-up with a simpler PR to just "hide" the methods not meant to be included in the public API. At a later time we can revisit this approach.
Summary of changes
JavaScriptMessageHandler
&SafariViewControllerEventHandler
classesWKScriptMessageHandler
andSFSafariViewControllerDelegate
protocol implementations respectivelyPOPPopupBridge.swift
Note:
Swift requires that if a public class implements a protocol, the protocol implementation methods must also be public. For example:
Checklist
Authors
@scannillo