github.com/keybase/client/go@v0.0.0-20241007131713-f10651d043c8/updater/osx/Updater/main.m (about)

     1  //
     2  //  main.m
     3  //  Updater
     4  //
     5  //  Created by Gabriel on 4/7/16.
     6  //  Copyright © 2016 Gabriel Handford. All rights reserved.
     7  //
     8  
     9  #import <Cocoa/Cocoa.h>
    10  
    11  int main(int argc, const char * argv[]) {
    12    return NSApplicationMain(argc, argv);
    13  }