~ubuntu-branches/ubuntu/quantal/xdaliclock/quantal

« back to all changes in this revision

Viewing changes to OSX/iPhoneInfo.plist

  • Committer: Bazaar Package Importer
  • Author(s): Kartik Mistry
  • Date: 2010-04-20 08:42:20 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20100420084220-j7ykvh34b2jx7hyv
Tags: 2.31-1
* New maintainer (Closes: #561233)
* New upstream release (Closes: #578379)
* debian/control:
  + Updated to Standards-Version 3.8.4
  + Added ${misc:Depends} to Depends
  + Updated debhelper dependency to 7
* debian/rules:
  + Do not do append to copyright file trick
  + Used dh_prep instead of dh_clean -k
* Converted package to new source format 3.0 (quilt)
* debian/copyright:
  + Added missing vroot.h copyright
  + Better copyright assignment, year for Author
* debian/patches/spelling-error-in-manpage_xdaliclock:
  + Added patch to fix manpage spelling mistake by Florian Ernst
    <florian@debian.org>

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>CFBundleDisplayName</key>
 
8
        <string>Dali Clock</string>
 
9
        <key>CFBundleExecutable</key>
 
10
        <string>${EXECUTABLE_NAME}</string>
 
11
        <key>CFBundleIconFile</key>
 
12
        <string>daliclockPhone.png</string>
 
13
        <key>CFBundleIdentifier</key>
 
14
        <string>org.jwz.DaliClock</string>
 
15
        <key>CFBundleInfoDictionaryVersion</key>
 
16
        <string>6.0</string>
 
17
        <key>CFBundleName</key>
 
18
        <string>${PRODUCT_NAME}</string>
 
19
        <key>CFBundlePackageType</key>
 
20
        <string>APPL</string>
 
21
        <key>CFBundleShortVersionString</key>
 
22
        <string>2.31</string>
 
23
        <key>CFBundleSignature</key>
 
24
        <string>????</string>
 
25
        <key>CFBundleVersion</key>
 
26
        <string>2.31</string>
 
27
        <key>NSMainNibFile</key>
 
28
        <string>DaliPhone</string>
 
29
        <key>LSRequiresIPhoneOS</key>
 
30
        <true/>
 
31
        <key>UIStatusBarHidden</key>
 
32
        <true/>
 
33
        <key>UISupportedInterfaceOrientations</key>
 
34
        <array>
 
35
                <string>UIInterfaceOrientationPortrait</string>
 
36
                <string>UIInterfaceOrientationPortraitUpsideDown</string>
 
37
                <string>UIInterfaceOrientationLandscapeLeft</string>
 
38
                <string>UIInterfaceOrientationLandscapeRight</string>
 
39
        </array>
 
40
        <key>NSHumanReadableCopyright</key>
 
41
        <string>Dali Clock 2.31, © 1991-2010 Jamie Zawinski.</string>
 
42
        <key>CFBundleLongVersionString</key>
 
43
        <string>Dali Clock 2.31, © 1991-2010 Jamie Zawinski.</string>
 
44
        <key>CFBundleGetInfoString</key>
 
45
        <string>Dali Clock 2.31, © 1991-2010 Jamie Zawinski.
 
46
http://www.jwz.org/xdaliclock/
 
47
</string>
 
48
</dict>
 
49
</plist>