Skip to content

Commit b18d8a7

Browse files
committed
fix
1 parent c3bc42b commit b18d8a7

File tree

1 file changed

+17
-0
lines changed
  • src/Templates/Boilerplate/Bit.Boilerplate/src/Client/Boilerplate.Client.Web/wwwroot/.well-known

1 file changed

+17
-0
lines changed

src/Templates/Boilerplate/Bit.Boilerplate/src/Client/Boilerplate.Client.Web/wwwroot/.well-known/assetlinks.json

+17
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"site": "https://use-your-web-app-url-here.com/"
77
}
88
},
9+
//#if (sample == "Admin")
910
{
1011
"relation": [
1112
"delegate_permission/common.handle_all_urls",
@@ -19,6 +20,7 @@
1920
]
2021
}
2122
},
23+
//#elif (sample == "Todo")
2224
{
2325
"relation": [
2426
"delegate_permission/common.handle_all_urls",
@@ -31,5 +33,20 @@
3133
"7E:F0:3C:AE:55:06:1D:9F:A1:0C:96:86:C0:C3:64:84:23:C0:9F:AE:17:45:FF:0E:76:34:99:5C:8E:74:40:65"
3234
]
3335
}
36+
},
37+
//#else
38+
{
39+
"relation": [
40+
"delegate_permission/common.handle_all_urls",
41+
"delegate_permission/common.get_login_creds"
42+
],
43+
"target": {
44+
"namespace": "android_app",
45+
"package_name": "com.bitplatform.template",
46+
"sha256_cert_fingerprints": [
47+
"7E:F0:3C:AE:55:06:1D:9F:A1:0C:96:86:C0:C3:64:84:23:C0:9F:AE:17:45:FF:0E:76:34:99:5C:8E:74:40:65"
48+
]
49+
}
3450
}
51+
//#endif
3552
]

0 commit comments

Comments
 (0)