Surface/ios/Runner/Runner.entitlements

20 lines
593 B
Plaintext
Raw Normal View History

2024-11-20 16:18:11 +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>
<key>aps-environment</key>
<string>development</string>
2024-12-15 04:10:45 +00:00
<key>com.apple.developer.associated-domains</key>
<array>
<string>webcredentials:sn.solsynth.dev</string>
<string>applinks:sn.solsynth.dev</string>
</array>
<key>com.apple.developer.usernotifications.communication</key>
<true/>
2024-12-14 10:18:13 +00:00
<key>com.apple.security.application-groups</key>
<array>
<string>group.solsynth.solian</string>
</array>
2024-11-20 16:18:11 +00:00
</dict>
</plist>