mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-06-12 20:31:01 +00:00
auto-commit for d8a7bc44-e48d-4520-bfad-47e7bb971ccc
This commit is contained in:
+19
-2
@@ -13,7 +13,22 @@
|
||||
"backgroundColor": "#ffffff"
|
||||
},
|
||||
"ios": {
|
||||
"supportsTablet": true
|
||||
"supportsTablet": true,
|
||||
"infoPlist": {
|
||||
"NSAppTransportSecurity": {
|
||||
"NSAllowsArbitraryLoads": true,
|
||||
"NSExceptionDomains": {
|
||||
"digital-kurdistan.preview.emergentagent.com": {
|
||||
"NSExceptionAllowsInsecureHTTPLoads": false,
|
||||
"NSIncludesSubdomains": true
|
||||
},
|
||||
"challenges.cloudflare.com": {
|
||||
"NSExceptionAllowsInsecureHTTPLoads": false,
|
||||
"NSIncludesSubdomains": true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"android": {
|
||||
"adaptiveIcon": {
|
||||
@@ -21,7 +36,9 @@
|
||||
"backgroundColor": "#ffffff"
|
||||
},
|
||||
"edgeToEdgeEnabled": true,
|
||||
"predictiveBackGestureEnabled": false
|
||||
"predictiveBackGestureEnabled": false,
|
||||
"usesCleartextTraffic": false,
|
||||
"permissions": ["INTERNET"]
|
||||
},
|
||||
"web": {
|
||||
"favicon": "./assets/favicon.png"
|
||||
|
||||
Reference in New Issue
Block a user