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
photosync / Resources / Info-gnustep.plist
100644 17 lines (17 sloc) 0.575 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "!" = "Generated by ProjectCenter, do not edit";
    ApplicationDescription = "A tool for building offline sites from PhotoServlet.";
    ApplicationName = PhotoSync;
    ApplicationRelease = 1.1;
    Authors = (
  "Dustin Sallings"
    );
    Copyright = "Copyright (C) 2005";
    CopyrightDescription = "Released under a BSD license";
    FullVersionID = 1.1;
    NSExecutable = PhotoSync;
    NSMainNibFile = PhotoSyncGS.gorm;
    NSPrincipalClass = NSApplication;
    NSRole = Application;
    URL = "http://bleu.west.spy.net/~dustin/projects/photosync/index.xtp";
}