Skip to content
This repository has been archived by the owner on Feb 19, 2020. It is now read-only.

Commit

Permalink
Update to version 3.5.0 Beta 2
Browse files Browse the repository at this point in the history
  • Loading branch information
DerAndereAndi committed Sep 16, 2013
1 parent 64d7700 commit 19f6e76
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 15 deletions.
2 changes: 1 addition & 1 deletion HockeySDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'HockeySDK'
s.version = '3.5.0b1'
s.version = '3.5.0b2'
s.license = 'MIT'
s.platform = :ios, '5.0'
s.summary = 'Distribute beta apps and collect crash reports with HockeyApp.'
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Version 3.5.0b1
## Version 3.5.0b2

- [Changelog](http://www.hockeyapp.net/help/sdk/ios/3.5.0b1/docs/docs/Changelog.html)
- [Changelog](http://www.hockeyapp.net/help/sdk/ios/3.5.0b2/docs/docs/Changelog.html)


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

## Installation & Setup

- [Installation & Setup](http://www.hockeyapp.net/help/sdk/ios/3.5.0b1/docs/docs/Guide-Installation-Setup.html) (Recommended)
- [Installation & Setup Advanced](http://www.hockeyapp.net/help/sdk/ios/3.5.0b1/docs/docs/Guide-Installation-Setup-Advanced.html) (Using Git submodule and Xcode sub-project)
- [Migration from previous SDK Versions](http://www.hockeyapp.net/help/sdk/ios/3.5.0b1/docs/docs/Guide-Migration-Kits.html)
- [Installation & Setup](http://www.hockeyapp.net/help/sdk/ios/3.5.0b2/docs/docs/Guide-Installation-Setup.html) (Recommended)
- [Installation & Setup Advanced](http://www.hockeyapp.net/help/sdk/ios/3.5.0b2/docs/docs/Guide-Installation-Setup-Advanced.html) (Using Git submodule and Xcode sub-project)
- [Migration from previous SDK Versions](http://www.hockeyapp.net/help/sdk/ios/3.5.0b2/docs/docs/Guide-Migration-Kits.html)
- [Mac Desktop Uploader](http://support.hockeyapp.net/kb/how-tos/how-to-upload-to-hockeyapp-on-a-mac)


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

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

The documentation is also available via the following URL: [http://hockeyapp.net/help/sdk/ios/3.5.0b1/](http://hockeyapp.net/help/sdk/ios/3.5.0b1/)
The documentation is also available via the following URL: [http://hockeyapp.net/help/sdk/ios/3.5.0b2/](http://hockeyapp.net/help/sdk/ios/3.5.0b2/)
4 changes: 2 additions & 2 deletions Support/buildnumber.xcconfig
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include "HockeySDK.xcconfig"

BUILD_NUMBER = 17
VERSION_STRING = 3.5.0b1
BUILD_NUMBER = 18
VERSION_STRING = 3.5.0b2
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) BITHOCKEY_VERSION="@\""$(VERSION_STRING)"\""
BIT_ARM_ARCHS = armv7 armv7s arm64
BIT_SIM_ARCHS = x86_64 i386
Expand Down
17 changes: 17 additions & 0 deletions docs/Changelog-template.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## Version 3.5.0 Beta 2

- General

- [NEW] Added support for apps starting in the background
- [UPDATE] Added updated CocoaSpec
- [BUGFIX] Various documentation improvements

- Ad-Hoc/Enterprise Authentication

- [BUGFIX] Fix duplicate count of installations

- Ad-Hoc/Enterprise Updates

- [BUGFIX] Update view not showing any versions
- [BUGFIX] Fix a crash presenting the update view on iOS 5 and iOS 6

## Version 3.5.0 Beta 1

- General
Expand Down
6 changes: 3 additions & 3 deletions docs/Guide-Installation-Setup-Advanced-template.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Version 3.5.0b1
## Version 3.5.0b5

- [Changelog](http://www.hockeyapp.net/help/sdk/ios/3.5.0b1/docs/docs/Changelog.html)
- [Changelog](http://www.hockeyapp.net/help/sdk/ios/3.5.0b2/docs/docs/Changelog.html)

## Introduction

Expand Down Expand Up @@ -147,4 +147,4 @@ This documentation provides integrated help in Xcode for all public APIs and a s

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

The documentation is also available via the following URL: [http://hockeyapp.net/help/sdk/ios/3.5.0b1/](http://hockeyapp.net/help/sdk/ios/3.5.0b1/)
The documentation is also available via the following URL: [http://hockeyapp.net/help/sdk/ios/3.5.0b2/](http://hockeyapp.net/help/sdk/ios/3.5.0b2/)
6 changes: 3 additions & 3 deletions docs/Guide-Installation-Setup-template.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Version 3.5.0b1
## Version 3.5.0b2

- [Changelog](http://www.hockeyapp.net/help/sdk/ios/3.5.0b1/docs/docs/Changelog.html)
- [Changelog](http://www.hockeyapp.net/help/sdk/ios/3.5.0b2/docs/docs/Changelog.html)

## Introduction

Expand Down Expand Up @@ -114,4 +114,4 @@ This documentation provides integrated help in Xcode for all public APIs and a s

1. Copy `de.bitstadium.HockeySDK-iOS-3.5.0.docset` into ~`/Library/Developer/Shared/Documentation/DocSet`

The documentation is also available via the following URL: [http://hockeyapp.net/help/sdk/ios/3.5.0b1/](http://hockeyapp.net/help/sdk/ios/3.5.0b1/)
The documentation is also available via the following URL: [http://hockeyapp.net/help/sdk/ios/3.5.0b2/](http://hockeyapp.net/help/sdk/ios/3.5.0b2/)

0 comments on commit 19f6e76

Please sign in to comment.