Skip to content

Commit d5ceee9

Browse files
authored
Merge pull request #157 from WideSpectrumComputing/CocoaPodsFix
fix: ref #154
2 parents 8e2d507 + 53bfb90 commit d5ceee9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+237
-11
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ The change log has moved to this repo's [GitHub Releases Page](https://github.co
2525

2626
## Release Notes
2727

28+
### 2.2.3
29+
30+
- fix: resolve #154 - Fix Cocoapods builds.
31+
2832
### 2.2.2
2933

3034
- fix: resolve #154 - Fix Cocoapods builds.

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ All the active development will be done within this SDK repository.
4848
[![Platform](https://img.shields.io/cocoapods/p/RollbarCommon.svg?label=RollbarCommon)](https://docs.rollbar.com/docs/apple)
4949
[![Platform](https://img.shields.io/cocoapods/p/RollbarAUL.svg?label=RollbarAUL)](https://docs.rollbar.com/docs/apple)
5050
[![Platform](https://img.shields.io/cocoapods/p/RollbarSwift.svg?label=RollbarSwift)](https://docs.rollbar.com/docs/apple)
51+
[![Platform](https://img.shields.io/cocoapods/p/RollbarCocoaLumberjack.svg?label=RollbarCocoaLumberjack)](https://docs.rollbar.com/docs/apple)
5152
[![Platform](https://img.shields.io/cocoapods/p/RollbarPLCrashReporter.svg?label=RollbarPLCrashReporter)](https://docs.rollbar.com/docs/apple)
5253
[![Platform](https://img.shields.io/cocoapods/p/RollbarKSCrash.svg?label=RollbarKSCrash)](https://docs.rollbar.com/docs/apple)
5354

@@ -56,6 +57,7 @@ All the active development will be done within this SDK repository.
5657
[![CocoaPods](https://img.shields.io/cocoapods/v/RollbarCommon?label=RollbarCommon)](https://cocoapods.org/pods/RollbarCommon)
5758
[![CocoaPods](https://img.shields.io/cocoapods/v/RollbarAUL?label=RollbarAUL)](https://cocoapods.org/pods/RollbarAUL)
5859
[![CocoaPods](https://img.shields.io/cocoapods/v/RollbarSwift?label=RollbarSwift)](https://cocoapods.org/pods/RollbarSwift)
60+
[![CocoaPods](https://img.shields.io/cocoapods/v/RollbarCocoaLumberjack?label=RollbarCocoaLumberjack)](https://cocoapods.org/pods/RollbarCocoaLumberjack)
5961
[![CocoaPods](https://img.shields.io/cocoapods/v/RollbarPLCrashReporter?label=RollbarPLCrashReporter)](https://cocoapods.org/pods/RollbarPLCrashReporter)
6062
[![CocoaPods](https://img.shields.io/cocoapods/v/RollbarKSCrash?label=RollbarKSCrash)](https://cocoapods.org/pods/RollbarKSCrash)
6163

@@ -88,4 +90,4 @@ See our [Releases](https://github.com/rollbar/rollbar-apple/releases) page for a
8890
- [GitHub Issues](https://github.com/rollbar/rollbar-apple/issues)
8991
- [GitHub Discussions](https://github.com/rollbar/rollbar-apple/discussions)
9092
- [File a bug report](https://github.com/rollbar/rollbar-apple/issues/new)
91-
- Rollbar Support: `[email protected]`
93+
- Rollbar Support: `[email protected]`

RollbarAUL.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
Pod::Spec.new do |s|
99

10-
s.version = "2.2.2"
10+
s.version = "2.2.3"
1111
s.name = "RollbarAUL"
1212
s.summary = "Application or client side SDK for interacting with the Rollbar API Server."
1313
s.description = <<-DESC

RollbarCocoaLumberjack.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
Pod::Spec.new do |s|
99

10-
s.version = "2.2.2"
10+
s.version = "2.2.3"
1111
s.name = "RollbarCocoaLumberjack"
1212
s.summary = "Application or client side SDK for interacting with the Rollbar API Server."
1313
s.description = <<-DESC

RollbarCommon.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
Pod::Spec.new do |s|
99

10-
s.version = "2.2.2"
10+
s.version = "2.2.3"
1111
s.name = "RollbarCommon"
1212
s.summary = "Application or client side SDK for interacting with the Rollbar API Server."
1313
s.description = <<-DESC

RollbarDeploys.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
Pod::Spec.new do |s|
99

10-
s.version = "2.2.2"
10+
s.version = "2.2.3"
1111
s.name = "RollbarDeploys"
1212
s.summary = "Application or client side SDK for interacting with the Rollbar API Server."
1313
s.description = <<-DESC

RollbarKSCrash.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
Pod::Spec.new do |s|
99

10-
s.version = "2.2.2"
10+
s.version = "2.2.3"
1111
s.name = "RollbarKSCrash"
1212
s.summary = "Application or client side SDK for interacting with the Rollbar API Server."
1313
s.description = <<-DESC

RollbarNotifier.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
Pod::Spec.new do |s|
99

10-
s.version = "2.2.2"
10+
s.version = "2.2.3"
1111
s.name = "RollbarNotifier"
1212
s.summary = "Application or client side SDK for interacting with the Rollbar API Server."
1313
s.description = <<-DESC

RollbarNotifier/Sources/RollbarNotifier/DTOs/RollbarConfig.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
#pragma mark - constants
1616

17-
static NSString * const NOTIFIER_VERSION = @"2.2.2";
17+
static NSString * const NOTIFIER_VERSION = @"2.2.3";
1818

1919
static NSString * const NOTIFIER_NAME = @"rollbar-apple";
2020

RollbarNotifier/Sources/RollbarNotifier/include/RollbarAppLanguage.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#ifndef RollbarAppLanguage_h
2+
#define RollbarAppLanguage_h
3+
14
@import Foundation;
25

36
NS_ASSUME_NONNULL_BEGIN
@@ -24,3 +27,5 @@ typedef NS_ENUM(NSUInteger, RollbarAppLanguage) {
2427
@end
2528

2629
NS_ASSUME_NONNULL_END
30+
31+
#endif //RollbarAppLanguage_h

0 commit comments

Comments
 (0)