//===----------------------------------------------------------------------===// // This source file is part of the Swift.org open source project // // Copyright (c) 2014 - 2017 Apple Inc. and the Swift project authors // Licensed under Apache License v2.0 with Runtime Library Exception // // See https://swift.org/LICENSE.txt for license information // See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors // //===----------------------------------------------------------------------===// const char *usage = " swift-stdlib-tool --print [options...]\n" " Find and print the Swift libraries required by an app.\n" "\n" " swift-stdlib-tool --copy [options...]\n" " Copy the Swift libraries into an app bundle, and optionally sign them.\n" "\n" " --verbose\n" " Print progress.\n" " --verbose --verbose\n" " Print debugging details.\n" " --help\n" " Print usage.\n" "\n" " Options for lookup:\n" " --scan-executable \n" " Scan the executable at for references to Swift libraries.\n" " This option may be set multiple times.\n" " --scan-folder \n" " Scan any executables inside for references to Swift libraries.\n" " This option may be set multiple times.\n" " --platform \n" " Use the Swift libraries for .\n" " --source-libraries \n" " Search for Swift libraries.\n" " The default is /path/to/swift-stdlib-tool/../../lib/swift//\n" "\n" " Options for copying and signing:\n" " --destination \n" " Copy Swift libraries into .\n" " --unsigned-destination \n" " Copy Swift libraries into without signing them.\n" " --sign \n" " Sign copied Swift libraries using .\n" " --keychain \n" " Search for the code signing identity.\n" " --Xcodesign