Skip to content

Commit 763c579

Browse files
committed
[Fastlane] Branch native SDK update: 0.22.4 (iOS)
1 parent ceb4318 commit 763c579

File tree

36 files changed

+2083
-2005
lines changed

36 files changed

+2083
-2005
lines changed

Gemfile.lock

Lines changed: 34 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,19 @@ GEM
1111
public_suffix (>= 2.0.2, < 4.0)
1212
ast (2.3.0)
1313
babosa (1.0.2)
14-
backports (3.10.3)
15-
branch_io_cli (0.12.6)
16-
CFPropertyList
17-
cocoapods-core
18-
commander
19-
pattern_patch (>= 0.5.4)
20-
plist
21-
rubyzip
22-
xcodeproj
14+
backports (3.11.0)
15+
branch_io_cli (0.13.1)
16+
CFPropertyList (~> 2.3)
17+
cocoapods-core (~> 1.3)
18+
commander (~> 4.4)
19+
pastel (~> 0.7)
20+
pattern_patch (~> 0.5, >= 0.5.4)
21+
plist (~> 3.3)
22+
rubyzip (~> 1.1)
23+
tty-platform (~> 0.1)
24+
tty-progressbar (~> 0.13)
25+
tty-spinner (~> 0.7)
26+
xcodeproj (~> 1.4)
2327
claide (1.0.2)
2428
cocoapods (1.3.1)
2529
activesupport (>= 4.0.2, < 5)
@@ -67,6 +71,7 @@ GEM
6771
domain_name (0.5.20170404)
6872
unf (>= 0.0.5, < 1.0.0)
6973
dotenv (2.2.1)
74+
equatable (0.5.0)
7075
escape (0.0.4)
7176
ethon (0.11.0)
7277
ffi (>= 1.3.0)
@@ -79,7 +84,7 @@ GEM
7984
faraday_middleware (0.12.2)
8085
faraday (>= 0.7.4, < 1.0)
8186
fastimage (2.1.1)
82-
fastlane (2.70.2)
87+
fastlane (2.72.0)
8388
CFPropertyList (>= 2.3, < 3.0.0)
8489
addressable (>= 2.3, < 3.0.0)
8590
babosa (>= 1.0.2, < 2.0.0)
@@ -107,7 +112,8 @@ GEM
107112
slack-notifier (>= 1.3, < 2.0.0)
108113
terminal-notifier (>= 1.6.2, < 2.0.0)
109114
terminal-table (>= 1.4.5, < 2.0.0)
110-
tty-screen (~> 0.6.3)
115+
tty-screen (>= 0.6.3, < 1.0.0)
116+
tty-spinner (>= 0.7.0, < 1.0.0)
111117
word_wrap (~> 1.0.0)
112118
xcodeproj (>= 1.5.2, < 2.0.0)
113119
xcpretty (>= 0.2.4, < 1.0.0)
@@ -162,7 +168,7 @@ GEM
162168
mime-types-data (~> 3.2015)
163169
mime-types-data (3.2016.0521)
164170
mini_magick (4.5.1)
165-
minitest (5.10.3)
171+
minitest (5.11.1)
166172
molinillo (0.5.7)
167173
multi_json (1.12.2)
168174
multi_xml (0.6.0)
@@ -177,8 +183,11 @@ GEM
177183
parallel (1.12.1)
178184
parser (2.4.0.2)
179185
ast (~> 2.3)
180-
pattern_patch (0.5.4)
181-
activesupport
186+
pastel (0.7.2)
187+
equatable (~> 0.5.0)
188+
tty-color (~> 0.4.0)
189+
pattern_patch (0.5.5)
190+
activesupport (~> 4.2)
182191
plist (3.4.0)
183192
powerpack (0.1.1)
184193
public_suffix (2.0.5)
@@ -192,7 +201,7 @@ GEM
192201
uber (< 0.2.0)
193202
retriable (3.1.1)
194203
rouge (2.0.7)
195-
rubocop (0.52.0)
204+
rubocop (0.52.1)
196205
parallel (~> 1.10)
197206
parser (>= 2.4.0.2, < 3.0)
198207
powerpack (~> 0.1)
@@ -222,7 +231,15 @@ GEM
222231
launchy (~> 2.1)
223232
pusher-client (~> 0.4)
224233
typhoeus (~> 0.6, >= 0.6.8)
225-
tty-screen (0.6.3)
234+
tty-color (0.4.2)
235+
tty-cursor (0.5.0)
236+
tty-platform (0.1.0)
237+
tty-progressbar (0.13.0)
238+
tty-cursor (~> 0.5.0)
239+
tty-screen (~> 0.6.0)
240+
tty-screen (0.6.4)
241+
tty-spinner (0.7.0)
242+
tty-cursor (>= 0.5.0)
226243
typhoeus (0.8.0)
227244
ethon (>= 0.8.0)
228245
tzinfo (1.2.4)
@@ -257,4 +274,4 @@ DEPENDENCIES
257274
travis
258275

259276
BUNDLED WITH
260-
1.16.0
277+
1.16.1

examples/testbed_native_ios/Podfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PODS:
2-
- Branch-SDK (0.21.16):
3-
- Branch-SDK/Core (= 0.21.16)
4-
- Branch-SDK/Core (0.21.16)
2+
- Branch-SDK (0.22.4):
3+
- Branch-SDK/Core (= 0.22.4)
4+
- Branch-SDK/Core (0.22.4)
55
- React (0.42.3):
66
- React/Core (= 0.42.3)
77
- react-native-branch (2.2.3):
@@ -48,7 +48,7 @@ EXTERNAL SOURCES:
4848
:path: node_modules/react-native/ReactCommon/yoga
4949

5050
SPEC CHECKSUMS:
51-
Branch-SDK: 120a0adc84d3f10f5ccfa1cb70afa672a8f04ec0
51+
Branch-SDK: 5441e442814e2b77e3c822040eef1e81f5b36f06
5252
React: 35e039680feacd0563677d49ba410112d2748559
5353
react-native-branch: 4e891b906b7c5a869c182a8eca3aec7db82ba413
5454
Yoga: 86ce777665c8259b94ef8dbea76b84634237f4ea

examples/testbed_native_ios/Pods/Headers/Private/Branch-SDK/Branch/UIViewController+Branch.h

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/testbed_native_ios/Pods/Headers/Public/Branch-SDK/Branch/UIViewController+Branch.h

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/testbed_native_ios/Pods/Local Podspecs/Branch-SDK.podspec.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/testbed_native_ios/Pods/Manifest.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)