bitrise-io / codesigndoc

Your friendly iOS Code Signing Doctor
MIT License
318 stars 43 forks source link

version bump to 2.4.4 #152

Closed shams-ahmed closed 2 years ago

shams-ahmed commented 2 years ago

Resolves issues with M1 as well as adds additional options for -sdk and -destination : -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.