diff options
author | rowanbeentje <rowan@beent.je> | 2009-03-26 02:29:06 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2009-03-26 02:29:06 +0000 |
commit | 8e148297c9ef0feda357265c91597d85769db6df (patch) | |
tree | 4c310ed1669c92ea0e93ff02717a5026e391b2de /Resources/Info.plist | |
parent | 805aacd10db95bfe5db463a4a4e79efb8a9c8a95 (diff) | |
download | sequelpro-8e148297c9ef0feda357265c91597d85769db6df.tar.gz sequelpro-8e148297c9ef0feda357265c91597d85769db6df.tar.bz2 sequelpro-8e148297c9ef0feda357265c91597d85769db6df.zip |
- Update Sparkle to 1.5b6 (from 1.5b1). This should address Issue #197 as soon as the new framework is used (ie before 0.9.6)
- Add a public key to the project and add a link to it in Info.plist for use by Sparkle when verifying future updates
- Add a new build configuration (Distribution), and add a new script for use with only that configuration - constructs a basic disk image, asks for the private key file, and signs it.
Diffstat (limited to 'Resources/Info.plist')
-rw-r--r-- | Resources/Info.plist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Resources/Info.plist b/Resources/Info.plist index ce1a9673..327b5058 100644 --- a/Resources/Info.plist +++ b/Resources/Info.plist @@ -78,5 +78,7 @@ </array> <key>SUFeedURL</key> <string>http://sequelpro.com/appcast/app-releases.xml</string> + <key>SUPublicDSAKeyFile</key> + <string>sparkle-public-key.pem</string> </dict> </plist> |