mirror of
https://gitea.tendokyu.moe/ppc/amnet.git
synced 2026-09-22 22:28:22 +03:00
fix building with ios 26 (add compat switch)
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user