mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 15:30:18 +00:00
0f09401aa6
This adds a preference window with default preferences to change the sparkle options and to set a custom path to a git binary.
17 lines
270 B
Objective-C
17 lines
270 B
Objective-C
//
|
|
// PBNSURLPathUserDefaultsTransfomer.h
|
|
// GitX
|
|
//
|
|
// Created by Christian Jacobsen on 28/09/2008.
|
|
// Copyright 2008 __MyCompanyName__. All rights reserved.
|
|
//
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
|
|
@interface PBNSURLPathUserDefaultsTransfomer : NSValueTransformer {
|
|
|
|
}
|
|
|
|
@end
|