Allow Setapp to update your Catalyst app
To allow Setapp to update your app on macOS 13 (Ventura) and higher, please add the following to your app's Info.plist
file:
<key>NSUpdateSecurityPolicy</key>
<dict>
<key>AllowProcesses</key>
<dict>
<key>MEHY5QF425</key>
<array>
<string>com.setapp.DesktopClient.SetappAgent</string>
</array>
</dict>
</dict>
Updated about 2 months ago