diff options
| author | Bug Magnet <marco.nikic@mullvad.net> | 2025-09-03 11:32:51 +0200 |
|---|---|---|
| committer | Bug Magnet <marco.nikic@mullvad.net> | 2025-09-03 11:32:51 +0200 |
| commit | 61ce57ec6dc117bdea664a9769d2746372ccef2d (patch) | |
| tree | a4fb624d486e7aed35e82e5652851408015b6aa5 | |
| parent | 161efc3328e504d11b0ab1a2646da270693827f3 (diff) | |
| parent | 79417e1250fc7adc31aa6be58d5369db4730159d (diff) | |
| download | mullvadvpn-61ce57ec6dc117bdea664a9769d2746372ccef2d.tar.xz mullvadvpn-61ce57ec6dc117bdea664a9769d2746372ccef2d.zip | |
Merge branch 'disable-liquid-glass-design'
| -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> |
