From 1ce3cea61ee77efdc415f5472323a0cb2063f1f7 Mon Sep 17 00:00:00 2001 From: ppc Date: Sat, 4 Oct 2025 19:51:33 +0100 Subject: [PATCH] fix building with ios 26 (add compat switch) --- amnet-native/app.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/amnet-native/app.json b/amnet-native/app.json index 04fe815..8295f61 100644 --- a/amnet-native/app.json +++ b/amnet-native/app.json @@ -17,7 +17,8 @@ "NSAppTransportSecurity": { "NSAllowsArbitraryLoads": true }, - "UIViewControllerBasedStatusBarAppearance": "NO", + "UIDesignRequiresCompatibility": true, + "UIViewControllerBasedStatusBarAppearance": false, "NFCReaderUsageDescription": "AMNet uses NFC to scan Physical IC Cards", "com.apple.developer.nfc.readersession.felica.systemcodes": [ "0003",