incanus / snarf

Snarf allows you to drag an ICNS file either onto its main window or onto its dock icon and will instantly update to use the dragged file as its new icon.

This URL has Read+Write access

snarf / 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
// Snarf
//
// Created by Justin R. Miller on 3/25/08.
// Copyright Code Sorcery Workshop 2008. All rights reserved.
//
 
#import <Cocoa/Cocoa.h>
 
int main(int argc, char *argv[])
{
    return NSApplicationMain(argc, (const char **) argv);
}