Skip to content

Commit

Permalink
Merge pull request #766 from Microsoft/develop
Browse files Browse the repository at this point in the history
Release 0.12.2
  • Loading branch information
jaeklim authored Sep 20, 2017
2 parents 7c4f4f4 + 7c67e60 commit 83f6b54
Show file tree
Hide file tree
Showing 84 changed files with 1,838 additions and 1,063 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Mobile Center SDK for iOS Change Log

## Version 0.12.2

This version contains a buf fix and improvements. **Verified all functionalities against iOS 11 GM.**

### MobileCenterCrashes

* **[Improvement]** Added a millisecond precision to crash logs for more accurate log time.

### MobileCenterDistribute

* **[Improvement]** Improved swizzling behavior for deprecated `openURL` method if it is used by applications.
* **[Fix]** Fixed being stuck on activating in-app update. It is back to open Safari in-app page for activation.

___

## Version 0.12.1

This version contains bug fixes.
Expand Down
2 changes: 1 addition & 1 deletion Config/Global.xcconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
BUILD_NUMBER = 1
VERSION_STRING = 0.12.1
VERSION_STRING = 0.12.2

// :Mark: Architectures
MS_WATCH_ARCHS = armv7k
Expand Down
2 changes: 1 addition & 1 deletion Documentation/iOS/MobileCenter/.jazzy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sdk: iphonesimulator
theme: ../../Themes/apple

module: MobileCenter
module_version: 0.12.1
module_version: 0.12.2
author: Microsoft Corp
author_url: http://www.microsoft.com

Expand Down
2 changes: 1 addition & 1 deletion Documentation/iOS/MobileCenterAnalytics/.jazzy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sdk: iphonesimulator
theme: ../../Themes/apple

module: MobileCenterAnalytics
module_version: 0.12.1
module_version: 0.12.2
author: Microsoft Corp
author_url: http://www.microsoft.com

Expand Down
2 changes: 1 addition & 1 deletion Documentation/iOS/MobileCenterCrashes/.jazzy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sdk: iphonesimulator
theme: ../../Themes/apple

module: Crashes
module_version: 0.12.1
module_version: 0.12.2
author: Microsoft Corp
author_url: http://www.microsoft.com

Expand Down
2 changes: 1 addition & 1 deletion Documentation/iOS/MobileCenterDistribute/.jazzy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sdk: iphonesimulator
theme: ../../Themes/apple

module: Distribute
module_version: 0.12.1
module_version: 0.12.2
author: Microsoft Corp
author_url: http://www.microsoft.com

Expand Down
2 changes: 1 addition & 1 deletion Documentation/iOS/MobileCenterPush/.jazzy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sdk: iphonesimulator
theme: ../../Themes/apple

module: MobileCenterPush
module_version: 0.12.1
module_version: 0.12.2
author: Microsoft Corp
author_url: http://www.microsoft.com

Expand Down
2 changes: 1 addition & 1 deletion Documentation/macOS/MobileCenter/.jazzy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sdk: macosx
theme: ../../Themes/apple

module: MobileCenter
module_version: 0.12.1
module_version: 0.12.2
author: Microsoft Corp
author_url: http://www.microsoft.com

Expand Down
2 changes: 1 addition & 1 deletion Documentation/macOS/MobileCenterAnalytics/.jazzy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sdk: macosx
theme: ../../Themes/apple

module: MobileCenterAnalytics
module_version: 0.12.1
module_version: 0.12.2
author: Microsoft Corp
author_url: http://www.microsoft.com

Expand Down
2 changes: 1 addition & 1 deletion Documentation/macOS/MobileCenterCrashes/.jazzy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sdk: macosx
theme: ../../Themes/apple

module: Crashes
module_version: 0.12.1
module_version: 0.12.2
author: Microsoft Corp
author_url: http://www.microsoft.com

Expand Down
2 changes: 1 addition & 1 deletion Documentation/macOS/MobileCenterPush/.jazzy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sdk: macosx
theme: ../../Themes/apple

module: MobileCenterPush
module_version: 0.12.1
module_version: 0.12.2
author: Microsoft Corp
author_url: http://www.microsoft.com

Expand Down
2 changes: 1 addition & 1 deletion Documentation/tvOS/MobileCenter/.jazzy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sdk: appletvsimulator
theme: ../../Themes/apple

module: MobileCenter
module_version: 0.12.1
module_version: 0.12.2
author: Microsoft Corp
author_url: http://www.microsoft.com

Expand Down
2 changes: 1 addition & 1 deletion Documentation/tvOS/MobileCenterAnalytics/.jazzy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sdk: appletvsimulator
theme: ../../Themes/apple

module: MobileCenterAnalytics
module_version: 0.12.1
module_version: 0.12.2
author: Microsoft Corp
author_url: http://www.microsoft.com

Expand Down
2 changes: 1 addition & 1 deletion Documentation/tvOS/MobileCenterCrashes/.jazzy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sdk: appletvsimulator
theme: ../../Themes/apple

module: Crashes
module_version: 0.12.1
module_version: 0.12.2
author: Microsoft Corp
author_url: http://www.microsoft.com

Expand Down
2 changes: 1 addition & 1 deletion MobileCenter.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'MobileCenter'
s.version = '0.12.1'
s.version = '0.12.2'

s.summary = 'Mobile Center is mission control for mobile apps. Get faster release cycles, higher-quality apps, and the insights to build what users want.'
s.description = <<-DESC
Expand Down
30 changes: 0 additions & 30 deletions MobileCenter/MobileCenter.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ NS_ASSUME_NONNULL_BEGIN

/**
* Flush debugging traces accumulated until now.
* TODO: We should find a way for customers to set the log level in their configuration somehow so that it'll be set at
* the time of the swizzling. This will allow having swizzling traces in real time, in that case we can remove the whole
* trace buffer mechanism.
*/
+ (void)flushTraceBuffer;

Expand Down
Loading

0 comments on commit 83f6b54

Please sign in to comment.