~ubuntu-branches/ubuntu/wily/kid3/wily

« back to all changes in this revision

Viewing changes to macosx/Info.plist.in

  • Committer: Package Import Robot
  • Author(s): Mark Purcell, Patrick Matthäi, Mark Purcell
  • Date: 2013-11-30 15:44:59 UTC
  • mfrom: (1.1.16) (2.1.18 sid)
  • Revision ID: package-import@ubuntu.com-20131130154459-s6lpalx8yy2zq7gx
Tags: 3.0.2-1
* New upstream release 

[ Patrick Matthäi ]
* New upstream release.
  - Add new libreadline-dev build dependency.
* Don't explicitly request xz compression - dpkg 1.17 does this by default.
* Bump Standards-Version to 3.9.5 (no changes needed).
* Fix Vcs-Browser control field.

[ Mark Purcell ]
* Switch to dh - reduce debian/rules bloat
* kid3 Replaces kid3-qt - low popcon, reduce archive bloat
* Fix vcs-field-not-canonical
* debian/compat -> 9
* Update Description:

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 Computer//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>${MACOSX_BUNDLE_BUNDLE_NAME}</string>
 
9
        <key>CFBundleGetInfoString</key>
 
10
        <string>${MACOSX_BUNDLE_INFO_STRING}</string>
 
11
        <key>CFBundleIconFile</key>
 
12
        <string>${MACOSX_BUNDLE_ICON_FILE}</string>
 
13
        <key>CFBundleIdentifier</key>
 
14
        <string>${MACOSX_BUNDLE_GUI_IDENTIFIER}</string>
 
15
        <key>CFBundleInfoDictionaryVersion</key>
 
16
        <string>6.0</string>
 
17
        <key>CFBundleLongVersionString</key>
 
18
        <string>${MACOSX_BUNDLE_LONG_VERSION_STRING}</string>
 
19
        <key>CFBundleName</key>
 
20
        <string>${MACOSX_BUNDLE_BUNDLE_NAME}</string>
 
21
        <key>CFBundlePackageType</key>
 
22
        <string>APPL</string>
 
23
        <key>CFBundleShortVersionString</key>
 
24
        <string>${MACOSX_BUNDLE_SHORT_VERSION_STRING}</string>
 
25
        <key>CFBundleSignature</key>
 
26
        <string>????</string>
 
27
        <key>CFBundleVersion</key>
 
28
        <string>${MACOSX_BUNDLE_BUNDLE_VERSION}</string>
 
29
        <key>CSResourcesFileMapped</key>
 
30
        <true/>
 
31
        <key>LSRequiresCarbon</key>
 
32
        <true/>
 
33
        <key>NSHumanReadableCopyright</key>
 
34
        <string>${MACOSX_BUNDLE_COPYRIGHT}</string>
 
35
        <key>NSPrincipalClass</key>
 
36
        <string>NSApplication</string>
 
37
        <key>NSHighResolutionCapable</key>
 
38
        <string>True</string>
 
39
</dict>
 
40
</plist>