diff options
| -rw-r--r-- | ios/MullvadVPN/Supporting Files/Info.plist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ios/MullvadVPN/Supporting Files/Info.plist b/ios/MullvadVPN/Supporting Files/Info.plist index 14af71cdc7..65b46e01b1 100644 --- a/ios/MullvadVPN/Supporting Files/Info.plist +++ b/ios/MullvadVPN/Supporting Files/Info.plist @@ -94,5 +94,7 @@ <string>UIInterfaceOrientationLandscapeLeft</string> <string>UIInterfaceOrientationLandscapeRight</string> </array> + <key>UIDesignRequiresCompatibility</key> + <true/> </dict> </plist> |
