Skip to content

Commit 000778c

Browse files
authored
Merge pull request circleci#252 from circleci/update-iOS-docs
Added --file flag to iOS app distribution with Hockeyapp
2 parents c6c3a7f + 6f27d84 commit 000778c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jekyll/_docs/ios-builds-on-os-x.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,7 @@ deployment:
281281
commands:
282282
- gym
283283
- ipa distribute:hockeyapp
284+
--file /Users/distiller/<yourprojectname>/<yourappname>.ipa
284285
--token "$HOCKEY_APP_TOKEN"
285286
--notes "CircleCI build $CIRCLE_BUILD_NUM"
286287
--commit-sha "$CIRCLE_SHA1"

0 commit comments

Comments
 (0)