~ubuntu-branches/debian/experimental/fltk1.3/experimental

« back to all changes in this revision

Viewing changes to ide/deprecated/Xcode3.1/plists/browser-Info.plist

  • Committer: Bazaar Package Importer
  • Author(s): Aaron M. Ucko
  • Date: 2010-12-24 14:58:54 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20101224145854-8mo1pemi2gj4kiab
Tags: 1.3~r8114-1
* New upstream snapshot.
* debian/libfltk{,-gl}1.3.symbols: update to reflect recent changes.
* debian/libfltk1.3-dev.docs: update per upstream README.* reorganization.
* debian/FLTKConfig.cmake: belatedly set FLTK_CAIRO_FOUND to TRUE.
* debian/FLTKLibraries-noconfig.cmake: trim stated dependencies,
  particularly for shared libraries.
* debian/control: promote some suggestions to recommendations:
  - fluid -> fltk1.3-doc (for the help browser)
  - libfltk1.3-dev -> fluid (few users entirely hand-craft UIs)
  - libfltk1.3-dev -> libglu1-mesa-dev | libgl-dev (for <FL/glu.h>)
* Thanks to Yuri D'Elia for suggesting that I review the above three files.
* src/fl_font_xft.cxx: revert XFT->core name mapping, which upstream has
  implemented in a slightly different fashion.
* debian/rules: enable "CP936" (GBK) CJK encoding support.
* debian/fluid.lintian-overrides: retire per upstream fluid.desktop
  simplification.

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>${EXECUTABLE_NAME}</string>
9
 
        <key>CFBundleIdentifier</key>
10
 
        <string>com.yourcompany.browser</string>
11
 
        <key>CFBundleInfoDictionaryVersion</key>
12
 
        <string>6.0</string>
13
 
        <key>CFBundlePackageType</key>
14
 
        <string>APPL</string>
15
 
        <key>CFBundleSignature</key>
16
 
        <string>????</string>
17
 
        <key>CFBundleVersion</key>
18
 
        <string>1.0</string>
19
 
</dict>
20
 
</plist>