~ubuntu-branches/ubuntu/raring/sunpinyin/raring

« back to all changes in this revision

Viewing changes to wrapper/macos/Info.plist

  • 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
<?xml version="1.0" encoding="UTF-8"?>
 
2
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
 
3
<plist version="1.0">
 
4
<dict>
 
5
        <key>CFBundleDevelopmentRegion</key>
 
6
        <string>English</string>
 
7
        <key>CFBundleExecutable</key>
 
8
        <string>SunPinyin</string>
 
9
        <key>CFBundleIconFile</key>
 
10
        <string></string>
 
11
        <key>CFBundleIdentifier</key>
 
12
        <string>org.opensolaris.inputmethod.SunPinyin</string>
 
13
        <key>CFBundleInfoDictionaryVersion</key>
 
14
        <string>6.0</string>
 
15
        <key>CFBundleName</key>
 
16
        <string>${PRODUCT_NAME}</string>
 
17
        <key>CFBundlePackageType</key>
 
18
        <string>APPL</string>
 
19
        <key>CFBundleSignature</key>
 
20
        <string>????</string>
 
21
        <key>CFBundleVersion</key>
 
22
        <string>2.0.3.0525</string>
 
23
        <key>InputMethodConnectionName</key>
 
24
        <string>SunPinyin_1_Connection</string>
 
25
        <key>InputMethodServerControllerClass</key>
 
26
        <string>SunPinyinController</string>
 
27
        <key>InputMethodServerDelegateClass</key>
 
28
        <string>SunPinyinController</string>
 
29
        <key>LSBackgroundOnly</key>
 
30
        <string>0</string>
 
31
        <key>LSUIElement</key>
 
32
        <string>1</string>
 
33
        <key>NSMainNibFile</key>
 
34
        <string>MainMenu</string>
 
35
        <key>NSPrincipalClass</key>
 
36
        <string>NSApplication</string>
 
37
        <key>SUFeedURL</key>
 
38
        <string>http://release.sunpinyin.googlecode.com/hg/SunpinyinAppcast.xml</string>
 
39
        <key>SUPublicDSAKeyFile</key>
 
40
        <string>dsa_pub.pem</string>
 
41
        <key>SUScheduledCheckInterval</key>
 
42
        <integer>86400</integer>
 
43
        <key>tsInputMethodCharacterRepertoireKey</key>
 
44
        <array>
 
45
                <string>Hans</string>
 
46
        </array>
 
47
        <key>tsInputMethodIconFileKey</key>
 
48
        <string>SunPinyin.icns</string>
 
49
</dict>
 
50
</plist>