Solian/ios/Runner/Runner.entitlements
LittleSheep fffad00f00 💄 Better multi-factor authenticate callback experience
 Support custom app protocol solink://
2024-06-29 18:09:56 +08:00

14 lines
404 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:solsynth.dev</string>
<string>applinks:solsynth.dev</string>
</array>
</dict>
</plist>