Sha256: 6711218476b1f42a0be96544795f10ca6ceda5090319a370e13a9cb77a62efaf
Contents?: true
Size: 480 Bytes
Versions: 1
Compression:
Stored size: 480 Bytes
Contents
#import <UIKit/UIKit.h> extern "C" { void rb_define_global_const(const char *, void *); void rb_rb2oc_exc_handler(void); void rb_exit(int); void RubyMotionInit(int argc, char **argv); } int main(int argc, char **argv) { NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init]; int retval = 0; RubyMotionInit(argc, argv); retval = UIApplicationMain(argc, argv, nil, @"AppDelegate"); rb_exit(retval); [pool release]; return retval; }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ios3-0.0.5 | test-data/build/iPhoneOS-8.0-Release/objs/main.mm |