21 lines
756 B
XML
21 lines
756 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>com.apple.developer.default-data-protection</key>
|
|
<string>NSFileProtectionComplete</string>
|
|
<key>com.apple.developer.usernotifications.filtering</key>
|
|
<true/>
|
|
<key>com.apple.developer.pushkit.unrestricted-voip</key>
|
|
<true/>
|
|
<key>com.apple.security.application-groups</key>
|
|
<array>
|
|
<string>group.$(SIGNAL_BUNDLEID_PREFIX).signal.group</string>
|
|
<string>group.$(SIGNAL_BUNDLEID_PREFIX).signal.group.staging</string>
|
|
</array>
|
|
<key>keychain-access-groups</key>
|
|
<array>
|
|
<string>$(AppIdentifierPrefix)$(SIGNAL_BUNDLEID_PREFIX).signal</string>
|
|
</array>
|
|
</dict>
|
|
</plist>
|