tutanota/app-ios/WidgetConfigIntent/WidgetConfigIntentRelease Development.entitlements
Murilo Pereira 65de82cee2 [iOS] Adds AgendaWidget to xcodegen template
Co-authored-by: André Dias <and@tutao.de>
2025-05-16 14:21:39 +02:00

14 lines
No EOL
424 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.security.application-groups</key>
<array>
<string>group.de.tutao.calendar.debug</string>
</array>
<key>keychain-access-groups</key>
<array>
<string>$(AppIdentifierPrefix)de.tutao.calendar.debug</string>
</array>
</dict>
</plist>