Skip to content

Commit 5875649

Browse files
committed
docs: fixed way to launch on device
1 parent 8dd52d3 commit 5875649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DEVELOPING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ gulp prerelease && cd testbed && npm install -g cordova && cordova platform remo
7575
> Validate all features on both `iOS` and `Android` on `device` only (no `simulator` or `TestFlight`)
7676
7777
```sh
78-
cordova build ios && open -a Xcode platforms/ios/Branch\ Testing.xcworkspace;
78+
cordova build ios --developmentTeam="PW4Q8885U7" --device;
7979
```
8080

8181
```sh

0 commit comments

Comments
 (0)