leanflutter / auto_updater

This plugin allows Flutter desktop apps to automatically update themselves (based on sparkle and winsparkle).
MIT License
278 stars 38 forks source link

How to notarize app in xcode? #55

Closed khomin closed 1 year ago

khomin commented 1 year ago

image

App sandbox not enabled. The following executables must include the "com.apple.security.app-sandbox" entitlement with a Boolean value of true in the entitlements property list: [( "com.Example.pkg/Payload/TunaVPN_Mac.app/Contents/Frameworks/Sparkle.framework/Versions/B/Autoupdate", "com.Example.pkg/Payload/TunaVPN_Mac.app/Contents/Frameworks/Sparkle.framework/Versions/B/Updater.app/Contents/MacOS/Updater", "com.Example.pkg/Payload/TunaVPN_Mac.app/Contents/Frameworks/Sparkle.framework/Versions/B/XPCServices/Installer.xpc/Contents/MacOS/Installer" )] Refer to App Sandbox page at https://developer.apple.com/documentation/security/app_sandbox for more information on sandboxing your app. (ID: 34c838b3-9428-410c-8971-ebcb2ac04064)