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

Commit

Permalink
3.6.3 release and documentation updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Linde committed Apr 24, 2015
1 parent 6ea387f commit 05ce740
Show file tree
Hide file tree
Showing 7 changed files with 42 additions and 18 deletions.
6 changes: 3 additions & 3 deletions HockeySDK.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'HockeySDK'
s.version = '3.6.2'
s.version = '3.6.3'

s.summary = 'Collect live crash reports, get feedback from your users, distribute your betas, and analyze your test coverage with HockeyApp.'
s.description = <<-DESC
Expand All @@ -12,7 +12,7 @@ Pod::Spec.new do |s|
DESC

s.homepage = 'http://hockeyapp.net/'
s.documentation_url = 'http://hockeyapp.net/help/sdk/ios/3.6.2/'
s.documentation_url = 'http://hockeyapp.net/help/sdk/ios/3.6.3/'

s.license = 'MIT'
s.author = { 'Andreas Linde' => 'mail@andreaslinde.de', 'Thomas Dohmke' => "thomas@dohmke.de" }
Expand All @@ -24,7 +24,7 @@ Pod::Spec.new do |s|

s.frameworks = 'AssetsLibrary', 'CoreText', 'CoreGraphics', 'MobileCoreServices', 'QuartzCore', 'QuickLook', 'Security', 'SystemConfiguration', 'UIKit'
s.ios.vendored_frameworks = 'Vendor/CrashReporter.framework'
s.xcconfig = {'GCC_PREPROCESSOR_DEFINITIONS' => %{$(inherited) BITHOCKEY_VERSION="@\\"#{s.version}\\"" BITHOCKEY_C_VERSION="\\"#{s.version}\\"" BITHOCKEY_BUILD="@\\"35\\"" BITHOCKEY_C_BUILD="\\"35\\""} }
s.xcconfig = {'GCC_PREPROCESSOR_DEFINITIONS' => %{$(inherited) BITHOCKEY_VERSION="@\\"#{s.version}\\"" BITHOCKEY_C_VERSION="\\"#{s.version}\\"" BITHOCKEY_BUILD="@\\"36\\"" BITHOCKEY_C_BUILD="\\"36\\""} }
s.resource_bundle = { 'HockeySDKResources' => ['Resources/*.png', 'Resources/*.lproj'] }
s.preserve_paths = 'Resources', 'Support'
s.private_header_files = 'Classes/*Private.h'
Expand Down
6 changes: 3 additions & 3 deletions LICENSE
Expand Up @@ -3,7 +3,7 @@
The Hockey SDK is provided under the following license:

The MIT License
Copyright (c) 2012-2014 HockeyApp, Bit Stadium GmbH.
Copyright (c) 2012-2015 HockeyApp, Bit Stadium GmbH.
All rights reserved.

Permission is hereby granted, free of charge, to any person
Expand All @@ -30,8 +30,8 @@ The Hockey SDK is provided under the following license:
Except as noted below, PLCrashReporter
is provided under the following license:

Copyright (c) 2008 - 2014 Plausible Labs Cooperative, Inc.
Copyright (c) 2012 - 2014 HockeyApp, Bit Stadium GmbH.
Copyright (c) 2008 - 2015 Plausible Labs Cooperative, Inc.
Copyright (c) 2012 - 2015 HockeyApp, Bit Stadium GmbH.
All rights reserved.

Permission is hereby granted, free of charge, to any person
Expand Down
8 changes: 4 additions & 4 deletions README.md
@@ -1,6 +1,6 @@
## Version 3.6.2
## Version 3.6.3

- [Changelog](http://www.hockeyapp.net/help/sdk/ios/3.6.2/docs/docs/Changelog.html)
- [Changelog](http://www.hockeyapp.net/help/sdk/ios/3.6.3/docs/docs/Changelog.html)


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

## Installation & Setup

- [Installation & Setup](http://www.hockeyapp.net/help/sdk/ios/3.6.2/docs/docs/Guide-Installation-Setup.html) (Recommended)
- [Installation & Setup](http://www.hockeyapp.net/help/sdk/ios/3.6.3/docs/docs/Guide-Installation-Setup.html) (Recommended)
- [Installation & Setup Advanced](http://www.hockeyapp.net/help/sdk/ios/3.6.2/docs/docs/Guide-Installation-Setup-Advanced.html) (Using Git submodule and Xcode sub-project)
- [Identify and authenticate users of Ad-Hoc or Enterprise builds](http://www.hockeyapp.net/help/sdk/ios/3.6.2/docs/docs/HowTo-Authenticating-Users-on-iOS.html)
- [Migration from previous SDK Versions](http://www.hockeyapp.net/help/sdk/ios/3.6.2/docs/docs/Guide-Migration-Kits.html)
Expand All @@ -47,4 +47,4 @@ 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/ios/3.6.2/](http://hockeyapp.net/help/sdk/ios/3.6.2/)
The documentation is also available via the following URL: [http://hockeyapp.net/help/sdk/ios/3.6.3/](http://hockeyapp.net/help/sdk/ios/3.6.3/)
4 changes: 2 additions & 2 deletions Support/buildnumber.xcconfig
@@ -1,7 +1,7 @@
#include "HockeySDK.xcconfig"

BUILD_NUMBER = 35
VERSION_STRING = 3.6.2
BUILD_NUMBER = 36
VERSION_STRING = 3.6.3
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) BITHOCKEY_VERSION="@\""$(VERSION_STRING)"\"" BITHOCKEY_BUILD="@\""$(BUILD_NUMBER)"\"" BITHOCKEY_C_VERSION="\""$(VERSION_STRING)"\"" BITHOCKEY_C_BUILD="\""$(BUILD_NUMBER)"\""
BIT_ARM_ARCHS = armv7 armv7s arm64
BIT_SIM_ARCHS = x86_64 i386
Expand Down
24 changes: 24 additions & 0 deletions docs/Changelog-template.md
@@ -1,3 +1,27 @@
## Version 3.6.3

- [NEW] `BITCrashManager`: Added launch time to crash reports
- [NEW] `BITFeedbackManager`: Added support for setting tintColor for feedback list buttons
- [NEW] `BITFeedbackManager`: Added `feedbackComposerPreparedItems` to prefill feedback compose UI message with given items
- [NEW] `BITUpdateManagerDelegate`: Added `willStartDownloadAndUpdate` to be notified before beta update starts
- [UPDATE] Improved CocoaPods support to allow building as a native iOS 8 framework
- [UPDATE] Keychain is now accessed with `kSecAttrAccessibleAlwaysThisDeviceOnly` to support apps that are running in the background and the device is still locked
- [UPDATE] Reduced file size of images in `HockeySDKResources.bundle` by 63%
- [UPDATE] `BITCrashManager`: `timeintervalCrashInLastSessionOccured` property is deprecated due to typo, use `timeIntervalCrashInLastSessionOccurred` instead
- [UPDATE] `BITFeedbackManager`: `BITFeedbackListViewCellPresentatationStyle` is deprecated due to a typo, use `BITFeedbackListViewCellPresentationStyle` instead
- [UPDATE] `BITAuthenticator`: Use NSLog instead of an UIAlertView in case of keychain issues
- [BUGFIX] `BITCrashManager`: Fixed issue with `appNotTerminatingCleanlyDetection` for some scenarios
- [BUGFIX] `BITFeedbackManager`: Fixed a crash when deleting feedback attachments
- [BUGFIX] `BITFeedbackManager`: Fixed a crash related to viewing attachments
- [BUGFIX] `BITFeedbackManager`: Fixed landscape screenshot issues in iOS 8
- [BUGFIX] `BITFeedbackManager`: Fixed various issues in feedback compose UI
- [BUGFIX] `BITFeedbackManager`: Fixed loading issues for attachments in feedback UI
- [BUGFIX] `BITFeedbackManager`: Fixed statusbar issues and the image attachment picker with apps not showing a status bar
- [BUGFIX] Removed a header file from the crash only build that is not needed
- [BUGFIX] Fixed various typos in documentation, properties
- [BUGFIX] Fixed various compiler warnings
- [BUGFIX] Various additional fixes

## Version 3.6.2

- [UPDATE] Store anonymous UUID asynchronously into the keychain to work around rare keychain blocking behavior
Expand Down
6 changes: 3 additions & 3 deletions docs/Guide-Installation-Setup-Advanced-template.md
@@ -1,6 +1,6 @@
## Version 3.6.2
## Version 3.6.3

- [Changelog](http://www.hockeyapp.net/help/sdk/ios/3.6.2/docs/docs/Changelog.html)
- [Changelog](http://www.hockeyapp.net/help/sdk/ios/3.6.3/docs/docs/Changelog.html)

## Introduction

Expand Down Expand Up @@ -166,7 +166,7 @@ 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/ios/3.6.2/](http://hockeyapp.net/help/sdk/ios/3.6.2/)
The documentation is also available via the following URL: [http://hockeyapp.net/help/sdk/ios/3.6.3/](http://hockeyapp.net/help/sdk/ios/3.6.3/)

### Set up with xcconfig

Expand Down
6 changes: 3 additions & 3 deletions docs/Guide-Installation-Setup-template.md
@@ -1,6 +1,6 @@
## Version 3.6.2
## Version 3.6.3

- [Changelog](http://www.hockeyapp.net/help/sdk/ios/3.6.2/docs/docs/Changelog.html)
- [Changelog](http://www.hockeyapp.net/help/sdk/ios/3.6.3/docs/docs/Changelog.html)

## Introduction

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

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

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

### Set up with xcconfig

Expand Down

0 comments on commit 05ce740

Please sign in to comment.