From d7384ca6571cd9f2c75a0bc6a4e209b9b246c368 Mon Sep 17 00:00:00 2001 From: Andrey Kornich Date: Mon, 11 May 2020 17:34:01 -0700 Subject: [PATCH] - fix: resolve #227: Fix broken Cocoapods push --- CHANGELOG.md | 3 +++ Rollbar.podspec | 2 +- Rollbar.xcodeproj/project.pbxproj | 4 ++-- Rollbar/Notifier_DTOs/RollbarConfig.m | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e168eab..cad9780 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Rollbar.podspec b/Rollbar.podspec index 2a56ad5..5f1b07f 100644 --- a/Rollbar.podspec +++ b/Rollbar.podspec @@ -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 diff --git a/Rollbar.xcodeproj/project.pbxproj b/Rollbar.xcodeproj/project.pbxproj index 1a8abb4..8cd8f1c 100644 --- a/Rollbar.xcodeproj/project.pbxproj +++ b/Rollbar.xcodeproj/project.pbxproj @@ -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; @@ -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; diff --git a/Rollbar/Notifier_DTOs/RollbarConfig.m b/Rollbar/Notifier_DTOs/RollbarConfig.m index 11e6fda..250c9d2 100644 --- a/Rollbar/Notifier_DTOs/RollbarConfig.m +++ b/Rollbar/Notifier_DTOs/RollbarConfig.m @@ -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