Sha256: 570c603d858114c884073f3a0c58872a7247f6ffde225124e4b92fc50f1e0766

Contents?: true

Size: 261 Bytes

Versions: 2

Compression:

Stored size: 261 Bytes

Contents

//
//  main.mm
//  Instiki
//
//  Created by Allan Odgaard on Thu May 20 2004.
//  Copyright (c) 2004 MacroMates. All rights reserved.
//

#import <Cocoa/Cocoa.h>

int main (int argc, char const* argv[])
{
	return NSApplicationMain(argc, argv);
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
instiki-0.10.1 natives/osx/desktop_launcher/main.mm
instiki-0.10.2 natives/osx/desktop_launcher/main.mm