Renset / macai

Swift powered native macOS client for Ollama, ChatGPT and compatible API-backends
https://renset.gumroad.com/l/macai
MIT License
99 stars 10 forks source link

Remove SUEnableDownloaderService key in Info.plist #19

Closed zorgiepoo closed 4 months ago

zorgiepoo commented 4 months ago

Due to a sandboxing issue new to macOS Sonoma, users may see a one-time warning when checking for updates about "Downloader" differs from previously opened versions.

macai can simply resolve this issue by removing the SUEnableDownloaderService key in the app's Info.plist. This app is already entitled with com.apple.security.network.client and does not have a reason to use Sparkle's downloader service.

See https://github.com/sparkle-project/Sparkle/discussions/2514 for more information.

Renset commented 4 months ago

Thank you so much @zorgiepoo, I've removed this key.