Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit 220e39e

Browse files
authoredNov 10, 2020
Merge pull request #329 from WideSpectrumComputing/ref#285-MultiprojectWorkspace
in preparation for 2.0.0-alpha22
2 parents 86029b4 + 0747b8b commit 220e39e

File tree

6 files changed

+59
-62
lines changed

6 files changed

+59
-62
lines changed
 

‎RollbarCommon.podspec

+9-9
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77

88
Pod::Spec.new do |s|
99

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

3535
# When using multiple platforms:
36-
s.ios.deployment_target = '9.0'
37-
s.osx.deployment_target = '10.10'
38-
s.tvos.deployment_target = '11.0'
39-
s.watchos.deployment_target = '4.0'
36+
s.ios.deployment_target = "9.0"
37+
s.osx.deployment_target = "10.10"
38+
s.tvos.deployment_target = "11.0"
39+
s.watchos.deployment_target = "4.0"
4040
# Any platform, if omitted:
4141
# s.platform = :ios
4242
# s.platform = :ios, "5.0"
@@ -56,7 +56,7 @@ Pod::Spec.new do |s|
5656
s.requires_arc = true
5757
# s.xcconfig = {
5858
# "USE_HEADERMAP" => "NO",
59-
# "HEADER_SEARCH_PATHS" => "$(PODS_ROOT)/Sources/RollbarCommon/**"
59+
# "HEADER_SEARCH_PATHS" => "$(PODS_ROOT)/Sources/#{s.name}/**"
6060
# }
6161

6262
end

‎RollbarDeploys.podspec

+9-10
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@
77

88
Pod::Spec.new do |s|
99

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

3635
# When using multiple platforms:
37-
s.ios.deployment_target = '9.0'
38-
s.osx.deployment_target = '10.10'
39-
s.tvos.deployment_target = '11.0'
40-
# s.watchos.deployment_target = '4.0'
36+
s.ios.deployment_target = "9.0"
37+
s.osx.deployment_target = "10.10"
38+
s.tvos.deployment_target = "11.0"
39+
# s.watchos.deployment_target = "4.0"
4140
# Any platform, if omitted:
4241
# s.platform = :ios
4342
# s.platform = :ios, "5.0"
@@ -58,7 +57,7 @@ Pod::Spec.new do |s|
5857
s.requires_arc = true
5958
# s.xcconfig = {
6059
# "USE_HEADERMAP" => "NO",
61-
# "HEADER_SEARCH_PATHS" => "$(PODS_ROOT)/Sources/RollbarDeploys/**"
60+
# "HEADER_SEARCH_PATHS" => "$(PODS_ROOT)/Sources/#{s.name}/**"
6261
# }
6362

6463
end

‎RollbarKSCrash.podspec

+9-10
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@
77

88
Pod::Spec.new do |s|
99

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

3635
# When using multiple platforms:
37-
s.ios.deployment_target = '9.0'
38-
s.osx.deployment_target = '10.10'
39-
s.tvos.deployment_target = '11.0'
40-
s.watchos.deployment_target = '4.0'
36+
s.ios.deployment_target = "9.0"
37+
s.osx.deployment_target = "10.10"
38+
s.tvos.deployment_target = "11.0"
39+
s.watchos.deployment_target = "4.0"
4140
# Any platform, if omitted:
4241
# s.platform = :ios
4342
# s.platform = :ios, "5.0"
@@ -58,7 +57,7 @@ Pod::Spec.new do |s|
5857
s.requires_arc = true
5958
# s.xcconfig = {
6059
# "USE_HEADERMAP" => "NO",
61-
# "HEADER_SEARCH_PATHS" => "$(PODS_ROOT)/Sources/RollbarDeploys/**"
60+
# "HEADER_SEARCH_PATHS" => "$(PODS_ROOT)/Sources/#{s.name}/**"
6261
# }
6362

6463
end

‎RollbarNotifier.podspec

+9-10
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@
77

88
Pod::Spec.new do |s|
99

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

3635
# When using multiple platforms:
37-
s.ios.deployment_target = '9.0'
38-
s.osx.deployment_target = '10.10'
39-
s.tvos.deployment_target = '11.0'
40-
s.watchos.deployment_target = '4.0'
36+
s.ios.deployment_target = "9.0"
37+
s.osx.deployment_target = "10.10"
38+
s.tvos.deployment_target = "11.0"
39+
s.watchos.deployment_target = "4.0"
4140
# Any platform, if omitted:
4241
# s.platform = :ios
4342
# s.platform = :ios, "5.0"
@@ -58,7 +57,7 @@ Pod::Spec.new do |s|
5857
s.requires_arc = true
5958
# s.xcconfig = {
6059
# "USE_HEADERMAP" => "NO",
61-
# "HEADER_SEARCH_PATHS" => "$(PODS_ROOT)/Sources/RollbarDeploys/**"
60+
# "HEADER_SEARCH_PATHS" => "$(PODS_ROOT)/Sources/#{s.name}/**"
6261
# }
6362

6463
end

‎RollbarNotifier/Sources/RollbarNotifier/DTOs/RollbarConfig.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
#pragma mark - constants
2424

25-
static NSString * const NOTIFIER_VERSION = @"2.0.0-alpha21";
25+
static NSString * const NOTIFIER_VERSION = @"2.0.0-alpha22";
2626

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

‎RollbarSDK.podspec

+22-22
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ Pod::Spec.new do |sdk|
99

1010
# Rollbar SDK:
1111
# ============
12-
sdk.version = '2.0.0-alpha21'
13-
sdk.name = 'RollbarSDK'
14-
sdk.summary = 'Application/client side SDK for accessing the Rollbar API Server.'
12+
sdk.version = "2.0.0-alpha22"
13+
sdk.name = "RollbarSDK"
14+
sdk.summary = "Application or client side SDK for accessing the Rollbar API Server."
1515
sdk.description = <<-DESC
1616
Find, fix, and resolve errors with Rollbar.
1717
Easily send error data using Rollbar API.
@@ -31,11 +31,11 @@ Pod::Spec.new do |sdk|
3131
sdk.source = { :git => "https://github.com/rollbar/rollbar-ios.git",
3232
:tag => "v#{sdk.version}"
3333
}
34-
sdk.resource = 'rollbar-logo.png'
35-
sdk.ios.deployment_target = '9.0'
36-
sdk.osx.deployment_target = '10.10'
37-
sdk.tvos.deployment_target = '11.0'
38-
sdk.watchos.deployment_target = '4.0'
34+
sdk.resource = "rollbar-logo.png"
35+
sdk.ios.deployment_target = "9.0"
36+
sdk.osx.deployment_target = "10.10"
37+
sdk.tvos.deployment_target = "11.0"
38+
sdk.watchos.deployment_target = "4.0"
3939

4040
# RollbarCommon module:
4141
# =====================
@@ -52,9 +52,9 @@ Pod::Spec.new do |sdk|
5252
# common.tvos.deployment_target = "11.0"
5353
# common.watchos.deployment_target = "4.0"
5454

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

7575
# RollbarDeploys module:
7676
# =====================
77-
sdk.subspec 'RollbarDeploys' do |deploys|
77+
sdk.subspec "RollbarDeploys" do |deploys|
7878
deploys.name = "RollbarDeploys"
7979

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

90-
deploys.source_files = 'RollbarDeploys/Sources/RollbarDeploys/**/*.{h,m}'
90+
deploys.source_files = "RollbarDeploys/Sources/RollbarDeploys/**/*.{h,m}"
9191
# deploys.exclude_files = "Classes/Exclude"
92-
deploys.public_header_files = 'RollbarDeploys/Sources/RollbarDeploys/include/*.h'
92+
deploys.public_header_files = "RollbarDeploys/Sources/RollbarDeploys/include/*.h"
9393
# deploys.module_map = "RollbarDeploys/Sources/RollbarDeploys/include/module.modulemap"
9494
# deploys.resource = "../rollbar-logo.png"
9595
# deploys.resources = "Resources/*.png"
9696
# deploys.preserve_paths = "FilesToSave", "MoreFilesToSave"
9797

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

111111
# RollbarNotifier module:
112112
# =====================
113-
sdk.subspec 'RollbarNotifier' do |notifier|
113+
sdk.subspec "RollbarNotifier" do |notifier|
114114
notifier.name = "RollbarNotifier"
115115

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

126-
notifier.source_files = 'RollbarNotifier/Sources/RollbarNotifier/**/*.{h,m}'
126+
notifier.source_files = "RollbarNotifier/Sources/RollbarNotifier/**/*.{h,m}"
127127
# notifier.exclude_files = "Classes/Exclude"
128-
notifier.public_header_files = 'RollbarNotifier/Sources/RollbarNotifier/include/*.h'
128+
notifier.public_header_files = "RollbarNotifier/Sources/RollbarNotifier/include/*.h"
129129
# notifier.module_map = "RollbarNotifier/Sources/RollbarNotifier/include/module.modulemap"
130130
# notifier.resource = "../rollbar-logo.png"
131131
# notifier.resources = "Resources/*.png"
132132
# notifier.preserve_paths = "FilesToSave", "MoreFilesToSave"
133133

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

147147
# RollbarKSCrash module:
148148
# =====================
149-
sdk.subspec 'RollbarKSCrash' do |kscrash|
149+
sdk.subspec "RollbarKSCrash" do |kscrash|
150150
notifier.name = "RollbarKSCrash"
151151

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

162-
notifier.source_files = 'RollbarNotifier/Sources/RollbarKSCrash/**/*.{h,m}'
162+
notifier.source_files = "RollbarNotifier/Sources/RollbarKSCrash/**/*.{h,m}"
163163
# notifier.exclude_files = "Classes/Exclude"
164-
notifier.public_header_files = 'RollbarNotifier/Sources/RollbarKSCrash/include/*.h'
164+
notifier.public_header_files = "RollbarNotifier/Sources/RollbarKSCrash/include/*.h"
165165
# notifier.module_map = "RollbarNotifier/Sources/RollbarKSCrash/include/module.modulemap"
166166
# notifier.resource = "../rollbar-logo.png"
167167
# notifier.resources = "Resources/*.png"
168168
# notifier.preserve_paths = "FilesToSave", "MoreFilesToSave"
169169

170-
notifier.dependency 'RollbarSDK/RollbarCommon'
170+
notifier.dependency "RollbarSDK/RollbarCommon"
171171
notifier.framework = "Foundation"
172172
# notifier.frameworks = "SomeFramework", "AnotherFramework"
173173
# notifier.library = "iconv"

0 commit comments

Comments
 (0)
This repository has been archived.