Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Commit

Permalink
Prepare 1.0.3 release with new version, build number and release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
DerAndereAndi committed Mar 22, 2013
1 parent a429f12 commit c9ab45f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ This document describes how to integrate the HockeySDK-Mac into your app. The SD

## Release Notes

Version 1.0.3:

- Added BITSystemProfile class to send analytics data for beta apps when using Sparkle
- Fixed a few compiler warnings
- Fixed crashes when initializing hockey manager in a different autorelease pool than starting the manager
- Fixed a problem when sending crash reports automatically without user interaction
- Fixed showMainApplicationWindow delegate being invoked multiple times in rare cases
- Improvements to installation and setup instructions

Version 1.0.2:

- Include new PLCrashReporter version, which fixes a crash that can happen when the App/System is unloading images from a process
Expand Down
4 changes: 2 additions & 2 deletions Resources/HockeySDK-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0.2</string>
<string>1.0.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>12</string>
<string>13</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2012-2013 HockeyApp, Bit Stadium GmbH. All rights reserved.</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit c9ab45f

Please sign in to comment.