Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit 8d8f04e

Browse files
authored
Merge pull request #278 from WideSpectrumComputing/master
release candidate: v1.12.5
2 parents abff101 + d7384ca commit 8d8f04e

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ The change log has moved to this repo's [GitHub Releases Page](https://github.co
2525

2626
## Release Notes
2727

28+
**1.12.5**
29+
- fix: resolve #227: Fix broken Cocoapods push
30+
2831
**1.12.4**
2932
- fix: resolve PR #275: Compile without headermap, to fix header file collisions.
3033
- fix: resolve #244: Demangle.cpp failing to build

Rollbar.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,6 @@ Pod::Spec.new do |s|
133133

134134
s.pod_target_xcconfig = {
135135
"USE_HEADERMAP" => "NO",
136-
"HEADER_SEARCH_PATHS" => "\"$(PODS_ROOT)/Rollbar\""
136+
"HEADER_SEARCH_PATHS" => "\"$(PODS_ROOT)/Rollbar/**\""
137137
}
138138
end

Rollbar.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -4451,7 +4451,7 @@
44514451
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
44524452
CODE_SIGN_INJECT_BASE_ENTITLEMENTS = NO;
44534453
COPY_PHASE_STRIP = NO;
4454-
CURRENT_PROJECT_VERSION = 1.12.4;
4454+
CURRENT_PROJECT_VERSION = 1.12.5;
44554455
DEFINES_MODULE = YES;
44564456
DEVELOPMENT_TEAM = LDX6L68VZJ;
44574457
ENABLE_BITCODE = YES;
@@ -4516,7 +4516,7 @@
45164516
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
45174517
CODE_SIGN_INJECT_BASE_ENTITLEMENTS = NO;
45184518
COPY_PHASE_STRIP = YES;
4519-
CURRENT_PROJECT_VERSION = 1.12.4;
4519+
CURRENT_PROJECT_VERSION = 1.12.5;
45204520
DEFINES_MODULE = YES;
45214521
DEVELOPMENT_TEAM = LDX6L68VZJ;
45224522
ENABLE_BITCODE = YES;

Rollbar/Notifier_DTOs/RollbarConfig.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
#pragma mark - constants
2525

26-
static NSString * const NOTIFIER_VERSION = @"1.12.4";
26+
static NSString * const NOTIFIER_VERSION = @"1.12.5";
2727

2828
#define NOTIFIER_NAME_PREFIX = @"rollbar-";
2929
#if TARGET_OS_IPHONE

0 commit comments

Comments
 (0)