Skip to content

Commit

Permalink
Merge pull request #329 from WideSpectrumComputing/ref#285-Multiproje…
Browse files Browse the repository at this point in the history
…ctWorkspace

in preparation for 2.0.0-alpha22
  • Loading branch information
akornich authored Nov 10, 2020
2 parents 86029b4 + 0747b8b commit 220e39e
Show file tree
Hide file tree
Showing 6 changed files with 59 additions and 62 deletions.
18 changes: 9 additions & 9 deletions RollbarCommon.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@

Pod::Spec.new do |s|

s.version = '2.0.0-alpha21'
s.name = 'RollbarCommon'
s.summary = 'Application/client side SDK for accessing the Rollbar API Server.'
s.version = "2.0.0-alpha22"
s.name = "RollbarCommon"
s.summary = "Application or client side SDK for accessing the Rollbar API Server."
s.description = <<-DESC
Find, fix, and resolve errors with Rollbar.
Easily send error data using Rollbar API.
Expand All @@ -29,14 +29,14 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/rollbar/rollbar-ios.git",
:tag => "v#{s.version}"
}
s.resource = 'rollbar-logo.png'
s.resource = "rollbar-logo.png"
# s.resources = "Resources/*.png"

# When using multiple platforms:
s.ios.deployment_target = '9.0'
s.osx.deployment_target = '10.10'
s.tvos.deployment_target = '11.0'
s.watchos.deployment_target = '4.0'
s.ios.deployment_target = "9.0"
s.osx.deployment_target = "10.10"
s.tvos.deployment_target = "11.0"
s.watchos.deployment_target = "4.0"
# Any platform, if omitted:
# s.platform = :ios
# s.platform = :ios, "5.0"
Expand All @@ -56,7 +56,7 @@ Pod::Spec.new do |s|
s.requires_arc = true
# s.xcconfig = {
# "USE_HEADERMAP" => "NO",
# "HEADER_SEARCH_PATHS" => "$(PODS_ROOT)/Sources/RollbarCommon/**"
# "HEADER_SEARCH_PATHS" => "$(PODS_ROOT)/Sources/#{s.name}/**"
# }

end
19 changes: 9 additions & 10 deletions RollbarDeploys.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@

Pod::Spec.new do |s|


s.version = '2.0.0-alpha21'
s.name = 'RollbarDeploys'
s.summary = 'Application/client side SDK for accessing the Rollbar API Server.'
s.version = "2.0.0-alpha22"
s.name = "RollbarDeploys"
s.summary = "Application or client side SDK for accessing the Rollbar API Server."
s.description = <<-DESC
Find, fix, and resolve errors with Rollbar.
Easily send error data using Rollbar API.
Expand All @@ -30,14 +29,14 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/rollbar/rollbar-ios.git",
:tag => "v#{s.version}"
}
s.resource = 'rollbar-logo.png'
s.resource = "rollbar-logo.png"
# s.resources = "Resources/*.png"

# When using multiple platforms:
s.ios.deployment_target = '9.0'
s.osx.deployment_target = '10.10'
s.tvos.deployment_target = '11.0'
# s.watchos.deployment_target = '4.0'
s.ios.deployment_target = "9.0"
s.osx.deployment_target = "10.10"
s.tvos.deployment_target = "11.0"
# s.watchos.deployment_target = "4.0"
# Any platform, if omitted:
# s.platform = :ios
# s.platform = :ios, "5.0"
Expand All @@ -58,7 +57,7 @@ Pod::Spec.new do |s|
s.requires_arc = true
# s.xcconfig = {
# "USE_HEADERMAP" => "NO",
# "HEADER_SEARCH_PATHS" => "$(PODS_ROOT)/Sources/RollbarDeploys/**"
# "HEADER_SEARCH_PATHS" => "$(PODS_ROOT)/Sources/#{s.name}/**"
# }

end
19 changes: 9 additions & 10 deletions RollbarKSCrash.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@

Pod::Spec.new do |s|


s.version = '2.0.0-alpha21'
s.name = 'RollbarKSCrash'
s.summary = 'Application/client side SDK for accessing the Rollbar API Server.'
s.version = "2.0.0-alpha22"
s.name = "RollbarKSCrash"
s.summary = "Application or client side SDK for accessing the Rollbar API Server."
s.description = <<-DESC
Find, fix, and resolve errors with Rollbar.
Easily send error data using Rollbar API.
Expand All @@ -30,14 +29,14 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/rollbar/rollbar-ios.git",
:tag => "v#{s.version}"
}
s.resource = 'rollbar-logo.png'
s.resource = "rollbar-logo.png"
# s.resources = "Resources/*.png"

# When using multiple platforms:
s.ios.deployment_target = '9.0'
s.osx.deployment_target = '10.10'
s.tvos.deployment_target = '11.0'
s.watchos.deployment_target = '4.0'
s.ios.deployment_target = "9.0"
s.osx.deployment_target = "10.10"
s.tvos.deployment_target = "11.0"
s.watchos.deployment_target = "4.0"
# Any platform, if omitted:
# s.platform = :ios
# s.platform = :ios, "5.0"
Expand All @@ -58,7 +57,7 @@ Pod::Spec.new do |s|
s.requires_arc = true
# s.xcconfig = {
# "USE_HEADERMAP" => "NO",
# "HEADER_SEARCH_PATHS" => "$(PODS_ROOT)/Sources/RollbarDeploys/**"
# "HEADER_SEARCH_PATHS" => "$(PODS_ROOT)/Sources/#{s.name}/**"
# }

end
19 changes: 9 additions & 10 deletions RollbarNotifier.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@

Pod::Spec.new do |s|


s.version = '2.0.0-alpha21'
s.name = 'RollbarNotifier'
s.summary = 'Application/client side SDK for accessing the Rollbar API Server.'
s.version = "2.0.0-alpha22"
s.name = "RollbarNotifier"
s.summary = "Application or client side SDK for accessing the Rollbar API Server."
s.description = <<-DESC
Find, fix, and resolve errors with Rollbar.
Easily send error data using Rollbar API.
Expand All @@ -30,14 +29,14 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/rollbar/rollbar-ios.git",
:tag => "v#{s.version}"
}
s.resource = 'rollbar-logo.png'
s.resource = "rollbar-logo.png"
# s.resources = "Resources/*.png"

# When using multiple platforms:
s.ios.deployment_target = '9.0'
s.osx.deployment_target = '10.10'
s.tvos.deployment_target = '11.0'
s.watchos.deployment_target = '4.0'
s.ios.deployment_target = "9.0"
s.osx.deployment_target = "10.10"
s.tvos.deployment_target = "11.0"
s.watchos.deployment_target = "4.0"
# Any platform, if omitted:
# s.platform = :ios
# s.platform = :ios, "5.0"
Expand All @@ -58,7 +57,7 @@ Pod::Spec.new do |s|
s.requires_arc = true
# s.xcconfig = {
# "USE_HEADERMAP" => "NO",
# "HEADER_SEARCH_PATHS" => "$(PODS_ROOT)/Sources/RollbarDeploys/**"
# "HEADER_SEARCH_PATHS" => "$(PODS_ROOT)/Sources/#{s.name}/**"
# }

end
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-alpha21";
static NSString * const NOTIFIER_VERSION = @"2.0.0-alpha22";

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

Expand Down
44 changes: 22 additions & 22 deletions RollbarSDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ Pod::Spec.new do |sdk|

# Rollbar SDK:
# ============
sdk.version = '2.0.0-alpha21'
sdk.name = 'RollbarSDK'
sdk.summary = 'Application/client side SDK for accessing the Rollbar API Server.'
sdk.version = "2.0.0-alpha22"
sdk.name = "RollbarSDK"
sdk.summary = "Application or client side SDK for accessing the Rollbar API Server."
sdk.description = <<-DESC
Find, fix, and resolve errors with Rollbar.
Easily send error data using Rollbar API.
Expand All @@ -31,11 +31,11 @@ Pod::Spec.new do |sdk|
sdk.source = { :git => "https://github.com/rollbar/rollbar-ios.git",
:tag => "v#{sdk.version}"
}
sdk.resource = 'rollbar-logo.png'
sdk.ios.deployment_target = '9.0'
sdk.osx.deployment_target = '10.10'
sdk.tvos.deployment_target = '11.0'
sdk.watchos.deployment_target = '4.0'
sdk.resource = "rollbar-logo.png"
sdk.ios.deployment_target = "9.0"
sdk.osx.deployment_target = "10.10"
sdk.tvos.deployment_target = "11.0"
sdk.watchos.deployment_target = "4.0"

# RollbarCommon module:
# =====================
Expand All @@ -52,9 +52,9 @@ Pod::Spec.new do |sdk|
# common.tvos.deployment_target = "11.0"
# common.watchos.deployment_target = "4.0"

common.source_files = 'RollbarCommon/Sources/RollbarCommon/**/*.{h,m}'
common.source_files = "RollbarCommon/Sources/RollbarCommon/**/*.{h,m}"
# common.exclude_files = "Classes/Exclude"
common.public_header_files = 'RollbarCommon/Sources/RollbarCommon/include/*.h'
common.public_header_files = "RollbarCommon/Sources/RollbarCommon/include/*.h"
# common.module_map = "RollbarCommon/Sources/RollbarCommon/include/module.modulemap"
# common.resource = "../rollbar-logo.png"
# common.resources = "Resources/*.png"
Expand All @@ -74,7 +74,7 @@ Pod::Spec.new do |sdk|

# RollbarDeploys module:
# =====================
sdk.subspec 'RollbarDeploys' do |deploys|
sdk.subspec "RollbarDeploys" do |deploys|
deploys.name = "RollbarDeploys"

# Any platform, if omitted:
Expand All @@ -87,15 +87,15 @@ Pod::Spec.new do |sdk|
# deploys.tvos.deployment_target = "11.0"
# deploys.watchos.deployment_target = "4.0"

deploys.source_files = 'RollbarDeploys/Sources/RollbarDeploys/**/*.{h,m}'
deploys.source_files = "RollbarDeploys/Sources/RollbarDeploys/**/*.{h,m}"
# deploys.exclude_files = "Classes/Exclude"
deploys.public_header_files = 'RollbarDeploys/Sources/RollbarDeploys/include/*.h'
deploys.public_header_files = "RollbarDeploys/Sources/RollbarDeploys/include/*.h"
# deploys.module_map = "RollbarDeploys/Sources/RollbarDeploys/include/module.modulemap"
# deploys.resource = "../rollbar-logo.png"
# deploys.resources = "Resources/*.png"
# deploys.preserve_paths = "FilesToSave", "MoreFilesToSave"

deploys.dependency 'RollbarSDK/RollbarCommon'
deploys.dependency "RollbarSDK/RollbarCommon"
deploys.framework = "Foundation"
# deploys.frameworks = "SomeFramework", "AnotherFramework"
# deploys.library = "iconv"
Expand All @@ -110,7 +110,7 @@ Pod::Spec.new do |sdk|

# RollbarNotifier module:
# =====================
sdk.subspec 'RollbarNotifier' do |notifier|
sdk.subspec "RollbarNotifier" do |notifier|
notifier.name = "RollbarNotifier"

# Any platform, if omitted:
Expand All @@ -123,15 +123,15 @@ Pod::Spec.new do |sdk|
# notifier.tvos.deployment_target = "11.0"
# notifier.watchos.deployment_target = "4.0"

notifier.source_files = 'RollbarNotifier/Sources/RollbarNotifier/**/*.{h,m}'
notifier.source_files = "RollbarNotifier/Sources/RollbarNotifier/**/*.{h,m}"
# notifier.exclude_files = "Classes/Exclude"
notifier.public_header_files = 'RollbarNotifier/Sources/RollbarNotifier/include/*.h'
notifier.public_header_files = "RollbarNotifier/Sources/RollbarNotifier/include/*.h"
# notifier.module_map = "RollbarNotifier/Sources/RollbarNotifier/include/module.modulemap"
# notifier.resource = "../rollbar-logo.png"
# notifier.resources = "Resources/*.png"
# notifier.preserve_paths = "FilesToSave", "MoreFilesToSave"

notifier.dependency 'RollbarSDK/RollbarCommon'
notifier.dependency "RollbarSDK/RollbarCommon"
notifier.framework = "Foundation"
# notifier.frameworks = "SomeFramework", "AnotherFramework"
# notifier.library = "iconv"
Expand All @@ -146,7 +146,7 @@ Pod::Spec.new do |sdk|

# RollbarKSCrash module:
# =====================
sdk.subspec 'RollbarKSCrash' do |kscrash|
sdk.subspec "RollbarKSCrash" do |kscrash|
notifier.name = "RollbarKSCrash"

# Any platform, if omitted:
Expand All @@ -159,15 +159,15 @@ Pod::Spec.new do |sdk|
# notifier.tvos.deployment_target = "11.0"
# notifier.watchos.deployment_target = "4.0"

notifier.source_files = 'RollbarNotifier/Sources/RollbarKSCrash/**/*.{h,m}'
notifier.source_files = "RollbarNotifier/Sources/RollbarKSCrash/**/*.{h,m}"
# notifier.exclude_files = "Classes/Exclude"
notifier.public_header_files = 'RollbarNotifier/Sources/RollbarKSCrash/include/*.h'
notifier.public_header_files = "RollbarNotifier/Sources/RollbarKSCrash/include/*.h"
# notifier.module_map = "RollbarNotifier/Sources/RollbarKSCrash/include/module.modulemap"
# notifier.resource = "../rollbar-logo.png"
# notifier.resources = "Resources/*.png"
# notifier.preserve_paths = "FilesToSave", "MoreFilesToSave"

notifier.dependency 'RollbarSDK/RollbarCommon'
notifier.dependency "RollbarSDK/RollbarCommon"
notifier.framework = "Foundation"
# notifier.frameworks = "SomeFramework", "AnotherFramework"
# notifier.library = "iconv"
Expand Down

0 comments on commit 220e39e

Please sign in to comment.