mirror of
https://github.com/sparkle-project/Sparkle.git
synced 2025-11-01 15:34:38 +00:00
b165a419d5
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
14 lines
259 B
Objective-C
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
|