public
Description: An OS X application to build a standalone web site as an export from my photo album.
Homepage: http://bleu.west.spy.net/~dustin/projects/photosync/
Clone URL: git://github.com/dustin/photosync.git
Search Repo:
photosync / main.m
100644 14 lines (12 sloc) 0.259 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//
// main.m
// PhotoSync
//
// Created by Dustin Sallings on 2005/2/1.
// Copyright Dustin Sallings 2005. All rights reserved.
//
 
#import <AppKit/AppKit.h>
 
int main(int argc, char *argv[])
{
    return NSApplicationMain(argc, (const char **) argv);
}