#import #import "Sparkle.h" void OSX_checkForUpdates() { SUUpdater* updater = [[SUUpdater alloc] init]; [[SUUpdater sharedUpdater] checkForUpdatesInBackground]; }