Skip to content

Commit

Permalink
Language correction (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
zoltan-baba authored Sep 29, 2020
1 parent 87a8b36 commit 92bc9fd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions step.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,21 +80,21 @@ inputs:
opts:
title: "Force code signing with Identity"
description: |-
Force xcodebuild to use specified Code Sign Identity.
Force xcodebuild to use specified Code Signing Identity.
Specify code sign identity as full ID (e.g. `iPhone Developer: Bitrise Bot (VV2J4SV8V4)`)
Specify code signing identity as full ID (e.g. `iPhone Developer: Bitrise Bot (VV2J4SV8V4)`)
or specify code sign group ( `iPhone Developer` or `iPhone Distribution` ).
- force_provisioning_profile:
opts:
title: "Force code signing with Provisioning Profile"
description: |-
Force xcodebuild to use specified Provisioning Profile.
Use Provisioning Profile's UUID, profile's name is not acceptable by xcodebuild.
Use Provisioning Profile's UUID. The profile's name is NOT accepted by xcodebuild.
How to get your UUID:
- In xcode select your project -> Build Settings -> Code Signing
- In Xcode select your project -> Build Settings -> Code Signing
- Select the desired Provisioning Profile, then scroll down in profile list and click on Other...
- The popup will show your profile's UUID.
Expand Down

0 comments on commit 92bc9fd

Please sign in to comment.