fix building with ios 26 (add compat switch)

This commit is contained in:
ppc
2025-10-04 19:51:33 +01:00
parent 63847543ca
commit 1ce3cea61e
+2 -1
View File
@@ -17,7 +17,8 @@
"NSAppTransportSecurity": { "NSAppTransportSecurity": {
"NSAllowsArbitraryLoads": true "NSAllowsArbitraryLoads": true
}, },
"UIViewControllerBasedStatusBarAppearance": "NO", "UIDesignRequiresCompatibility": true,
"UIViewControllerBasedStatusBarAppearance": false,
"NFCReaderUsageDescription": "AMNet uses NFC to scan Physical IC Cards", "NFCReaderUsageDescription": "AMNet uses NFC to scan Physical IC Cards",
"com.apple.developer.nfc.readersession.felica.systemcodes": [ "com.apple.developer.nfc.readersession.felica.systemcodes": [
"0003", "0003",