ente/mobile/ios/Runner/Runner.entitlements
2024-03-01 12:25:37 +05:30

17 lines
486 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>webcredentials:web.ente.io</string>
</array>
<key>com.apple.security.application-groups</key>
<array>
<string>group.io.ente.frame.SlideshowWidget</string>
</array>
</dict>
</plist>