mirror of
https://github.com/status-im/dappconnect-chat-sdk.git
synced 2025-01-10 05:55:53 +00:00
a5fdd22d51
* feat: add blurview to topbar and composer with scroll position * fix: icon button component and adds scrolls var position for the top bar * fix: changes from review
29 lines
462 B
JSON
29 lines
462 B
JSON
{
|
|
"cli": {
|
|
"version": ">= 3.4.1"
|
|
},
|
|
"build": {
|
|
"development": {
|
|
"developmentClient": true,
|
|
"distribution": "internal",
|
|
"ios": {
|
|
"resourceClass": "m1-medium"
|
|
}
|
|
},
|
|
"preview": {
|
|
"distribution": "internal",
|
|
"ios": {
|
|
"resourceClass": "m1-medium"
|
|
}
|
|
},
|
|
"production": {
|
|
"ios": {
|
|
"resourceClass": "m1-medium"
|
|
}
|
|
}
|
|
},
|
|
"submit": {
|
|
"production": {}
|
|
}
|
|
}
|