2020-08-12 09:24:39 +02: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>
|
|
|
|
<key>aps-environment</key>
|
|
|
|
<string>development</string>
|
2020-09-13 01:24:29 +02:00
|
|
|
<key>com.apple.developer.associated-domains</key>
|
|
|
|
<array>
|
|
|
|
<string>applinks:metatext.link</string>
|
2020-09-13 02:08:57 +02:00
|
|
|
<string>applinks:www.metatext.link</string>
|
2020-09-13 01:24:29 +02:00
|
|
|
</array>
|
2020-08-27 06:46:22 +02:00
|
|
|
<key>com.apple.security.app-sandbox</key>
|
|
|
|
<true/>
|
|
|
|
<key>com.apple.security.network.client</key>
|
|
|
|
<true/>
|
2020-08-13 12:18:21 +02:00
|
|
|
<key>keychain-access-groups</key>
|
|
|
|
<array>
|
|
|
|
<string>$(AppIdentifierPrefix)com.metabolist.metatext</string>
|
|
|
|
</array>
|
2020-08-12 09:24:39 +02:00
|
|
|
</dict>
|
|
|
|
</plist>
|