Skip to content

Commit

Permalink
Merge pull request #29 from frontegg/FR-14342-remove-inspectable
Browse files Browse the repository at this point in the history
FR-14342 - Remove inspectable for older xcode builders
  • Loading branch information
frontegg-david authored Jan 9, 2024
2 parents e3aa26f + 40c9e37 commit 43466f1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Sources/FronteggSwift/embedded/FronteggWebView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ public struct FronteggWebView: UIViewRepresentable {
controller.webView = webView


if #available(iOS 16.4, *) {
webView.isInspectable = true
} else {
// Fallback on earlier versions
}
// if #available(iOS 16.4, *) {
// webView.isInspectable = true
// } else {
// // Fallback on earlier versions
// }

let url: URL
let codeVerifier: String;
Expand Down

0 comments on commit 43466f1

Please sign in to comment.