Skip to content

Commit

Permalink
Merge pull request #33 from WideSpectrumComputing/master
Browse files Browse the repository at this point in the history
incremented version, cleaned-up SDK SPM manifest
  • Loading branch information
akornich authored Feb 12, 2021
2 parents 1233b32 + 360fecc commit 64d9a03
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 61 deletions.
54 changes: 0 additions & 54 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand All @@ -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: [],
Expand All @@ -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",
Expand All @@ -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",
Expand All @@ -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",
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-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
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-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
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-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
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-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
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-alpha29";
static NSString * const NOTIFIER_VERSION = @"2.0.0-alpha30";

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-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
Expand Down
2 changes: 1 addition & 1 deletion RollbarSDK.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-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
Expand Down

0 comments on commit 64d9a03

Please sign in to comment.