Skip to content

Commit

Permalink
[Fastlane] Branch native SDK update
Browse files Browse the repository at this point in the history
  • Loading branch information
jdee committed Aug 16, 2017
1 parent 59067a4 commit 931c788
Show file tree
Hide file tree
Showing 14 changed files with 251 additions and 290 deletions.
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.17.7):
- Branch-SDK/Core (= 0.17.7)
- Branch-SDK/Core (0.17.7)
- Branch-SDK (0.17.9):
- Branch-SDK/Core (= 0.17.9)
- Branch-SDK/Core (0.17.9)
- React (0.42.3):
- React/Core (= 0.42.3)
- react-native-branch (2.0.0-rc.1):
Expand Down Expand Up @@ -48,7 +48,7 @@ EXTERNAL SOURCES:
:path: node_modules/react-native/ReactCommon/yoga

SPEC CHECKSUMS:
Branch-SDK: cf00273fd364902bbec3a1fba3fd7150b10ef578
Branch-SDK: 3c80eb02fe9b23c4c7aa8f2a073795586f204efb
React: 35e039680feacd0563677d49ba410112d2748559
react-native-branch: 91886c8998c4abccca9acf1d5cc88420ee600701
Yoga: 86ce777665c8259b94ef8dbea76b84634237f4ea
Expand Down

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.

8 changes: 4 additions & 4 deletions examples/webview_example_native_ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PODS:
- Branch-SDK (0.17.7):
- Branch-SDK/Core (= 0.17.7)
- Branch-SDK/Core (0.17.7)
- Branch-SDK (0.17.9):
- Branch-SDK/Core (= 0.17.9)
- Branch-SDK/Core (0.17.9)
- Cartography (1.1.0)
- React (0.42.3):
- React/Core (= 0.42.3)
Expand Down Expand Up @@ -52,7 +52,7 @@ EXTERNAL SOURCES:
:path: node_modules/react-native/ReactCommon/yoga

SPEC CHECKSUMS:
Branch-SDK: cf00273fd364902bbec3a1fba3fd7150b10ef578
Branch-SDK: 3c80eb02fe9b23c4c7aa8f2a073795586f204efb
Cartography: 0538ccb4044acbbda2266335fc58cb4228794d90
React: 35e039680feacd0563677d49ba410112d2748559
react-native-branch: 91886c8998c4abccca9acf1d5cc88420ee600701
Expand Down

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

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

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.

2 changes: 1 addition & 1 deletion ios/Branch-SDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Branch-SDK"
s.version = "0.17.7"
s.version = "0.17.9"
s.summary = "Create an HTTP URL for any piece of content in your app"
s.description = <<-DESC
- Want the highest possible conversions on your sharing feature?
Expand Down
2 changes: 1 addition & 1 deletion ios/Branch-SDK/Branch-SDK/BNCConfig.m
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
NSString * const BNC_API_BASE_URL = @"https://api.branch.io";
NSString * const BNC_API_VERSION = @"v1";
NSString * const BNC_LINK_URL = @"https://bnc.lt";
NSString * const BNC_SDK_VERSION = @"0.17.7";
NSString * const BNC_SDK_VERSION = @"0.17.9";
Loading

0 comments on commit 931c788

Please sign in to comment.