auto_updater icon indicating copy to clipboard operation
auto_updater copied to clipboard

'setFeedURL' is deprecated

Open cbenhagen opened this issue 1 year ago • 1 comments

The following warning is printed during build

/Users/ben/.pub-cache/hosted/pub.dev/auto_updater-0.1.7/macos/Classes/AutoUpdater.swift:25:19: warning: 'setFeedURL' is deprecated: Please call -[SPUUpdater clearFeedURLFromUserDefaults] to migrate away from using this API and transition to either specifying the feed URL in your Info.plist, using channels in Sparkle 2, or using -[SPUUpdaterDelegate feedURLStringForUpdater:] to specify the dynamic feed URL at runtime
        _updater?.setFeedURL(feedURL)

cbenhagen avatar Jan 02 '24 20:01 cbenhagen

Same problem. I set the Sparkle version in the /macos/Podfile.lock file to 2.3.2. The warning disappeared.

tt952789 avatar Jan 08 '24 03:01 tt952789