CFBundlePackageType APPL CFBundleName {{.Info.ProductName}} CFBundleExecutable {{.OutputFilename}} CFBundleIdentifier io.snapgo.app CFBundleVersion {{.Info.ProductVersion}} CFBundleGetInfoString {{.Info.Comments}} CFBundleShortVersionString {{.Info.ProductVersion}} CFBundleIconFile iconfile LSMinimumSystemVersion 11.0.0 NSHighResolutionCapable true LSUIElement NSAppleEventsUsageDescription SnapGo needs Apple Events access to capture the active window. NSScreenCaptureUsageDescription SnapGo needs screen recording permission to capture screenshots. NSHumanReadableCopyright {{.Info.Copyright}} {{if .Info.FileAssociations}} CFBundleDocumentTypes {{range .Info.FileAssociations}} CFBundleTypeExtensions {{.Ext}} CFBundleTypeName {{.Name}} CFBundleTypeRole {{.Role}} CFBundleTypeIconFile {{.IconName}} {{end}} {{end}} {{if .Info.Protocols}} CFBundleURLTypes {{range .Info.Protocols}} CFBundleURLName com.wails.{{.Scheme}} CFBundleURLSchemes {{.Scheme}} CFBundleTypeRole {{.Role}} {{end}} {{end}}