From 360feccdf6af99d6b336675796975fa5f4b827ef Mon Sep 17 00:00:00 2001 From: Andrey Kornich Date: Thu, 11 Feb 2021 17:36:20 -0800 Subject: [PATCH] incremented version, cleaned-up SDK SPM manifest --- Package.swift | 54 ------------------- RollbarCommon.podspec | 2 +- RollbarDeploys.podspec | 2 +- RollbarKSCrash.podspec | 2 +- RollbarNotifier.podspec | 2 +- .../RollbarNotifier/DTOs/RollbarConfig.m | 2 +- RollbarPLCrashReporter.podspec | 2 +- RollbarSDK.podspec | 2 +- 8 files changed, 7 insertions(+), 61 deletions(-) diff --git a/Package.swift b/Package.swift index 1fa44969..de35d7bf 100644 --- a/Package.swift +++ b/Package.swift @@ -33,9 +33,6 @@ let package = Package( dependencies: [ // Dependencies declare other packages that this package depends on. // .package(url: /* package url */, from: "1.0.0"), -// .package(name:"RollbarCommon", -// path: "RollbarCommon" -// ), .package(name:"KSCrash", url: "https://github.com/kstenerud/KSCrash.git", Package.Dependency.Requirement.branch("master") @@ -48,8 +45,6 @@ let package = Package( targets: [ // Targets are the basic building blocks of a package. A target can define a module or a test suite. // Targets can depend on other targets in this package, and on products in packages which this package depends on. - - .target( name: "RollbarCommon", dependencies: [], @@ -59,22 +54,6 @@ let package = Package( .headerSearchPath("RollbarCommon/Sources/RollbarCommon/**"), ] ), -// .testTarget( -// name: "RollbarCommonTests", -// dependencies: ["RollbarCommon"], -// path: "RollbarCommon/Tests/RollbarCommonTests", -// cSettings: [ -// .headerSearchPath("RollbarCommon/Tests/RollbarCommonTests/**"), -// ] -// ), -// .testTarget( -// name: "RollbarCommonTests-ObjC", -// dependencies: ["RollbarCommon"], -// path: "RollbarCommon/Tests/RollbarCommonTests-ObjC", -// cSettings: [ -// .headerSearchPath("RollbarCommon/Tests/RollbarCommonTests-ObjC/**"), -// ] -// ), .target( name: "RollbarDeploys", @@ -85,23 +64,6 @@ let package = Package( .headerSearchPath("RollbarDeploys/Sources/RollbarDeploys/**"), ] ), -// .testTarget( -// name: "RollbarDeploysTests", -// dependencies: ["RollbarDeploys"], -// path: "RollbarDeploys/Tests/RollbarDeploysTests", -// cSettings: [ -// .headerSearchPath("RollbarDeploys/Tests/RollbarDeploysTests/**"), -// ] -// ), -// .testTarget( -// name: "RollbarDeploysTests-ObjC", -// dependencies: ["RollbarDeploys"], -// path: "RollbarDeploys/Tests/RollbarDeploysTests-ObjC", -// cSettings: [ -// .headerSearchPath("RollbarDeploys/Tests/RollbarDeploysTests-ObjC/**"), -// ] -// ), - .target( name: "RollbarNotifier", @@ -112,22 +74,6 @@ let package = Package( .headerSearchPath("RollbarNotifier/Sources/RollbarNotifier/**"), ] ), -// .testTarget( -// name: "RollbarNotifierTests", -// dependencies: ["RollbarNotifier"], -// path: "RollbarNotifier/Sources/RollbarNotifierTests", -// cSettings: [ -// .headerSearchPath("RollbarNotifier/Tests/RollbarNotifierTests/**"), -// ] -// ), -// .testTarget( -// name: "RollbarNotifierTests-ObjC", -// dependencies: ["RollbarNotifier"], -// path: "RollbarNotifier/Sources/RollbarNotifierTests-ObjC", -// cSettings: [ -// .headerSearchPath("RollbarNotifier/Tests/RollbarNotifierTests-ObjC/**"), -// ] -// ), .target( name: "RollbarKSCrash", diff --git a/RollbarCommon.podspec b/RollbarCommon.podspec index 4b963bba..1fc5e52e 100644 --- a/RollbarCommon.podspec +++ b/RollbarCommon.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| - s.version = "2.0.0-alpha29" + s.version = "2.0.0-alpha30" s.name = "RollbarCommon" s.summary = "Application or client side SDK for interacting with the Rollbar API Server." s.description = <<-DESC diff --git a/RollbarDeploys.podspec b/RollbarDeploys.podspec index 815d5de3..d142f5b3 100644 --- a/RollbarDeploys.podspec +++ b/RollbarDeploys.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| - s.version = "2.0.0-alpha29" + s.version = "2.0.0-alpha30" s.name = "RollbarDeploys" s.summary = "Application or client side SDK for interacting with the Rollbar API Server." s.description = <<-DESC diff --git a/RollbarKSCrash.podspec b/RollbarKSCrash.podspec index b7270338..53b7cbd9 100644 --- a/RollbarKSCrash.podspec +++ b/RollbarKSCrash.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| - s.version = "2.0.0-alpha29" + s.version = "2.0.0-alpha30" s.name = "RollbarKSCrash" s.summary = "Application or client side SDK for interacting with the Rollbar API Server." s.description = <<-DESC diff --git a/RollbarNotifier.podspec b/RollbarNotifier.podspec index a6460642..dfba2ff5 100644 --- a/RollbarNotifier.podspec +++ b/RollbarNotifier.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| - s.version = "2.0.0-alpha29" + s.version = "2.0.0-alpha30" s.name = "RollbarNotifier" s.summary = "Application or client side SDK for interacting with the Rollbar API Server." s.description = <<-DESC diff --git a/RollbarNotifier/Sources/RollbarNotifier/DTOs/RollbarConfig.m b/RollbarNotifier/Sources/RollbarNotifier/DTOs/RollbarConfig.m index f6cc7695..6091af84 100644 --- a/RollbarNotifier/Sources/RollbarNotifier/DTOs/RollbarConfig.m +++ b/RollbarNotifier/Sources/RollbarNotifier/DTOs/RollbarConfig.m @@ -22,7 +22,7 @@ #pragma mark - constants -static NSString * const NOTIFIER_VERSION = @"2.0.0-alpha29"; +static NSString * const NOTIFIER_VERSION = @"2.0.0-alpha30"; static NSString * const NOTIFIER_NAME = @"rollbar-apple"; diff --git a/RollbarPLCrashReporter.podspec b/RollbarPLCrashReporter.podspec index e22af277..cc4be222 100644 --- a/RollbarPLCrashReporter.podspec +++ b/RollbarPLCrashReporter.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| - s.version = "2.0.0-alpha29" + s.version = "2.0.0-alpha30" s.name = "RollbarPLCrashReporter" s.summary = "Application or client side SDK for interacting with the Rollbar API Server." s.description = <<-DESC diff --git a/RollbarSDK.podspec b/RollbarSDK.podspec index 97d80ee7..7a15d5fa 100644 --- a/RollbarSDK.podspec +++ b/RollbarSDK.podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |sdk| # Rollbar SDK: # ============ - sdk.version = "2.0.0-alpha29" + sdk.version = "2.0.0-alpha30" sdk.name = "RollbarSDK" s.summary = "Application or client side SDK for interacting with the Rollbar API Server." sdk.description = <<-DESC