diff options
author | Stuart Connolly <stuart02@gmail.com> | 2014-01-20 20:32:50 +0000 |
---|---|---|
committer | Stuart Connolly <stuart02@gmail.com> | 2014-01-20 20:32:50 +0000 |
commit | e3a4e458ea66bbd5cb3440c0b6402c5ad5031e58 (patch) | |
tree | 441c547384018214045c36f9080817df9f74e5e4 /Resources | |
parent | 0d1e5180d575e6191362ae4ba411d240da93c14d (diff) | |
download | sequelpro-e3a4e458ea66bbd5cb3440c0b6402c5ad5031e58.tar.gz sequelpro-e3a4e458ea66bbd5cb3440c0b6402c5ad5031e58.tar.bz2 sequelpro-e3a4e458ea66bbd5cb3440c0b6402c5ad5031e58.zip |
Set the revision long hash in the Info.plist so we can send it to our crash report system.
Diffstat (limited to 'Resources')
-rw-r--r-- | Resources/Plists/Info.plist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Resources/Plists/Info.plist b/Resources/Plists/Info.plist index d2107a25..7522acc0 100644 --- a/Resources/Plists/Info.plist +++ b/Resources/Plists/Info.plist @@ -178,6 +178,8 @@ <string></string> <key>SPVersionShortHash</key> <string></string> + <key>SPVersionLongHash</key> + <string></string> <key>FRFeedbackReporter.maxConsoleLogSize</key> <integer>10000</integer> <key>FRFeedbackReporter.targetURL</key> |