Skip to content

Commit

Permalink
Merge pull request #97 from WideSpectrumComputing/master
Browse files Browse the repository at this point in the history
fix: RollbarAUL cocoapod
  • Loading branch information
akornich authored May 19, 2021
2 parents 088e28e + 80e918f commit b88c90f
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 11 deletions.
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.0.0-beta.19"
s.version = "2.0.0-beta.20"
s.name = "RollbarAUL"
s.summary = "Application or client side SDK for interacting with the Rollbar API Server."
s.description = <<-DESC
Expand Down
6 changes: 4 additions & 2 deletions RollbarAUL/Sources/RollbarAUL/RollbarAulStoreMonitor.m
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,6 @@ - (int)processLogEntries:(OSLogEnumerator *)logEnumerator {
extraData:entrySnapshot];
}



count++;
}

Expand All @@ -212,6 +210,8 @@ - (int)processLogEntries:(OSLogEnumerator *)logEnumerator {
[self setupWithOptions:(nil != options) ? options : [RollbarAulStoreMonitorOptions new] ];
}
}

return theOnlyInstance;
}

- (id<RollbarAulStoreMonitoring>)configureRollbarLogger:(nullable RollbarLogger *)logger {
Expand All @@ -223,6 +223,8 @@ - (int)processLogEntries:(OSLogEnumerator *)logEnumerator {
theOnlyInstance->_logger = logger;
}
}

return theOnlyInstance;
}

#pragma mark - Singleton Pattern
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.0.0-beta.19"
s.version = "2.0.0-beta.20"
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.0.0-beta.19"
s.version = "2.0.0-beta.20"
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.0.0-beta.19"
s.version = "2.0.0-beta.20"
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.0.0-beta.19"
s.version = "2.0.0-beta.20"
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 @@ -22,7 +22,7 @@

#pragma mark - constants

static NSString * const NOTIFIER_VERSION = @"2.0.0-beta.19";
static NSString * const NOTIFIER_VERSION = @"2.0.0-beta.20";

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

Expand Down
2 changes: 1 addition & 1 deletion RollbarPLCrashReporter.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.0.0-beta.19"
s.version = "2.0.0-beta.20"
s.name = "RollbarPLCrashReporter"
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 RollbarSDK.experimental_podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Pod::Spec.new do |sdk|

# Rollbar SDK:
# ============
sdk.version = "2.0.0-beta.19"
sdk.version = "2.0.0-beta.20"
sdk.name = "RollbarSDK"
s.summary = "Application or client side SDK for interacting with the Rollbar API Server."
sdk.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion RollbarSwift.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.0.0-beta.19"
s.version = "2.0.0-beta.20"
s.name = "RollbarSwift"
s.summary = "Application or client side SDK for interacting with the Rollbar API Server."
s.description = <<-DESC
Expand Down

0 comments on commit b88c90f

Please sign in to comment.