diff options
author | rowanbeentje <rowan@beent.je> | 2010-03-17 23:51:28 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2010-03-17 23:51:28 +0000 |
commit | 5b6e0e9760c7719456de1ac856daf27e509a42d3 (patch) | |
tree | 008c3ac1919cfcdd97379e52d2465311128443b5 | |
parent | e963cec5171253920651b4e66b340746761e91f1 (diff) | |
download | sequelpro-5b6e0e9760c7719456de1ac856daf27e509a42d3.tar.gz sequelpro-5b6e0e9760c7719456de1ac856daf27e509a42d3.tar.bz2 sequelpro-5b6e0e9760c7719456de1ac856daf27e509a42d3.zip |
- Enable Sparkle anonymous stat collection
-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 a4c48217..75028fc0 100644 --- a/Resources/Info.plist +++ b/Resources/Info.plist @@ -114,5 +114,7 @@ <string>http://www.sequelpro.com/appcast/app-releases.xml</string> <key>SUPublicDSAKeyFile</key> <string>sparkle-public-key.pem</string> + <key>SUEnableSystemProfiling</key> + <true/> </dict> </plist> |