Skip to content

Commit

Permalink
Merge pull request #284 from WideSpectrumComputing/master
Browse files Browse the repository at this point in the history
release candidate: v1.12.8
  • Loading branch information
akornich authored May 14, 2020
2 parents bb14e0b + bb05865 commit 1c9da63
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ The change log has moved to this repo's [GitHub Releases Page](https://github.co

## Release Notes

**1.12.8**
- fix: resolve #283: Add RollbarFramework/* to source_files

**1.12.7**
- fix: resolve #281: Set the correct Rollbar.h location in podspec
- chore: updated samples to the latest pod
Expand Down
2 changes: 1 addition & 1 deletion Rollbar.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|

s.version = "1.12.7"
s.version = "1.12.8"
s.name = "Rollbar"
s.summary = "Objective-C library for crash reporting and logging with Rollbar. It works on iOS and macOS."
s.description = <<-DESC
Expand Down
4 changes: 2 additions & 2 deletions Rollbar.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -4451,7 +4451,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_INJECT_BASE_ENTITLEMENTS = NO;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1.12.7;
CURRENT_PROJECT_VERSION = 1.12.8;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = LDX6L68VZJ;
ENABLE_BITCODE = YES;
Expand Down Expand Up @@ -4516,7 +4516,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_INJECT_BASE_ENTITLEMENTS = NO;
COPY_PHASE_STRIP = YES;
CURRENT_PROJECT_VERSION = 1.12.7;
CURRENT_PROJECT_VERSION = 1.12.8;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = LDX6L68VZJ;
ENABLE_BITCODE = YES;
Expand Down
2 changes: 1 addition & 1 deletion Rollbar/Notifier_DTOs/RollbarConfig.m
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

#pragma mark - constants

static NSString * const NOTIFIER_VERSION = @"1.12.7";
static NSString * const NOTIFIER_VERSION = @"1.12.8";

#define NOTIFIER_NAME_PREFIX = @"rollbar-";
#if TARGET_OS_IPHONE
Expand Down

0 comments on commit 1c9da63

Please sign in to comment.