Skip to content

Commit

Permalink
docs: fixed way to launch on device
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanneff committed Dec 8, 2016
1 parent 8dd52d3 commit 5875649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEVELOPING.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ gulp prerelease && cd testbed && npm install -g cordova && cordova platform remo
> Validate all features on both `iOS` and `Android` on `device` only (no `simulator` or `TestFlight`)
```sh
cordova build ios && open -a Xcode platforms/ios/Branch\ Testing.xcworkspace;
cordova build ios --developmentTeam="PW4Q8885U7" --device;
```

```sh
Expand Down

0 comments on commit 5875649

Please sign in to comment.