Skip to content

Commit

Permalink
Merge pull request #278 from WideSpectrumComputing/master
Browse files Browse the repository at this point in the history
release candidate: v1.12.5
  • Loading branch information
akornich authored May 12, 2020
2 parents abff101 + d7384ca commit 8d8f04e
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.5**
- fix: resolve #227: Fix broken Cocoapods push

**1.12.4**
- fix: resolve PR #275: Compile without headermap, to fix header file collisions.
- fix: resolve #244: Demangle.cpp failing to build
Expand Down
2 changes: 1 addition & 1 deletion Rollbar.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,6 @@ Pod::Spec.new do |s|

s.pod_target_xcconfig = {
"USE_HEADERMAP" => "NO",
"HEADER_SEARCH_PATHS" => "\"$(PODS_ROOT)/Rollbar\""
"HEADER_SEARCH_PATHS" => "\"$(PODS_ROOT)/Rollbar/**\""
}
end
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.4;
CURRENT_PROJECT_VERSION = 1.12.5;
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.4;
CURRENT_PROJECT_VERSION = 1.12.5;
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.4";
static NSString * const NOTIFIER_VERSION = @"1.12.5";

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

0 comments on commit 8d8f04e

Please sign in to comment.