GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

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
dustin (author)
Wed Feb 16 00:04:27 -0800 2005
commit  6845a87c442b3d6bc6741c1336345ada78209ef5
tree    6b1b79968330f7dc7e6e2ad32075eff5bfc8beac
parent  6f1d0b73b6f3a6fe4ce8305342c24dff66f65d5e
photosync / main.m
100644 15 lines (12 sloc) 0.259 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//
// 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);
}