universal links

This commit is contained in:
aeroreyna
2023-02-09 09:23:43 -05:00
parent 0ff5ac64d1
commit 0d44b4d3e3
2 changed files with 6 additions and 4 deletions

View File

@@ -2,7 +2,8 @@
"expo": {
"name": "EMI Social",
"slug": "emi-social",
"version": "1.2.1",
"version": "1.2.2",
"scheme": "emifellowship",
"orientation": "portrait",
"icon": "./assets/icon.png",
"splash": {
@@ -18,7 +19,9 @@
],
"ios": {
"supportsTablet": false,
"bundleIdentifier": "com.emi.social"
"bundleIdentifier": "com.emi.social",
"associatedDomains": ["applinks:social.emmint.com"],
"buildNumber": "1.1"
},
"android": {
"adaptiveIcon": {
@@ -27,7 +30,7 @@
},
"package": "com.emi.social",
"googleServicesFile": "./google-services.json",
"versionCode": 3
"versionCode": 4
},
"web": {
"favicon": "./assets/favicon.png"