Skip to content

Commit 323e14e

Browse files
committed
docs: more cleanup
1 parent fc20bfe commit 323e14e

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

CONTRIBUTING.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,6 @@ _Questions? [Contact us](https://support.branch.io/support/tickets/new)_
5454

5555
## Develop
5656

57-
```sh
58-
yarn examples
59-
```
60-
6157
* Changes to `/src` don't need a `yarn examples` rebuild, just a `cordova run`
6258
* Changes to `/src/index.js` need changes to `testbed/platforms/ios/platform_www/plugins/branch-cordova-sdk` and a `cordova run ios`
6359

@@ -72,16 +68,19 @@ yarn examples
7268

7369
* Validate all features on both `iOS` and `Android` on `device` only (no `simulator` or `TestFlight`)
7470

75-
* ios
71+
* build
7672

7773
```sh
78-
./testbed/init -idc
74+
cd ./
75+
yarn examples
7976
```
8077

81-
* android
82-
8378
```sh
84-
./testbed/init -adc
79+
cd examples/cordova1
80+
# (plug in devices)
81+
# (ionic build if ionic 3)
82+
cordova run ios
83+
cordova run android
8584
```
8685

8786
* files

0 commit comments

Comments
 (0)