Skip to content

Commit

Permalink
docs: add development team to silence error
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanneff committed Dec 16, 2016
1 parent 7bf6eec commit 937ac03
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 remove ios
> 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"; open -a Xcode platforms/ios/Branch\ Testing.xcworkspace;
```

```sh
Expand Down

0 comments on commit 937ac03

Please sign in to comment.