We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f78b6e5 + e5734a7 commit 537d719Copy full SHA for 537d719
Utilities/bootstrap
@@ -976,8 +976,8 @@ def main():
976
error("xcodeproj generation failed with exit status %d" % (result,))
977
else:
978
# Pretty hacky: insert SWIFT_EXEC into the scheme. We may want to
979
- # add a an option to the `generate-xcodeproj` subcommand to allow
980
- # a user to specify env variable/value pairs to generate into the
+ # add an option to the `generate-xcodeproj` subcommand to allow a
+ # user to specify env variable/value pairs to generate into the
981
# scheme, but that seems a bit too arbitrary at this point.
982
cmd = ["sed", "-i", "",
983
"-e", "s|shouldUseLaunchSchemeArgsEnv = \"YES\"|"
0 commit comments