mirror of
https://gitea.tendokyu.moe/ppc/amnet.git
synced 2026-09-22 22:28:22 +03:00
allow http requests to any address
This commit is contained in:
+10
-2
@@ -12,12 +12,20 @@
|
||||
"applinks:card.ppc.moe"
|
||||
],
|
||||
"infoPlist": {
|
||||
"NSAppTransportSecurity": {
|
||||
"NSAllowsArbitraryLoads": true
|
||||
},
|
||||
"UIViewControllerBasedStatusBarAppearance": "NO",
|
||||
"NFCReaderUsageDescription": "AMNet uses NFC to scan Physical IC Cards",
|
||||
"com.apple.developer.nfc.readersession.felica.systemcodes": ["0003", "88b4"]
|
||||
"com.apple.developer.nfc.readersession.felica.systemcodes": [
|
||||
"0003",
|
||||
"88b4"
|
||||
]
|
||||
},
|
||||
"entitlements": {
|
||||
"com.apple.developer.nfc.readersession.formats": ["TAG"]
|
||||
"com.apple.developer.nfc.readersession.formats": [
|
||||
"TAG"
|
||||
]
|
||||
},
|
||||
"config": {
|
||||
"usesNonExemptEncryption": false
|
||||
|
||||
Reference in New Issue
Block a user