Page MenuHomeMusing Studio

AppDelegate.swift
No OneTemporary

AppDelegate.swift

import Cocoa
import Sparkle
class AppDelegate: NSObject, NSApplicationDelegate {
func applicationDidFinishLaunching(_ notification: Notification) {
SUUpdater.shared()?.automaticallyChecksForUpdates = true
/*
Next line prints:
⚠️ You must specify the URL of the appcast as the SUFeedURL key in either the Info.plist or the user defaults!
*/
SUUpdater.shared()?.checkForUpdates(self)
}
}

File Metadata

Mime Type
text/x-c++
Expires
Fri, Jan 30, 11:27 AM (3 h, 41 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3610582

Event Timeline