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

Unified Diff: Info.plist.tmpl

Issue 29322519: Issue 2796 - Added DeveloperIdentifier to Info.plist for Safari 9 (Closed)
Patch Set: Fixed typo in comment Created July 17, 2015, 11:07 a.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 | « no previous file | packagerSafari.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Info.plist.tmpl
===================================================================
--- a/Info.plist.tmpl
+++ b/Info.plist.tmpl
@@ -20,6 +20,10 @@
<string>{{ version }}</string>
<key>CFBundleVersion</key>
<string>{{ version }}</string>
+ {%- if developerIdentifier %}
+ <key>DeveloperIdentifier</key>
+ <string>{{ developerIdentifier }}</string>
+ {%- endif %}
<key>Chrome</key>
<dict>
<key>Database Quota</key>
« no previous file with comments | « no previous file | packagerSafari.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld