Implement app link support (fix #39)

This commit is contained in:
Anton Tananaev 2025-08-30 06:26:56 -07:00
parent e508f50054
commit 66155fb273
7 changed files with 136 additions and 50 deletions

View file

@ -28,6 +28,15 @@
<string>????</string>
<key>CFBundleVersion</key>
<string>$(FLUTTER_BUILD_NUMBER)</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleURLSchemes</key>
<array>
<string>org.traccar.client</string>
</array>
</dict>
</array>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>