Implement deep links

Signed-off-by: denis0001-dev <denis0001.dev@ya.ru>
This commit is contained in:
2026-04-14 23:41:33 +03:00
Unverified
parent bb391858a9
commit ecfb97907a
19 changed files with 730 additions and 284 deletions
+13
View File
@@ -32,6 +32,19 @@
<key>UIApplicationSupportsMultipleScenes</key>
<false/>
</dict>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLName</key>
<string>fromchat</string>
<key>CFBundleURLSchemes</key>
<array>
<string>fromchat</string>
</array>
</dict>
</array>
<key>UILaunchScreen</key>
<dict/>
<key>UIRequiredDeviceCapabilities</key>