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"
|
"applinks:card.ppc.moe"
|
||||||
],
|
],
|
||||||
"infoPlist": {
|
"infoPlist": {
|
||||||
|
"NSAppTransportSecurity": {
|
||||||
|
"NSAllowsArbitraryLoads": true
|
||||||
|
},
|
||||||
"UIViewControllerBasedStatusBarAppearance": "NO",
|
"UIViewControllerBasedStatusBarAppearance": "NO",
|
||||||
"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": ["0003", "88b4"]
|
"com.apple.developer.nfc.readersession.felica.systemcodes": [
|
||||||
|
"0003",
|
||||||
|
"88b4"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"entitlements": {
|
"entitlements": {
|
||||||
"com.apple.developer.nfc.readersession.formats": ["TAG"]
|
"com.apple.developer.nfc.readersession.formats": [
|
||||||
|
"TAG"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"config": {
|
"config": {
|
||||||
"usesNonExemptEncryption": false
|
"usesNonExemptEncryption": false
|
||||||
|
|||||||
Reference in New Issue
Block a user