~ubuntu-branches/ubuntu/quantal/sunpinyin/quantal

« back to all changes in this revision

Viewing changes to wrapper/macos/Frameworks/Sparkle.framework/Versions/A/Headers/Sparkle.h

  • Committer: Package Import Robot
  • Author(s): YunQiang Su
  • Date: 2012-03-30 15:31:55 UTC
  • mfrom: (1.1.3) (1.2.7 sid)
  • Revision ID: package-import@ubuntu.com-20120330153155-qgls77sogzgtg9zp
Tags: 2.0.3+git20120222-1
* Team upload: git snapshot 20120222.
   - fix breaks if LDFLAGS in environment contains
       multiple words (Closese #646001).
   - rm patches merged to upstream:
       append-os-environ-toenv.patch
       fix-ftbfs-on-sh.patch
       remove-10-candidate-words-limitation.patch
   - refresh disable-lm-dict-compile.patch.
* Bump stardard version to 3.9.3: no modify needed.
* add libsunpinyin3-dbg and python-sunpinyin packages.
* debian/compat to 9, multiarch it.
* rewrite debian/rules with dh 7 format.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
//
 
2
//  Sparkle.h
 
3
//  Sparkle
 
4
//
 
5
//  Created by Andy Matuschak on 3/16/06. (Modified by CDHW on 23/12/07)
 
6
//  Copyright 2006 Andy Matuschak. All rights reserved.
 
7
//
 
8
 
 
9
#ifndef SPARKLE_H
 
10
#define SPARKLE_H
 
11
 
 
12
// This list should include the shared headers. It doesn't matter if some of them aren't shared (unless
 
13
// there are name-space collisions) so we can list all of them to start with:
 
14
 
 
15
#import <Sparkle/SUUpdater.h>
 
16
 
 
17
#import <Sparkle/SUAppcast.h>
 
18
#import <Sparkle/SUAppcastItem.h>
 
19
#import <Sparkle/SUVersionComparisonProtocol.h>
 
20
 
 
21
#endif