Sparkle support for automatic updates
[MacVim.git] / src / MacVim / Sparkle.framework / Versions / A / Headers / SUUtilities.h
blob5af355083b279118463f57625558820024c0b036
1 //
2 // SUUtilities.h
3 // Sparkle
4 //
5 // Created by Andy Matuschak on 3/12/06.
6 // Copyright 2006 Andy Matuschak. All rights reserved.
7 //
9 #import <Cocoa/Cocoa.h>
11 id SUInfoValueForKey(NSString *key);
12 NSString *SUHostAppName();
13 NSString *SUHostAppDisplayName();
14 NSString *SUHostAppVersion();
15 NSString *SUHostAppVersionString();
17 NSComparisonResult SUStandardVersionComparison(NSString * versionA, NSString * versionB);
19 // If running make localizable-strings for genstrings, ignore the error on this line.
20 NSString *SULocalizedString(NSString *key, NSString *comment);