Skip to content

Commit f674a62

Browse files
authored
Prepare for 0.10.0 maintenance release (#31)
- bundle update in order to bring all dependencies to latest in Gemfile and silence dependabot security warnings - podspec version to 0.10.0 in preparation of new release - MARKETING_VERSION = 0.10.0 in xcode project config - pod update the two demo apps and verify that they run in simulator as expected - make use of CryptoKit SHA256 conditional on availability of CryptoKit module, fallback on CommonCrypto - add note in README about using Swift Package Manager - README to reference public cocoapods repo, not private anymore
1 parent cd15bee commit f674a62

File tree

7 files changed

+238
-171
lines changed

7 files changed

+238
-171
lines changed

Gemfile.lock

+131-96
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,43 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
CFPropertyList (3.0.2)
5-
activesupport (5.2.4.4)
4+
CFPropertyList (3.0.5)
5+
rexml
6+
activesupport (6.1.4.4)
67
concurrent-ruby (~> 1.0, >= 1.0.2)
7-
i18n (>= 0.7, < 2)
8-
minitest (~> 5.1)
9-
tzinfo (~> 1.1)
10-
addressable (2.7.0)
8+
i18n (>= 1.6, < 2)
9+
minitest (>= 5.1)
10+
tzinfo (~> 2.0)
11+
zeitwerk (~> 2.3)
12+
addressable (2.8.0)
1113
public_suffix (>= 2.0.2, < 5.0)
12-
algoliasearch (1.27.4)
14+
algoliasearch (1.27.5)
1315
httpclient (~> 2.8, >= 2.8.3)
1416
json (>= 1.5.1)
17+
artifactory (3.0.15)
1518
atomos (0.1.3)
16-
aws-eventstream (1.1.0)
17-
aws-partitions (1.398.0)
18-
aws-sdk-core (3.109.3)
19+
aws-eventstream (1.2.0)
20+
aws-partitions (1.544.0)
21+
aws-sdk-core (3.125.0)
1922
aws-eventstream (~> 1, >= 1.0.2)
20-
aws-partitions (~> 1, >= 1.239.0)
23+
aws-partitions (~> 1, >= 1.525.0)
2124
aws-sigv4 (~> 1.1)
2225
jmespath (~> 1.0)
23-
aws-sdk-kms (1.39.0)
24-
aws-sdk-core (~> 3, >= 3.109.0)
26+
aws-sdk-kms (1.53.0)
27+
aws-sdk-core (~> 3, >= 3.125.0)
2528
aws-sigv4 (~> 1.1)
26-
aws-sdk-s3 (1.85.0)
27-
aws-sdk-core (~> 3, >= 3.109.0)
29+
aws-sdk-s3 (1.110.0)
30+
aws-sdk-core (~> 3, >= 3.125.0)
2831
aws-sdk-kms (~> 1)
29-
aws-sigv4 (~> 1.1)
30-
aws-sigv4 (1.2.2)
32+
aws-sigv4 (~> 1.4)
33+
aws-sigv4 (1.4.0)
3134
aws-eventstream (~> 1, >= 1.0.2)
3235
babosa (1.0.4)
3336
claide (1.0.3)
34-
cocoapods (1.10.0)
35-
addressable (~> 2.6)
37+
cocoapods (1.11.2)
38+
addressable (~> 2.8)
3639
claide (>= 1.0.2, < 2.0)
37-
cocoapods-core (= 1.10.0)
40+
cocoapods-core (= 1.11.2)
3841
cocoapods-deintegrate (>= 1.0.3, < 2.0)
3942
cocoapods-downloader (>= 1.4.0, < 2.0)
4043
cocoapods-plugins (>= 1.0.0, < 2.0)
@@ -45,63 +48,79 @@ GEM
4548
escape (~> 0.0.4)
4649
fourflusher (>= 2.3.0, < 3.0)
4750
gh_inspector (~> 1.0)
48-
molinillo (~> 0.6.6)
51+
molinillo (~> 0.8.0)
4952
nap (~> 1.0)
50-
ruby-macho (~> 1.4)
51-
xcodeproj (>= 1.19.0, < 2.0)
52-
cocoapods-core (1.10.0)
53-
activesupport (> 5.0, < 6)
54-
addressable (~> 2.6)
53+
ruby-macho (>= 1.0, < 3.0)
54+
xcodeproj (>= 1.21.0, < 2.0)
55+
cocoapods-core (1.11.2)
56+
activesupport (>= 5.0, < 7)
57+
addressable (~> 2.8)
5558
algoliasearch (~> 1.0)
5659
concurrent-ruby (~> 1.1)
5760
fuzzy_match (~> 2.0.4)
5861
nap (~> 1.0)
5962
netrc (~> 0.11)
60-
public_suffix
63+
public_suffix (~> 4.0)
6164
typhoeus (~> 1.0)
62-
cocoapods-deintegrate (1.0.4)
63-
cocoapods-downloader (1.4.0)
65+
cocoapods-deintegrate (1.0.5)
66+
cocoapods-downloader (1.5.1)
6467
cocoapods-plugins (1.0.0)
6568
nap
66-
cocoapods-search (1.0.0)
67-
cocoapods-trunk (1.5.0)
69+
cocoapods-search (1.0.1)
70+
cocoapods-trunk (1.6.0)
6871
nap (>= 0.8, < 2.0)
6972
netrc (~> 0.11)
7073
cocoapods-try (1.2.0)
7174
colored (1.2)
7275
colored2 (3.1.2)
73-
commander-fastlane (4.4.6)
74-
highline (~> 1.7.2)
75-
concurrent-ruby (1.1.7)
76+
commander (4.6.0)
77+
highline (~> 2.0.0)
78+
concurrent-ruby (1.1.9)
7679
declarative (0.0.20)
77-
declarative-option (0.1.0)
78-
digest-crc (0.6.1)
79-
rake (~> 13.0)
80+
digest-crc (0.6.4)
81+
rake (>= 12.0.0, < 14.0.0)
8082
domain_name (0.5.20190701)
8183
unf (>= 0.0.5, < 1.0.0)
8284
dotenv (2.7.6)
83-
emoji_regex (3.2.1)
85+
emoji_regex (3.2.3)
8486
escape (0.0.4)
85-
ethon (0.12.0)
86-
ffi (>= 1.3.0)
87-
excon (0.78.0)
88-
faraday (1.1.0)
87+
ethon (0.15.0)
88+
ffi (>= 1.15.0)
89+
excon (0.89.0)
90+
faraday (1.8.0)
91+
faraday-em_http (~> 1.0)
92+
faraday-em_synchrony (~> 1.0)
93+
faraday-excon (~> 1.1)
94+
faraday-httpclient (~> 1.0.1)
95+
faraday-net_http (~> 1.0)
96+
faraday-net_http_persistent (~> 1.1)
97+
faraday-patron (~> 1.0)
98+
faraday-rack (~> 1.0)
8999
multipart-post (>= 1.2, < 3)
90-
ruby2_keywords
100+
ruby2_keywords (>= 0.0.4)
91101
faraday-cookie_jar (0.0.7)
92102
faraday (>= 0.8.0)
93103
http-cookie (~> 1.0.0)
94-
faraday_middleware (1.0.0)
104+
faraday-em_http (1.0.0)
105+
faraday-em_synchrony (1.0.0)
106+
faraday-excon (1.1.0)
107+
faraday-httpclient (1.0.1)
108+
faraday-net_http (1.0.1)
109+
faraday-net_http_persistent (1.2.0)
110+
faraday-patron (1.0.0)
111+
faraday-rack (1.0.0)
112+
faraday_middleware (1.2.0)
95113
faraday (~> 1.0)
96-
fastimage (2.2.0)
97-
fastlane (2.168.0)
114+
fastimage (2.2.6)
115+
fastlane (2.199.0)
98116
CFPropertyList (>= 2.3, < 4.0.0)
99-
addressable (>= 2.3, < 3.0.0)
117+
addressable (>= 2.8, < 3.0.0)
118+
artifactory (~> 3.0)
100119
aws-sdk-s3 (~> 1.0)
101120
babosa (>= 1.0.3, < 2.0.0)
102121
bundler (>= 1.12.0, < 3.0.0)
103122
colored
104-
commander-fastlane (>= 4.4.6, < 5.0.0)
123+
commander (~> 4.6)
105124
dotenv (>= 2.1.1, < 3.0.0)
106125
emoji_regex (>= 0.1, < 4.0)
107126
excon (>= 0.71.0, < 1.0.0)
@@ -110,18 +129,20 @@ GEM
110129
faraday_middleware (~> 1.0)
111130
fastimage (>= 2.1.0, < 3.0.0)
112131
gh_inspector (>= 1.1.2, < 2.0.0)
113-
google-api-client (>= 0.37.0, < 0.39.0)
114-
google-cloud-storage (>= 1.15.0, < 2.0.0)
115-
highline (>= 1.7.2, < 2.0.0)
132+
google-apis-androidpublisher_v3 (~> 0.3)
133+
google-apis-playcustomapp_v1 (~> 0.1)
134+
google-cloud-storage (~> 1.31)
135+
highline (~> 2.0)
116136
json (< 3.0.0)
117137
jwt (>= 2.1.0, < 3)
118138
mini_magick (>= 4.9.4, < 5.0.0)
119139
multipart-post (~> 2.0.0)
140+
naturally (~> 2.2)
141+
optparse (~> 0.1.1)
120142
plist (>= 3.1.0, < 4.0.0)
121143
rubyzip (>= 2.0.0, < 3.0.0)
122144
security (= 0.1.3)
123145
simctl (~> 1.6.3)
124-
slack-notifier (>= 2.0.0, < 3.0.0)
125146
terminal-notifier (>= 2.0.0, < 3.0.0)
126147
terminal-table (>= 1.4.5, < 2.0.0)
127148
tty-screen (>= 0.6.3, < 1.0.0)
@@ -130,109 +151,123 @@ GEM
130151
xcodeproj (>= 1.13.0, < 2.0.0)
131152
xcpretty (~> 0.3.0)
132153
xcpretty-travis-formatter (>= 0.0.3)
133-
ffi (1.13.1)
154+
ffi (1.15.4)
134155
fourflusher (2.3.1)
135156
fuzzy_match (2.0.4)
136157
gh_inspector (1.1.3)
137-
google-api-client (0.38.0)
158+
google-apis-androidpublisher_v3 (0.14.0)
159+
google-apis-core (>= 0.4, < 2.a)
160+
google-apis-core (0.4.1)
138161
addressable (~> 2.5, >= 2.5.1)
139-
googleauth (~> 0.9)
140-
httpclient (>= 2.8.1, < 3.0)
162+
googleauth (>= 0.16.2, < 2.a)
163+
httpclient (>= 2.8.1, < 3.a)
141164
mini_mime (~> 1.0)
142165
representable (~> 3.0)
143-
retriable (>= 2.0, < 4.0)
144-
signet (~> 0.12)
145-
google-cloud-core (1.5.0)
166+
retriable (>= 2.0, < 4.a)
167+
rexml
168+
webrick
169+
google-apis-iamcredentials_v1 (0.9.0)
170+
google-apis-core (>= 0.4, < 2.a)
171+
google-apis-playcustomapp_v1 (0.6.0)
172+
google-apis-core (>= 0.4, < 2.a)
173+
google-apis-storage_v1 (0.10.0)
174+
google-apis-core (>= 0.4, < 2.a)
175+
google-cloud-core (1.6.0)
146176
google-cloud-env (~> 1.0)
147177
google-cloud-errors (~> 1.0)
148-
google-cloud-env (1.4.0)
178+
google-cloud-env (1.5.0)
149179
faraday (>= 0.17.3, < 2.0)
150-
google-cloud-errors (1.0.1)
151-
google-cloud-storage (1.29.1)
152-
addressable (~> 2.5)
180+
google-cloud-errors (1.2.0)
181+
google-cloud-storage (1.35.0)
182+
addressable (~> 2.8)
153183
digest-crc (~> 0.4)
154-
google-api-client (~> 0.33)
155-
google-cloud-core (~> 1.2)
156-
googleauth (~> 0.9)
184+
google-apis-iamcredentials_v1 (~> 0.1)
185+
google-apis-storage_v1 (~> 0.1)
186+
google-cloud-core (~> 1.6)
187+
googleauth (>= 0.16.2, < 2.a)
157188
mini_mime (~> 1.0)
158-
googleauth (0.14.0)
189+
googleauth (1.1.0)
159190
faraday (>= 0.17.3, < 2.0)
160191
jwt (>= 1.4, < 3.0)
161192
memoist (~> 0.16)
162193
multi_json (~> 1.11)
163194
os (>= 0.9, < 2.0)
164-
signet (~> 0.14)
165-
highline (1.7.10)
166-
http-cookie (1.0.3)
195+
signet (>= 0.16, < 2.a)
196+
highline (2.0.3)
197+
http-cookie (1.0.4)
167198
domain_name (~> 0.5)
168199
httpclient (2.8.3)
169-
i18n (1.8.5)
200+
i18n (1.8.11)
170201
concurrent-ruby (~> 1.0)
171202
jmespath (1.4.0)
172-
json (2.3.1)
173-
jwt (2.2.2)
203+
json (2.6.1)
204+
jwt (2.3.0)
174205
memoist (0.16.2)
175206
mini_magick (4.11.0)
176-
mini_mime (1.0.2)
177-
minitest (5.14.2)
178-
molinillo (0.6.6)
207+
mini_mime (1.1.2)
208+
minitest (5.15.0)
209+
molinillo (0.8.0)
179210
multi_json (1.15.0)
180211
multipart-post (2.0.0)
181212
nanaimo (0.3.0)
182213
nap (1.1.0)
183-
naturally (2.2.0)
214+
naturally (2.2.1)
184215
netrc (0.11.0)
185-
os (1.1.1)
186-
plist (3.5.0)
216+
optparse (0.1.1)
217+
os (1.1.4)
218+
plist (3.6.0)
187219
public_suffix (4.0.6)
188-
rake (13.0.1)
189-
representable (3.0.4)
220+
rake (13.0.6)
221+
representable (3.1.1)
190222
declarative (< 0.1.0)
191-
declarative-option (< 0.2.0)
223+
trailblazer-option (>= 0.1.1, < 0.2.0)
192224
uber (< 0.2.0)
193225
retriable (3.1.2)
226+
rexml (3.2.5)
194227
rouge (2.0.7)
195-
ruby-macho (1.4.0)
196-
ruby2_keywords (0.0.2)
197-
rubyzip (2.3.0)
228+
ruby-macho (2.5.1)
229+
ruby2_keywords (0.0.5)
230+
rubyzip (2.3.2)
198231
security (0.1.3)
199-
signet (0.14.0)
200-
addressable (~> 2.3)
232+
signet (0.16.0)
233+
addressable (~> 2.8)
201234
faraday (>= 0.17.3, < 2.0)
202235
jwt (>= 1.5, < 3.0)
203236
multi_json (~> 1.10)
204237
simctl (1.6.8)
205238
CFPropertyList
206239
naturally
207-
slack-notifier (2.3.2)
208240
terminal-notifier (2.0.0)
209241
terminal-table (1.8.0)
210242
unicode-display_width (~> 1.1, >= 1.1.1)
211-
thread_safe (0.3.6)
243+
trailblazer-option (0.1.2)
212244
tty-cursor (0.7.1)
213245
tty-screen (0.8.1)
214246
tty-spinner (0.9.3)
215247
tty-cursor (~> 0.7)
216248
typhoeus (1.4.0)
217249
ethon (>= 0.9.0)
218-
tzinfo (1.2.7)
219-
thread_safe (~> 0.1)
250+
tzinfo (2.0.4)
251+
concurrent-ruby (~> 1.0)
220252
uber (0.1.0)
221253
unf (0.1.4)
222254
unf_ext
223-
unf_ext (0.0.7.7)
224-
unicode-display_width (1.7.0)
255+
unf_ext (0.0.8)
256+
unicode-display_width (1.8.0)
257+
webrick (1.7.0)
225258
word_wrap (1.0.0)
226-
xcodeproj (1.19.0)
259+
xcodeproj (1.21.0)
227260
CFPropertyList (>= 2.3.3, < 4.0)
228261
atomos (~> 0.1.3)
229262
claide (>= 1.0.2, < 2.0)
230263
colored2 (~> 3.1)
231264
nanaimo (~> 0.3.0)
265+
rexml (~> 3.2.4)
232266
xcpretty (0.3.0)
233267
rouge (~> 2.0.7)
234-
xcpretty-travis-formatter (1.0.0)
268+
xcpretty-travis-formatter (1.0.1)
235269
xcpretty (~> 0.2, >= 0.0.7)
270+
zeitwerk (2.5.3)
236271

237272
PLATFORMS
238273
ruby
@@ -242,4 +277,4 @@ DEPENDENCIES
242277
fastlane
243278

244279
BUNDLED WITH
245-
2.1.0.pre.1
280+
2.3.3

OptableSDK.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = "OptableSDK"
3-
spec.version = "0.9.0"
3+
spec.version = "0.10.0"
44
spec.summary = "A lightweight SDK used to integrate iOS apps with the Optable Sandbox"
55
spec.description = <<-DESC
66
The Optable SDK is used to integrate an iOS application with an instance of the
@@ -20,5 +20,5 @@ Pod::Spec.new do |spec|
2020
spec.source = { :git => "https://github.com/Optable/optable-ios-sdk.git", :tag => "#{spec.version}" }
2121
spec.source_files = "Source/**/*.{h,m,swift}"
2222

23-
spec.framework = ['Foundation', 'WebKit', 'CryptoKit', 'AdSupport']
23+
spec.frameworks = 'Foundation', 'WebKit', 'CryptoKit', 'AdSupport'
2424
end

0 commit comments

Comments
 (0)