Skip to content

Commit

Permalink
fix(ios): cordova-plugin-screen-orientation compatibility (#4367)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile committed Mar 19, 2021
1 parent 4def0a8 commit b893a57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/Capacitor/Capacitor/CAPBridgeViewController.swift
Expand Up @@ -13,7 +13,7 @@ import Cordova
public var isStatusBarVisible = true
public var statusBarStyle: UIStatusBarStyle = .default
public var statusBarAnimation: UIStatusBarAnimation = .slide
public var supportedOrientations: [Int] = []
@objc public var supportedOrientations: [Int] = []

public lazy final var isNewBinary: Bool = {
if let curVersionCode = Bundle.main.infoDictionary?["CFBundleVersion"] as? String,
Expand Down

0 comments on commit b893a57

Please sign in to comment.