mirror of
https://github.com/munki/munki.git
synced 2026-05-04 19:39:22 -05:00
Added ManagedSoftwareUpdate.xcodeproj.
This is a new tool for user notification of available Managed software updates. git-svn-id: http://munki.googlecode.com/svn/trunk@46 a4e17f2e-e282-11dd-95e1-755cbddbdd66
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
extern void ASKInitialize();
|
||||
extern int NSApplicationMain(int argc, const char *argv[]);
|
||||
|
||||
int main(int argc, const char *argv[])
|
||||
{
|
||||
ASKInitialize();
|
||||
|
||||
return NSApplicationMain(argc, argv);
|
||||
}
|
||||
Reference in New Issue
Block a user