Cog/Frameworks/Sparkle/Sparkle/Sparkle.pch
2014-09-03 09:47:40 -07:00

16 lines
440 B
Text

//
// Sparkle.pch
// Sparkle
//
// Created by Andy Matuschak on 7/23/08.
// Copyright 2008 Andy Matuschak. All rights reserved.
//
#ifdef __OBJC__
#import <Cocoa/Cocoa.h>
#import "SUConstants.h"
#define SULocalizedString(key, comment) NSLocalizedStringFromTableInBundle(key, @"Sparkle", [NSBundle bundleWithIdentifier:SUBundleIdentifier] ? [NSBundle bundleWithIdentifier:SUBundleIdentifier] : [NSBundle mainBundle], comment)
#endif