This repository was archived by the owner on Mar 7, 2025. It is now read-only.
File tree 4 files changed +7
-4
lines changed
4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,9 @@ The change log has moved to this repo's [GitHub Releases Page](https://github.co
25
25
26
26
## Release Notes
27
27
28
+ ** 1.12.5**
29
+ - fix: resolve #227 : Fix broken Cocoapods push
30
+
28
31
** 1.12.4**
29
32
- fix: resolve PR #275 : Compile without headermap, to fix header file collisions.
30
33
- fix: resolve #244 : Demangle.cpp failing to build
Original file line number Diff line number Diff line change @@ -133,6 +133,6 @@ Pod::Spec.new do |s|
133
133
134
134
s . pod_target_xcconfig = {
135
135
"USE_HEADERMAP" => "NO" ,
136
- "HEADER_SEARCH_PATHS" => "\" $(PODS_ROOT)/Rollbar\" "
136
+ "HEADER_SEARCH_PATHS" => "\" $(PODS_ROOT)/Rollbar/** \" "
137
137
}
138
138
end
Original file line number Diff line number Diff line change 4451
4451
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
4452
4452
CODE_SIGN_INJECT_BASE_ENTITLEMENTS = NO;
4453
4453
COPY_PHASE_STRIP = NO;
4454
- CURRENT_PROJECT_VERSION = 1.12.4 ;
4454
+ CURRENT_PROJECT_VERSION = 1.12.5 ;
4455
4455
DEFINES_MODULE = YES;
4456
4456
DEVELOPMENT_TEAM = LDX6L68VZJ;
4457
4457
ENABLE_BITCODE = YES;
4516
4516
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
4517
4517
CODE_SIGN_INJECT_BASE_ENTITLEMENTS = NO;
4518
4518
COPY_PHASE_STRIP = YES;
4519
- CURRENT_PROJECT_VERSION = 1.12.4 ;
4519
+ CURRENT_PROJECT_VERSION = 1.12.5 ;
4520
4520
DEFINES_MODULE = YES;
4521
4521
DEVELOPMENT_TEAM = LDX6L68VZJ;
4522
4522
ENABLE_BITCODE = YES;
Original file line number Diff line number Diff line change 23
23
24
24
#pragma mark - constants
25
25
26
- static NSString * const NOTIFIER_VERSION = @" 1.12.4 " ;
26
+ static NSString * const NOTIFIER_VERSION = @" 1.12.5 " ;
27
27
28
28
#define NOTIFIER_NAME_PREFIX = @" rollbar-" ;
29
29
#if TARGET_OS_IPHONE
You can’t perform that action at this time.
0 commit comments