~ubuntu-branches/debian/sid/calibre/sid

« back to all changes in this revision

Viewing changes to setup/installer/osx/app/main.py

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2014-05-14 18:17:50 UTC
  • mto: This revision was merged to the branch mainline in revision 75.
  • Revision ID: package-import@ubuntu.com-20140514181750-efj1wymey2vb4cao
Tags: upstream-1.36.0+dfsg
ImportĀ upstreamĀ versionĀ 1.36.0+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
357
357
                CFBundleIconFile='library.icns',
358
358
                LSMultipleInstancesProhibited=True,
359
359
                NSHighResolutionCapable=True,
 
360
                LSApplicationCategoryType='public.app-category.productivity',
360
361
                LSEnvironment=env
361
362
        )
362
363
        plistlib.writePlist(pl, join(self.contents_dir, 'Info.plist'))