Files
Sparkle/TestApplication/SUUpdateSettingsWindowController.h
Zorg b165a419d5 Rewrite test app so it works again, and locally
This creates and signs the update on the fly, so
we can alter the test app without too much hassle.
This also starts up a local web server.
Refs #564
2015-07-25 17:02:22 -04:00

14 lines
259 B
Objective-C

//
// SUUpdateSettingsWindowController.h
// Sparkle
//
// Created by Mayur Pawashe on 7/25/15.
// Copyright (c) 2015 Sparkle Project. All rights reserved.
//
#import <Cocoa/Cocoa.h>
@interface SUUpdateSettingsWindowController : NSWindowController
@end