mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-17 23:18:27 +02:00
16 lines
472 B
XML
16 lines
472 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>aps-environment</key>
|
|
<string>development</string>
|
|
<key>com.apple.developer.associated-domains</key>
|
|
<array>
|
|
<string>applinks:www.vector.im</string>
|
|
<string>applinks:vector.im</string>
|
|
<string>applinks:riot.im</string>
|
|
<string>applinks:www.riot.im</string>
|
|
</array>
|
|
</dict>
|
|
</plist>
|