Skip to content

Commit

Permalink
[Fastlane] Branch native SDK update: 0.22.4 (iOS)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdee committed Jan 4, 2018
1 parent ceb4318 commit 763c579
Show file tree
Hide file tree
Showing 36 changed files with 2,083 additions and 2,005 deletions.
51 changes: 34 additions & 17 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,19 @@ GEM
public_suffix (>= 2.0.2, < 4.0)
ast (2.3.0)
babosa (1.0.2)
backports (3.10.3)
branch_io_cli (0.12.6)
CFPropertyList
cocoapods-core
commander
pattern_patch (>= 0.5.4)
plist
rubyzip
xcodeproj
backports (3.11.0)
branch_io_cli (0.13.1)
CFPropertyList (~> 2.3)
cocoapods-core (~> 1.3)
commander (~> 4.4)
pastel (~> 0.7)
pattern_patch (~> 0.5, >= 0.5.4)
plist (~> 3.3)
rubyzip (~> 1.1)
tty-platform (~> 0.1)
tty-progressbar (~> 0.13)
tty-spinner (~> 0.7)
xcodeproj (~> 1.4)
claide (1.0.2)
cocoapods (1.3.1)
activesupport (>= 4.0.2, < 5)
Expand Down Expand Up @@ -67,6 +71,7 @@ GEM
domain_name (0.5.20170404)
unf (>= 0.0.5, < 1.0.0)
dotenv (2.2.1)
equatable (0.5.0)
escape (0.0.4)
ethon (0.11.0)
ffi (>= 1.3.0)
Expand All @@ -79,7 +84,7 @@ GEM
faraday_middleware (0.12.2)
faraday (>= 0.7.4, < 1.0)
fastimage (2.1.1)
fastlane (2.70.2)
fastlane (2.72.0)
CFPropertyList (>= 2.3, < 3.0.0)
addressable (>= 2.3, < 3.0.0)
babosa (>= 1.0.2, < 2.0.0)
Expand Down Expand Up @@ -107,7 +112,8 @@ GEM
slack-notifier (>= 1.3, < 2.0.0)
terminal-notifier (>= 1.6.2, < 2.0.0)
terminal-table (>= 1.4.5, < 2.0.0)
tty-screen (~> 0.6.3)
tty-screen (>= 0.6.3, < 1.0.0)
tty-spinner (>= 0.7.0, < 1.0.0)
word_wrap (~> 1.0.0)
xcodeproj (>= 1.5.2, < 2.0.0)
xcpretty (>= 0.2.4, < 1.0.0)
Expand Down Expand Up @@ -162,7 +168,7 @@ GEM
mime-types-data (~> 3.2015)
mime-types-data (3.2016.0521)
mini_magick (4.5.1)
minitest (5.10.3)
minitest (5.11.1)
molinillo (0.5.7)
multi_json (1.12.2)
multi_xml (0.6.0)
Expand All @@ -177,8 +183,11 @@ GEM
parallel (1.12.1)
parser (2.4.0.2)
ast (~> 2.3)
pattern_patch (0.5.4)
activesupport
pastel (0.7.2)
equatable (~> 0.5.0)
tty-color (~> 0.4.0)
pattern_patch (0.5.5)
activesupport (~> 4.2)
plist (3.4.0)
powerpack (0.1.1)
public_suffix (2.0.5)
Expand All @@ -192,7 +201,7 @@ GEM
uber (< 0.2.0)
retriable (3.1.1)
rouge (2.0.7)
rubocop (0.52.0)
rubocop (0.52.1)
parallel (~> 1.10)
parser (>= 2.4.0.2, < 3.0)
powerpack (~> 0.1)
Expand Down Expand Up @@ -222,7 +231,15 @@ GEM
launchy (~> 2.1)
pusher-client (~> 0.4)
typhoeus (~> 0.6, >= 0.6.8)
tty-screen (0.6.3)
tty-color (0.4.2)
tty-cursor (0.5.0)
tty-platform (0.1.0)
tty-progressbar (0.13.0)
tty-cursor (~> 0.5.0)
tty-screen (~> 0.6.0)
tty-screen (0.6.4)
tty-spinner (0.7.0)
tty-cursor (>= 0.5.0)
typhoeus (0.8.0)
ethon (>= 0.8.0)
tzinfo (1.2.4)
Expand Down Expand Up @@ -257,4 +274,4 @@ DEPENDENCIES
travis

BUNDLED WITH
1.16.0
1.16.1
8 changes: 4 additions & 4 deletions examples/testbed_native_ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PODS:
- Branch-SDK (0.21.16):
- Branch-SDK/Core (= 0.21.16)
- Branch-SDK/Core (0.21.16)
- Branch-SDK (0.22.4):
- Branch-SDK/Core (= 0.22.4)
- Branch-SDK/Core (0.22.4)
- React (0.42.3):
- React/Core (= 0.42.3)
- react-native-branch (2.2.3):
Expand Down Expand Up @@ -48,7 +48,7 @@ EXTERNAL SOURCES:
:path: node_modules/react-native/ReactCommon/yoga

SPEC CHECKSUMS:
Branch-SDK: 120a0adc84d3f10f5ccfa1cb70afa672a8f04ec0
Branch-SDK: 5441e442814e2b77e3c822040eef1e81f5b36f06
React: 35e039680feacd0563677d49ba410112d2748559
react-native-branch: 4e891b906b7c5a869c182a8eca3aec7db82ba413
Yoga: 86ce777665c8259b94ef8dbea76b84634237f4ea
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions examples/testbed_native_ios/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 763c579

Please sign in to comment.