Setup code works with new version

This commit is contained in:
2025-12-23 17:22:50 -06:00
parent bd9ce4022f
commit 3215702893
5 changed files with 89 additions and 21 deletions

View File

@@ -54,7 +54,13 @@
<key>NSAllowsLocalNetworking</key>
<true/>
</dict>
<key>NSLocalNetworkUsageDescription</key>
<string>This app uses the local network for debugging and development.</string>
<string>Allow the app to find and connect to the Dart VM for debugging purposes.</string>
<key>NSBonjourServices</key>
<array>
<string>_dartvm._tcp</string>
</array>
</dict>
</plist>