flutter_integrated_whb/ios/Runner/Runner.entitlements

14 lines
328 B
Plaintext
Raw Normal View History

2025-07-24 09:38:06 +08: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>com.apple.developer.nfc.readersession.formats</key>
2025-08-27 16:14:50 +08:00
<array>
<string>NDEF</string>
<string>TAG</string>
</array>
2025-07-24 09:38:06 +08:00
</dict>
2025-08-27 16:14:50 +08:00
2025-07-24 09:38:06 +08:00
</plist>