Skip to content

Commit

Permalink
Update README.md (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
shams-ahmed authored Jan 28, 2022
1 parent de280f5 commit 04e6c0e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,13 @@ bash -l -c "$(curl -sfL https://github.com/raw/bitrise-io/codesigndoc
* Xcode project scanner for UI test targets: `./codesigndoc scan xcodeuitests`
* Xamarin project scanner: `./codesigndoc scan xamarin`

**Optional xcodebuild flags:**

`-sdk`: If a value is specified for this flag it'll be passed to xcodebuild as the value of the -sdk flag. For more info about the values please see xcodebuild's -sdk flag docs. Example value: iphoneos")

`-destination`: The xcodebuild -destination option takes as its argument a destination specifier describing the device (or devices) to use as a destination i.e `generic/platform=iOS`.


## Manually finding the required base code signing files for an Xcode project or workspace

If you'd want to manually check which files are **required** for archiving your
Expand Down

0 comments on commit 04e6c0e

Please sign in to comment.