diff options
author | rowanbeentje <rowan@beent.je> | 2010-03-03 01:29:44 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2010-03-03 01:29:44 +0000 |
commit | c96491888011538e6da8ed6b6dd2ef217c845f2b (patch) | |
tree | b5c5b6d1af8369409f099684655496f5ab717ea1 /Resources | |
parent | 300e2cb06db621fb7f651b11e5e1c6bb2f6fbd87 (diff) | |
download | sequelpro-c96491888011538e6da8ed6b6dd2ef217c845f2b.tar.gz sequelpro-c96491888011538e6da8ed6b6dd2ef217c845f2b.tar.bz2 sequelpro-c96491888011538e6da8ed6b6dd2ef217c845f2b.zip |
- Addition and enabling of crash reporting and exception reporting, submitting to a new online repository. Integrates the FeedbackReporter framework.
Diffstat (limited to 'Resources')
-rw-r--r-- | Resources/Info.plist | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Resources/Info.plist b/Resources/Info.plist index 3986be05..ac080f29 100644 --- a/Resources/Info.plist +++ b/Resources/Info.plist @@ -63,6 +63,8 @@ <string>0.9.7</string> <key>CFBundleVersion</key> <string></string> + <key>FRFeedbackReporter.targetURL</key> + <string>http://log.sequelpro.com/submit</string> <key>LSMinimumSystemVersion</key> <string>10.5.0</string> <key>LSMinimumSystemVersionByArchitecture</key> @@ -81,7 +83,7 @@ <key>NSMainNibFile</key> <string>MainMenu</string> <key>NSPrincipalClass</key> - <string>NSApplication</string> + <string>FRExceptionReportingApplication</string> <key>NSServices</key> <array> <dict> |