From 3c1d111a16a5fb5e5249029c5ab50bf77def6fa2 Mon Sep 17 00:00:00 2001 From: Shams Ahmed Date: Fri, 28 Jan 2022 13:29:32 +0000 Subject: [PATCH 1/4] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index bcee062f..599cd05e 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,11 @@ bash -l -c "$(curl -sfL https://raw.githubusercontent.com/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 From 3c5b0b7c71a0d90b984fd5b31a4f91b48254f836 Mon Sep 17 00:00:00 2001 From: Shams Ahmed Date: Fri, 28 Jan 2022 13:31:17 +0000 Subject: [PATCH 2/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 599cd05e..7d4dfc27 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ bash -l -c "$(curl -sfL https://raw.githubusercontent.com/bitrise-io/codesigndoc * Xcode project scanner for UI test targets: `./codesigndoc scan xcodeuitests` * Xamarin project scanner: `./codesigndoc scan xamarin` -*Optional xcodebuild flags:* +**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`. From df9e2559bd76e6c94a3728208865497512edd4a9 Mon Sep 17 00:00:00 2001 From: Shams Ahmed Date: Fri, 28 Jan 2022 13:31:49 +0000 Subject: [PATCH 3/4] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7d4dfc27..29a9862f 100644 --- a/README.md +++ b/README.md @@ -101,9 +101,10 @@ bash -l -c "$(curl -sfL https://raw.githubusercontent.com/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`. +**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 From fd2fe3e8b8e3cdf8ea5d60857dfc832525ec50ac Mon Sep 17 00:00:00 2001 From: Shams Ahmed Date: Fri, 28 Jan 2022 13:32:18 +0000 Subject: [PATCH 4/4] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 29a9862f..d87c0c56 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,8 @@ bash -l -c "$(curl -sfL https://raw.githubusercontent.com/bitrise-io/codesigndoc * Xcode project scanner for UI test targets: `./codesigndoc scan xcodeuitests` * Xamarin project scanner: `./codesigndoc scan xamarin` -**Optional xcodebuild flags:** +**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`.