Support issue: https://stackoverflow.com/questions/50756091/ios-disabling-landscape-launchscreen-storyboard
In AppDelegate.swift:
import g_orientation_lock
override func application(_ application: UIApplication, supportedInterfaceOrientationsFor window: UIWindow?) -> UIInterfaceOrientationMask {
return SwiftGOrientationLockPlugin.orientationLock
}