mirror of
https://github.com/realm/SwiftLint.git
synced 2026-05-07 20:12:49 +00:00
7 lines
232 B
Bash
Executable File
7 lines
232 B
Bash
Executable File
#!/bin/bash
|
|
#
|
|
# Extracts the swiftlint CLI tool from its application bundle. Meant to be run
|
|
# as part of an Xcode Run Script build phase.
|
|
|
|
cp -v "${BUILT_PRODUCTS_DIR}/${EXECUTABLE_PATH}" "${BUILT_PRODUCTS_DIR}/${EXECUTABLE_NAME}"
|