You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Changes to `/src` don't need a `init.sh` rebuild, just a `cordova run ios`
50
51
51
-
```sh
52
-
gulp prerelease;
53
-
```
54
-
55
-
> **[optional]** Update [iOS SDK](https://github.com/BranchMetrics/ios-branch-deep-linking/tags) (will need to update `plugin.xml` dependencies if new iOS files)
52
+
> **[optional]** Update [Android](https://github.com/BranchMetrics/android-branch-deep-linking/releases) and [iOS](https://github.com/BranchMetrics/ios-branch-deep-linking/releases) SDKs
56
53
57
54
```sh
58
-
./src/scripts/npm/updateIosSdk.sh 0.13.5;
59
-
./src/scripts/npm/updateAndroidSdk.sh 2.5.9;
55
+
./src/scripts/npm/updateNativeSdk.sh -a 2.5.9 -i 0.13.5
60
56
```
61
57
62
58
### Test
63
59
64
-
> Modify `BRANCH_KEY` and `URI_SCHEME` and `config.xml` to values in [Branch Dashboard](https://dashboard.branch.io/settings/link)
0 commit comments