File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -54,10 +54,6 @@ _Questions? [Contact us](https://support.branch.io/support/tickets/new)_
54
54
55
55
## Develop
56
56
57
- ``` sh
58
- yarn examples
59
- ```
60
-
61
57
* Changes to ` /src ` don't need a ` yarn examples ` rebuild, just a ` cordova run `
62
58
* Changes to ` /src/index.js ` need changes to ` testbed/platforms/ios/platform_www/plugins/branch-cordova-sdk ` and a ` cordova run ios `
63
59
@@ -72,16 +68,19 @@ yarn examples
72
68
73
69
* Validate all features on both ` iOS ` and ` Android ` on ` device ` only (no ` simulator ` or ` TestFlight ` )
74
70
75
- * ios
71
+ * build
76
72
77
73
``` sh
78
- ./testbed/init -idc
74
+ cd ./
75
+ yarn examples
79
76
```
80
77
81
- * android
82
-
83
78
` ` ` 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
85
84
` ` `
86
85
87
86
* files
You can’t perform that action at this time.
0 commit comments