Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: packagerSafari.py

Issue 5457592327340032: Use full version number for the displayed version on Safari (Closed)
Patch Set: Created Jan. 16, 2014, 3:09 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Info.plist.tmpl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packagerSafari.py
===================================================================
--- a/packagerSafari.py
+++ b/packagerSafari.py
@@ -87,7 +87,6 @@
return template.render(
basename=metadata.get('general', 'basename'),
version=params['version'],
- shortVersion=metadata.get('general', 'version'),
releaseBuild=params['releaseBuild'],
name=catalog['name']['message'],
description=catalog['description_safari']['message'],
« no previous file with comments | « Info.plist.tmpl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld