Skip to content

Commit 5f595a6

Browse files
committed
Bump native iOS SDK to 0.27.1
1 parent aecb245 commit 5f595a6

File tree

46 files changed

+1960
-2021
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+1960
-2021
lines changed

examples/browser_example/ios/Podfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
PODS:
22
- boost-for-react-native (1.63.0)
3-
- Branch (0.27.0):
4-
- Branch/Core (= 0.27.0)
5-
- Branch/Core (0.27.0)
3+
- Branch (0.27.1):
4+
- Branch/Core (= 0.27.1)
5+
- Branch/Core (0.27.1)
66
- DoubleConversion (1.1.5)
77
- Folly (2018.10.22.00):
88
- boost-for-react-native
@@ -12,7 +12,7 @@ PODS:
1212
- React (0.59.6):
1313
- React/Core (= 0.59.6)
1414
- react-native-branch (3.1.0):
15-
- Branch (= 0.27.0)
15+
- Branch (= 0.27.1)
1616
- React
1717
- react-native-webview (5.8.1):
1818
- React
@@ -98,15 +98,15 @@ EXTERNAL SOURCES:
9898

9999
SPEC CHECKSUMS:
100100
boost-for-react-native: 39c7adb57c4e60d6c5479dd8623128eb5b3f0f2c
101-
Branch: e4f2a9c361ebdc960c823d16014c187bf19b508c
101+
Branch: 1ace77c04b6e3efbf982bf4364f0662bfac156a0
102102
DoubleConversion: e22e0762848812a87afd67ffda3998d9ef29170c
103103
Folly: de497beb10f102453a1afa9edbf8cf8a251890de
104104
glog: 1de0bb937dccdc981596d3b5825ebfb765017ded
105105
React: 0bb58efca577aa4b3c8f03a9fbf0d9a8ebdb5ac4
106-
react-native-branch: 499094dee9c8d8e108306c223e87b4f84b012109
106+
react-native-branch: cf84b8a8a0b288a689563fc5ae9d0a4dae5e8677
107107
react-native-webview: f3e28b48461c78db833f727feec08b13285e7b61
108108
yoga: 8dacc3c5977cb8e07c346e203bb5f4ffe01296df
109109

110110
PODFILE CHECKSUM: 016d6ac9b3747376f9f65e512aa0af6d003f1b37
111111

112-
COCOAPODS: 1.7.4
112+
COCOAPODS: 1.7.5

examples/browser_example/ios/Pods/Branch/Branch-SDK/Branch-SDK/BNCConfig.m

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

examples/browser_example/ios/Pods/Branch/Branch-SDK/Branch-SDK/BNCEncodingUtils.m

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

examples/browser_example/ios/Pods/Local Podspecs/react-native-branch.podspec.json

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

examples/browser_example/ios/Pods/Manifest.lock

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

examples/browser_example/ios/Pods/Target Support Files/Branch/Branch-Info.plist

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

examples/testbed_native_ios/Podfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
PODS:
22
- boost-for-react-native (1.63.0)
3-
- Branch (0.27.0):
4-
- Branch/Core (= 0.27.0)
5-
- Branch/Core (0.27.0)
3+
- Branch (0.27.1):
4+
- Branch/Core (= 0.27.1)
5+
- Branch/Core (0.27.1)
66
- DoubleConversion (1.1.5)
77
- Folly (2018.10.22.00):
88
- boost-for-react-native
@@ -12,7 +12,7 @@ PODS:
1212
- React (0.59.6):
1313
- React/Core (= 0.59.6)
1414
- react-native-branch (3.1.0):
15-
- Branch (= 0.27.0)
15+
- Branch (= 0.27.1)
1616
- React
1717
- React/Core (0.59.6):
1818
- yoga (= 0.59.6.React)
@@ -90,14 +90,14 @@ EXTERNAL SOURCES:
9090

9191
SPEC CHECKSUMS:
9292
boost-for-react-native: 39c7adb57c4e60d6c5479dd8623128eb5b3f0f2c
93-
Branch: e4f2a9c361ebdc960c823d16014c187bf19b508c
93+
Branch: 1ace77c04b6e3efbf982bf4364f0662bfac156a0
9494
DoubleConversion: e22e0762848812a87afd67ffda3998d9ef29170c
9595
Folly: de497beb10f102453a1afa9edbf8cf8a251890de
9696
glog: 1de0bb937dccdc981596d3b5825ebfb765017ded
9797
React: 0bb58efca577aa4b3c8f03a9fbf0d9a8ebdb5ac4
98-
react-native-branch: 499094dee9c8d8e108306c223e87b4f84b012109
98+
react-native-branch: cf84b8a8a0b288a689563fc5ae9d0a4dae5e8677
9999
yoga: 8dacc3c5977cb8e07c346e203bb5f4ffe01296df
100100

101101
PODFILE CHECKSUM: fff4ecf1635f61046583d55448485b53d3437adb
102102

103-
COCOAPODS: 1.7.4
103+
COCOAPODS: 1.7.5

examples/testbed_native_ios/Pods/Branch/Branch-SDK/Branch-SDK/BNCConfig.m

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

examples/testbed_native_ios/Pods/Branch/Branch-SDK/Branch-SDK/BNCEncodingUtils.m

Lines changed: 7 additions & 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/react-native-branch.podspec.json

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

0 commit comments

Comments
 (0)