Skip to content

Commit

Permalink
Revert "Update branch SDK & fix build issues (#1061)"
Browse files Browse the repository at this point in the history
This reverts commit 60dfb78.
  • Loading branch information
Bruno Barbieri authored Sep 5, 2019
1 parent f24c2e3 commit 42abe99
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ios/branch-ios-sdk
Submodule branch-ios-sdk updated 48 files
+0 −18 .gitlab-ci.yml
+0 −32 Branch-SDK-Tests/BNCAppleReceiptTests.m
+0 −1 Branch-SDK-Tests/BNCDeviceInfo.Test.m
+0 −10 Branch-SDK-Tests/BNCTestCase.m
+0 −1 Branch-SDK-Tests/BNCTestCase.strings
+0 −112 Branch-SDK-Tests/BNCUserAgentCollectorTests.m
+0 −2 Branch-SDK-Tests/BranchEvent.Test.m
+1 −2 Branch-SDK-Tests/BranchInstallRequestTests.m
+2 −4 Branch-SDK-Tests/BranchOpenRequestTests.m
+0 −23 Branch-SDK/Branch-SDK/BNCAppleReceipt.h
+0 −56 Branch-SDK/Branch-SDK/BNCAppleReceipt.m
+83 −3 Branch-SDK/Branch-SDK/BNCDeviceInfo.m
+20 −0 Branch-SDK/Branch-SDK/BNCFabricAnswers.h
+71 −0 Branch-SDK/Branch-SDK/BNCFabricAnswers.m
+3 −0 Branch-SDK/Branch-SDK/BNCPreferenceHelper.h
+14 −0 Branch-SDK/Branch-SDK/BNCPreferenceHelper.m
+0 −23 Branch-SDK/Branch-SDK/BNCUserAgentCollector.h
+0 −87 Branch-SDK/Branch-SDK/BNCUserAgentCollector.m
+14 −6 Branch-SDK/Branch-SDK/Branch.h
+60 −27 Branch-SDK/Branch-SDK/Branch.m
+0 −2 Branch-SDK/Branch-SDK/BranchConstants.h
+0 −2 Branch-SDK/Branch-SDK/BranchConstants.m
+0 −1 Branch-SDK/Branch-SDK/BranchEvent.h
+0 −4 Branch-SDK/Branch-SDK/BranchEvent.m
+3 −0 Branch-SDK/Branch-SDK/BranchShareLink.m
+3 −0 Branch-SDK/Branch-SDK/BranchUniversalObject.m
+52 −0 Branch-SDK/Branch-SDK/BranchView.h
+45 −0 Branch-SDK/Branch-SDK/BranchView.m
+36 −0 Branch-SDK/Branch-SDK/BranchViewHandler.h
+151 −0 Branch-SDK/Branch-SDK/BranchViewHandler.m
+9 −20 Branch-SDK/Branch-SDK/Networking/BNCServerInterface.m
+0 −4 Branch-SDK/Branch-SDK/Networking/Requests/BranchInstallRequest.m
+16 −3 Branch-SDK/Branch-SDK/Networking/Requests/BranchOpenRequest.m
+1 −0 Branch-SDK/Branch-SDK/Networking/Requests/BranchUserCompletedActionRequest.h
+15 −1 Branch-SDK/Branch-SDK/Networking/Requests/BranchUserCompletedActionRequest.m
+31 −0 Branch-SDK/Fabric/ANSCompatibility.h
+237 −0 Branch-SDK/Fabric/Answers.h
+60 −0 Branch-SDK/Fabric/FABAttributes.h
+59 −0 Branch-SDK/Fabric/FABKitProtocol.h
+38 −0 Branch-SDK/Fabric/Fabric+FABKits.h
+67 −0 Branch-SDK/Fabric/Fabric.h
+1 −1 Branch-TestBed/Branch-SDK-Unhosted-Tests/BNCEncodingUtilsTests.m
+0 −67 Branch-TestBed/Branch-SDK-Unhosted-Tests/BNCServerInterfaceTests.m
+45 −35 Branch-TestBed/Branch-TestBed.xcodeproj/project.pbxproj
+4 −1 Branch-TestBed/Branch-TestBed/AppDelegate.m
+15 −2 Branch-TestBed/Branch-TestBed/ViewController.m
+1 −1 ChangeLog.md
+1 −1 README.md
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"react-native-aes-crypto": "github:brunobar79/react-native-aes#495bf43f119f6ee5998e7e42b9cb02bb39a5a524",
"react-native-animated-fox": "github:brunobar79/react-native-animated-fox#813096236bd765da465647c31b2d392e1d114d3f",
"react-native-background-timer": "2.1.1",
"react-native-branch": "github:brunobar79/react-native-branch-deep-linking-attribution#f455eb7fa317644978ebddd8a3afb80c73951f85",
"react-native-branch": "github:brunobar79/react-native-branch-deep-linking-attribution#androidx",
"react-native-browser-polyfill": "0.1.2",
"react-native-button": "github:brunobar79/react-native-button#fd79f4d6c8ced4086ba6e3021b6ed6d4a3e19cf7",
"react-native-camera": "2.10.0",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7130,7 +7130,7 @@ [email protected]:
integrity sha1-VcgI54XUppM7DBCzlVMLFwmLBd4=

"lottie-react-native@github:brunobar79/lottie-react-native#7ce6a78ac4ac7b9891bc513cb3f12f8b9c9d9106":
version "3.1.0"
version "3.0.1"
resolved "https://codeload.github.com/brunobar79/lottie-react-native/tar.gz/7ce6a78ac4ac7b9891bc513cb3f12f8b9c9d9106"
dependencies:
invariant "^2.2.2"
Expand Down Expand Up @@ -9402,7 +9402,7 @@ [email protected]:
resolved "https://registry.yarnpkg.com/react-native-background-timer/-/react-native-background-timer-2.1.1.tgz#9a2489681ab2f8033c213c73272e9d4c47572cd5"
integrity sha512-cuXIIv+dcG8a8qkTD8pMzeqOEZCO+UGKglZWIe1osve+yJslmCowYQff+bI9xa7NOt2w+Vtd4L3d9JonlSqODg==

"react-native-branch@github:brunobar79/react-native-branch-deep-linking-attribution#f455eb7fa317644978ebddd8a3afb80c73951f85":
"react-native-branch@github:brunobar79/react-native-branch-deep-linking-attribution#androidx":
version "3.1.1"
resolved "https://codeload.github.com/brunobar79/react-native-branch-deep-linking-attribution/tar.gz/f455eb7fa317644978ebddd8a3afb80c73951f85"

Expand Down

0 comments on commit 42abe99

Please sign in to comment.