2022-02-01 20:30:33 +00:00
|
|
|
<?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>
|
2022-04-21 20:04:22 +01:00
|
|
|
<key>aps-environment</key>
|
|
|
|
<string>development</string>
|
2022-02-01 20:30:33 +00:00
|
|
|
<key>com.apple.developer.associated-domains</key>
|
|
|
|
<array>
|
|
|
|
<string>applinks:simplex.chat</string>
|
|
|
|
<string>applinks:www.simplex.chat</string>
|
|
|
|
<string>applinks:simplex.chat?mode=developer</string>
|
2025-04-14 21:25:32 +01:00
|
|
|
<string>applinks:*.simplex.im</string>
|
|
|
|
<string>applinks:*.simplex.im?mode=developer</string>
|
|
|
|
<string>applinks:*.simplexonflux.com</string>
|
|
|
|
<string>applinks:*.simplexonflux.com?mode=developer</string>
|
2022-02-01 20:30:33 +00:00
|
|
|
</array>
|
2022-05-03 08:20:19 +01:00
|
|
|
<key>com.apple.security.application-groups</key>
|
|
|
|
<array>
|
|
|
|
<string>group.chat.simplex.app</string>
|
|
|
|
</array>
|
2022-09-07 12:49:41 +01:00
|
|
|
<key>keychain-access-groups</key>
|
|
|
|
<array>
|
|
|
|
<string>$(AppIdentifierPrefix)chat.simplex.app</string>
|
|
|
|
</array>
|
2023-11-16 16:53:44 +00:00
|
|
|
<key>com.apple.developer.networking.multicast</key>
|
2023-11-18 20:28:55 +00:00
|
|
|
<true/>
|
|
|
|
<key>com.apple.developer.device-information.user-assigned-device-name</key>
|
|
|
|
<true/>
|
2022-02-01 20:30:33 +00:00
|
|
|
</dict>
|
|
|
|
</plist>
|