kevinhermawan / Ollamac

Mac app for Ollama
Other
1.33k stars 71 forks source link

Remove SUEnableDownloaderService key in Info.plist #45

Closed zorgiepoo closed 6 months ago

zorgiepoo commented 9 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.

Ollamac 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 this discussion for more information.

kevinhermawan commented 9 months ago

Hi @zorgiepoo, thank you for the information. I will look into it.