Sha256: a6d4856a5e17266740ef832a2454f311d1c0e10d7ba366d89dde44281af88136

Contents?: true

Size: 376 Bytes

Versions: 5

Compression:

Stored size: 376 Bytes

Contents

// Copyright (c) 2011 Google Inc. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#import <UIKit/UIKit.h>

int main(int argc, char *argv[])
{
  NSAutoreleasePool* pool = [[NSAutoreleasePool alloc] init];
  int retVal  = UIApplicationMain(argc, argv, nil, nil);
  [pool release];
  return retVal;
}

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
mt-libuv-4.1.04 ext/gyp/test/ios/app-bundle/TestApp/main.m
mt-libuv-4.1.03 ext/gyp/test/ios/app-bundle/TestApp/main.m
mt-libuv-4.1.02 ext/gyp/test/ios/app-bundle/TestApp/main.m
tree-sitter-0.1.0 ext/tree-sitter/tree-sitter/externals/gyp/test/ios/app-bundle/TestApp/main.m
tree-sitter-0.0.1 ext/tree-sitter/tree-sitter/externals/gyp/test/ios/app-bundle/TestApp/main.m