aboutsummaryrefslogtreecommitdiff
path: root/GTMiPhone-Info.plist
diff options
context:
space:
mode:
authorGravatar Thomas Van Lenten <thomasvl@google.com>2017-11-21 11:50:07 -0500
committerGravatar Thomas Van Lenten <thomasvl@google.com>2017-11-21 11:50:44 -0500
commit8027741fc25e1e3ef409f9fb21503cbc676e077b (patch)
treef0b7eff16fc9473a731cfb3ec0415b84abb3fffa /GTMiPhone-Info.plist
parent66609a28b667de38a73130e5f6e67c2690eddfc9 (diff)
Add CFBundleShortVersionString since things normally should have both keys.
Diffstat (limited to 'GTMiPhone-Info.plist')
-rw-r--r--GTMiPhone-Info.plist2
1 files changed, 2 insertions, 0 deletions
diff --git a/GTMiPhone-Info.plist b/GTMiPhone-Info.plist
index ab83993..9cce104 100644
--- a/GTMiPhone-Info.plist
+++ b/GTMiPhone-Info.plist
@@ -20,5 +20,7 @@
<string>????</string>
<key>CFBundleVersion</key>
<string>1.0</string>
+ <key>CFBundleShortVersionString</key>
+ <string>1.0</string>
</dict>
</plist>