Agrego updater app

This commit is contained in:
Pablo
2026-08-22 19:09:38 -03:00
parent 2d0797e627
commit 11e36bd6c2
60 changed files with 3942 additions and 0 deletions
@@ -0,0 +1,12 @@
<?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>
<!-- Ver comentario en el Release.entitlements de flutter_soma_app:
sandbox desactivado por el mismo motivo (pantalla negra al ser lanzado por
otro proceso). Además, este entitlement nunca tuvo network.client, así que
un build sandboxeado tampoco podría haber llegado a chequear el feed. -->
<key>com.apple.security.app-sandbox</key>
<false/>
</dict>
</plist>