Skip to content

Commit

Permalink
Merge pull request #157 from WideSpectrumComputing/CocoaPodsFix
Browse files Browse the repository at this point in the history
fix: ref #154
  • Loading branch information
akornich authored Apr 20, 2022
2 parents 8e2d507 + 53bfb90 commit d5ceee9
Show file tree
Hide file tree
Showing 56 changed files with 237 additions and 11 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ The change log has moved to this repo's [GitHub Releases Page](https://github.co

## Release Notes

### 2.2.3

- fix: resolve #154 - Fix Cocoapods builds.

### 2.2.2

- fix: resolve #154 - Fix Cocoapods builds.
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ All the active development will be done within this SDK repository.
[![Platform](https://img.shields.io/cocoapods/p/RollbarCommon.svg?label=RollbarCommon)](https://docs.rollbar.com/docs/apple)
[![Platform](https://img.shields.io/cocoapods/p/RollbarAUL.svg?label=RollbarAUL)](https://docs.rollbar.com/docs/apple)
[![Platform](https://img.shields.io/cocoapods/p/RollbarSwift.svg?label=RollbarSwift)](https://docs.rollbar.com/docs/apple)
[![Platform](https://img.shields.io/cocoapods/p/RollbarCocoaLumberjack.svg?label=RollbarCocoaLumberjack)](https://docs.rollbar.com/docs/apple)
[![Platform](https://img.shields.io/cocoapods/p/RollbarPLCrashReporter.svg?label=RollbarPLCrashReporter)](https://docs.rollbar.com/docs/apple)
[![Platform](https://img.shields.io/cocoapods/p/RollbarKSCrash.svg?label=RollbarKSCrash)](https://docs.rollbar.com/docs/apple)

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

Expand Down Expand Up @@ -88,4 +90,4 @@ See our [Releases](https://github.com/rollbar/rollbar-apple/releases) page for a
- [GitHub Issues](https://github.com/rollbar/rollbar-apple/issues)
- [GitHub Discussions](https://github.com/rollbar/rollbar-apple/discussions)
- [File a bug report](https://github.com/rollbar/rollbar-apple/issues/new)
- Rollbar Support: `[email protected]`
- Rollbar Support: `[email protected]`
2 changes: 1 addition & 1 deletion RollbarAUL.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

Pod::Spec.new do |s|

s.version = "2.2.2"
s.version = "2.2.3"
s.name = "RollbarAUL"
s.summary = "Application or client side SDK for interacting with the Rollbar API Server."
s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion RollbarCocoaLumberjack.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

Pod::Spec.new do |s|

s.version = "2.2.2"
s.version = "2.2.3"
s.name = "RollbarCocoaLumberjack"
s.summary = "Application or client side SDK for interacting with the Rollbar API Server."
s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion RollbarCommon.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

Pod::Spec.new do |s|

s.version = "2.2.2"
s.version = "2.2.3"
s.name = "RollbarCommon"
s.summary = "Application or client side SDK for interacting with the Rollbar API Server."
s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion RollbarDeploys.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

Pod::Spec.new do |s|

s.version = "2.2.2"
s.version = "2.2.3"
s.name = "RollbarDeploys"
s.summary = "Application or client side SDK for interacting with the Rollbar API Server."
s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion RollbarKSCrash.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

Pod::Spec.new do |s|

s.version = "2.2.2"
s.version = "2.2.3"
s.name = "RollbarKSCrash"
s.summary = "Application or client side SDK for interacting with the Rollbar API Server."
s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion RollbarNotifier.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

Pod::Spec.new do |s|

s.version = "2.2.2"
s.version = "2.2.3"
s.name = "RollbarNotifier"
s.summary = "Application or client side SDK for interacting with the Rollbar API Server."
s.description = <<-DESC
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

#pragma mark - constants

static NSString * const NOTIFIER_VERSION = @"2.2.2";
static NSString * const NOTIFIER_VERSION = @"2.2.3";

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

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#ifndef RollbarAppLanguage_h
#define RollbarAppLanguage_h

@import Foundation;

NS_ASSUME_NONNULL_BEGIN
Expand All @@ -24,3 +27,5 @@ typedef NS_ENUM(NSUInteger, RollbarAppLanguage) {
@end

NS_ASSUME_NONNULL_END

#endif //RollbarAppLanguage_h
5 changes: 5 additions & 0 deletions RollbarNotifier/Sources/RollbarNotifier/include/RollbarBody.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#ifndef RollbarBody_h
#define RollbarBody_h

@import RollbarCommon;

@class RollbarTelemetry;
Expand Down Expand Up @@ -65,3 +68,5 @@ NS_ASSUME_NONNULL_BEGIN
@end

NS_ASSUME_NONNULL_END

#endif //RollbarBody_h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#ifndef RollbarCallStackFrame_h
#define RollbarCallStackFrame_h

@import RollbarCommon;

@class RollbarCallStackFrameContext;
Expand Down Expand Up @@ -73,3 +76,5 @@ NS_ASSUME_NONNULL_BEGIN
@end

NS_ASSUME_NONNULL_END

#endif //RollbarCallStackFrame_h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#ifndef RollbarCallStackFrameContext_h
#define RollbarCallStackFrameContext_h

@import RollbarCommon;

NS_ASSUME_NONNULL_BEGIN
Expand Down Expand Up @@ -26,3 +29,5 @@ NS_ASSUME_NONNULL_BEGIN
@end

NS_ASSUME_NONNULL_END

#endif //RollbarCallStackFrameContext_h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#ifndef RollbarCaptureIpType_h
#define RollbarCaptureIpType_h

@import Foundation;

#pragma mark - RollbarCaptureIpType enum
Expand Down Expand Up @@ -26,3 +29,5 @@ NS_ASSUME_NONNULL_BEGIN
@end

NS_ASSUME_NONNULL_END

#endif //RollbarCaptureIpType_h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#ifndef RollbarClient_h
#define RollbarClient_h

@import RollbarCommon;

@class RollbarJavascript;
Expand Down Expand Up @@ -30,3 +33,5 @@ NS_ASSUME_NONNULL_BEGIN
@end

NS_ASSUME_NONNULL_END

#endif //RollbarClient_h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#ifndef RollbarConfig_h
#define RollbarConfig_h

#import "RollbarCaptureIpType.h"
#import "RollbarLevel.h"

Expand Down Expand Up @@ -95,3 +98,5 @@ NS_ASSUME_NONNULL_BEGIN
@end

NS_ASSUME_NONNULL_END

#endif // RollbarConfig_h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#ifndef RollbarConfigUtil_h
#define RollbarConfigUtil_h

@import Foundation;

@class RollbarConfig;
Expand Down Expand Up @@ -53,3 +56,5 @@ NS_ASSUME_NONNULL_BEGIN
@end

NS_ASSUME_NONNULL_END

#endif //RollbarConfigUtil_h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#ifndef RollbarCrashReport_h
#define RollbarCrashReport_h

@import RollbarCommon;

NS_ASSUME_NONNULL_BEGIN
Expand All @@ -21,3 +24,5 @@ NS_ASSUME_NONNULL_BEGIN
@end

NS_ASSUME_NONNULL_END

#endif //RollbarCrashReport_h
5 changes: 5 additions & 0 deletions RollbarNotifier/Sources/RollbarNotifier/include/RollbarData.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#ifndef RollbarData_h
#define RollbarData_h

#import "RollbarLevel.h"
#import "RollbarAppLanguage.h"

Expand Down Expand Up @@ -135,3 +138,5 @@ NS_ASSUME_NONNULL_BEGIN
@end

NS_ASSUME_NONNULL_END

#endif //RollbarData_h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#ifndef RollbarDestination_h
#define RollbarDestination_h

@import RollbarCommon;

NS_ASSUME_NONNULL_BEGIN
Expand Down Expand Up @@ -39,3 +42,5 @@ NS_ASSUME_NONNULL_BEGIN
@end

NS_ASSUME_NONNULL_END

#endif //RollbarDestination_h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#ifndef RollbarDeveloperOptions_h
#define RollbarDeveloperOptions_h

@import RollbarCommon;

NS_ASSUME_NONNULL_BEGIN
Expand Down Expand Up @@ -46,3 +49,5 @@ NS_ASSUME_NONNULL_BEGIN
@end

NS_ASSUME_NONNULL_END

#endif //RollbarDeveloperOptions_h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#ifndef RollbarException_h
#define RollbarException_h

@import RollbarCommon;

NS_ASSUME_NONNULL_BEGIN
Expand Down Expand Up @@ -34,3 +37,5 @@ NS_ASSUME_NONNULL_BEGIN
@end

NS_ASSUME_NONNULL_END

#endif //RollbarException_h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#ifndef RollbarHttpMethod_h
#define RollbarHttpMethod_h

@import Foundation;

#pragma mark - RollbarHttpMethod enum
Expand Down Expand Up @@ -32,3 +35,5 @@ NS_ASSUME_NONNULL_BEGIN
@end

NS_ASSUME_NONNULL_END

#endif //RollbarHttpMethod_h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#ifndef RollbarJavascript_h
#define RollbarJavascript_h

@import RollbarCommon;

NS_ASSUME_NONNULL_BEGIN
Expand Down Expand Up @@ -41,3 +44,5 @@ NS_ASSUME_NONNULL_BEGIN
@end

NS_ASSUME_NONNULL_END

#endif //RollbarJavascript_h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#ifndef RollbarLevel_h
#define RollbarLevel_h

@import Foundation;

#pragma mark - RollbarLevel
Expand Down Expand Up @@ -28,3 +31,5 @@ NS_ASSUME_NONNULL_BEGIN
@end

NS_ASSUME_NONNULL_END

#endif //RollbarLevel_h
5 changes: 5 additions & 0 deletions RollbarNotifier/Sources/RollbarNotifier/include/RollbarLog.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#ifndef RollbarLog_h
#define RollbarLog_h

@import Foundation;

/// Rollbar equivalent of NSLog(...) that also allows capture of the log messages as part of RollbarTelemetry data.
Expand All @@ -6,3 +9,5 @@
/// with similar RollbarLog(...) calls to be captured as extra telemetry data.
/// @param format format of the logged message
void RollbarLog(NSString *format, ...);

#endif //RollbarLog_h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#ifndef RollbarLogger_Test_h
#define RollbarLogger_Test_h

#import <Foundation/Foundation.h>
#import "RollbarLogger.h"

Expand Down Expand Up @@ -39,3 +42,5 @@ NS_ASSUME_NONNULL_BEGIN
@end

NS_ASSUME_NONNULL_END

#endif //RollbarLogger_Test_h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#ifndef RollbarLogger_h
#define RollbarLogger_h

@import Foundation;

@class RollbarConfig;
Expand Down Expand Up @@ -99,3 +102,5 @@ NS_DESIGNATED_INITIALIZER;
@end

NS_ASSUME_NONNULL_END

#endif //RollbarLogger_h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#ifndef RollbarLoggingOptions_h
#define RollbarLoggingOptions_h

#import "RollbarLevel.h"
#import "RollbarCaptureIpType.h"
@import RollbarCommon;
Expand Down Expand Up @@ -105,3 +108,5 @@ NS_ASSUME_NONNULL_BEGIN
@end

NS_ASSUME_NONNULL_END

#endif //RollbarLoggingOptions_h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#ifndef RollbarMessage_h
#define RollbarMessage_h

@import RollbarCommon;

NS_ASSUME_NONNULL_BEGIN
Expand Down Expand Up @@ -28,3 +31,5 @@ NS_ASSUME_NONNULL_BEGIN
@end

NS_ASSUME_NONNULL_END

#endif //RollbarMessage_h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#ifndef RollbarModule_h
#define RollbarModule_h

@import RollbarCommon;

NS_ASSUME_NONNULL_BEGIN
Expand Down Expand Up @@ -30,3 +33,5 @@ NS_ASSUME_NONNULL_BEGIN
@end

NS_ASSUME_NONNULL_END

#endif //RollbarModule_h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#ifndef RollbarPayload_h
#define RollbarPayload_h

@import RollbarCommon;

@class RollbarData;
Expand Down Expand Up @@ -29,3 +32,5 @@ NS_ASSUME_NONNULL_BEGIN
@end

NS_ASSUME_NONNULL_END

#endif //RollbarPayload_h
Loading

0 comments on commit d5ceee9

Please sign in to comment.