Files
RubyMotion/installer/RubyMotion Installer/RubyMotion Installer/main.m
Laurent Sansonetti 94cfc5e5a0 add installer code
2012-04-02 18:54:06 +02:00

15 lines
259 B
Objective-C

//
// main.m
// RubyMotion Installer
//
// Created by lrz on 3/31/12.
// Copyright (c) 2012 __MyCompanyName__. All rights reserved.
//
#import <Cocoa/Cocoa.h>
int main(int argc, char *argv[])
{
return NSApplicationMain(argc, (const char **)argv);
}