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

Commit

Permalink
Update version and documentation for 2.1.0 Beta 2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
DerAndereAndi committed Feb 15, 2014
1 parent 6d668aa commit 279851a
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 10 deletions.
6 changes: 3 additions & 3 deletions HockeySDK-Mac.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'HockeySDK-Mac'
s.version = '2.1.0-b.1'
s.version = '2.1.0-b.2'

s.summary = 'Collect crash reports with HockeyApp.'
s.description = <<-DESC
Expand All @@ -12,11 +12,11 @@ Pod::Spec.new do |s|
DESC

s.homepage = 'http://hockeyapp.net/'
s.documentation_url = 'http://hockeyapp.net/help/sdk/mac/2.1.0-b.1/'
s.documentation_url = 'http://hockeyapp.net/help/sdk/mac/2.1.0-b.2/'

s.license = { :type => 'MIT', :file => 'HockeySDK-Mac/LICENSE.txt' }
s.author = { 'Andreas Linde' => '[email protected]', 'Thomas Dohmke' => "[email protected]" }
s.source = { :http => "http://download.hockeyapp.net/sdk/mac/HockeySDK-Mac-2.1.0-b.1.zip" }
s.source = { :http => "http://download.hockeyapp.net/sdk/mac/HockeySDK-Mac-2.1.0-b.2.zip" }

s.platform = :osx, '10.6'
s.osx.deployment_target = 10.6
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Version 2.1.0 Beta 1
## Version 2.1.0 Beta 2

- [Changelog](http://www.hockeyapp.net/help/sdk/mac/2.1.0-b.1/docs/docs/Changelog.html)
- [Changelog](http://www.hockeyapp.net/help/sdk/mac/2.1.0-b.2/docs/docs/Changelog.html)


## Introduction
Expand All @@ -25,7 +25,7 @@ The main SDK class is `BITHockeyManager`. It initializes all modules and provide

## Installation & Setup

- [Installation & Setup](http://www.hockeyapp.net/help/sdk/mac/2.1.0-b.1/docs/docs/Guide-Installation-Setup.html)
- [Installation & Setup](http://www.hockeyapp.net/help/sdk/mac/2.1.0-b.2/docs/docs/Guide-Installation-Setup.html)
- [Mac Desktop Uploader](http://support.hockeyapp.net/kb/how-tos/how-to-upload-to-hockeyapp-on-a-mac)


Expand All @@ -39,5 +39,5 @@ This documentation provides integrated help in Xcode for all public APIs and a s

3. Copy the content into ~`/Library/Developer/Shared/Documentation/DocSets`

The documentation is also available via the following URL: [http://hockeyapp.net/help/sdk/mac/2.1.0-b.1/](http://hockeyapp.net/help/sdk/mac/2.1.0-b.1/)
The documentation is also available via the following URL: [http://hockeyapp.net/help/sdk/mac/2.1.0-b.2/](http://hockeyapp.net/help/sdk/mac/2.1.0-b.2/)

6 changes: 3 additions & 3 deletions Support/buildnumber.xcconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include "HockeySDK.xcconfig"

BUILD_NUMBER = 20
VERSION_STRING = 2.1.0-b.1
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) BITHOCKEY_VERSION="@\"2.1.0-b.1\""
BUILD_NUMBER = 21
VERSION_STRING = 2.1.0-b.2
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) BITHOCKEY_VERSION="@\"2.1.0-b.2\""
5 changes: 5 additions & 0 deletions docs/Changelog-template.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Version 2.1 Beta 2

- [BUGFIX] Fixed a bug in french localization files that could cause the crash report UI to crash
- [BUGFIX] Enabled `Skip Install` for the Framework target. This fixes a warning when archiving a project and including the SDK as a subproject

## Version 2.1 Beta 1

- [NEW] Crash Reports now provide the selector name e.g. for crashes in `objc_MsgSend`
Expand Down

0 comments on commit 279851a

Please sign in to comment.