Update dependencies (#690)
This commit is contained in:
parent
dd4dd174d4
commit
4288c4e218
2 changed files with 8 additions and 8 deletions
|
|
@ -1519,7 +1519,7 @@
|
||||||
);
|
);
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
shellPath = /bin/sh;
|
shellPath = /bin/sh;
|
||||||
shellScript = "SWIFT_PACKAGE_DIR=\"${BUILD_DIR%Build/*}SourcePackages/artifacts\"\nSWIFTLINT_CMD=$(ls \"$SWIFT_PACKAGE_DIR\"/swiftlintplugins/SwiftLintBinary/SwiftLintBinary.artifactbundle/swiftlint-*-macos/bin/swiftlint | head -n 1)\n\nSTRICT_OPT=\n\nif [[ \"${CI}\" == \"true\" ]]; then\n echo \"Running in a Continuous Integration environment. Linting is strictly.\"\n STRICT_OPT=--strict\nfi\n\nif [[ \"${CONFIGURATION}\" == \"Release\" ]]; then\n echo \"Running during a release build. Linting is skipped.\"\n exit 0\nfi\n\nif test -f \"$SWIFTLINT_CMD\" 2>&1\nthen\n \"$SWIFTLINT_CMD\" lint --fix\n \"$SWIFTLINT_CMD\" lint $STRICT_OPT\nelse\n echo \"warning: `swiftlint` command not found\"\nfi\n";
|
shellScript = "SWIFT_PACKAGE_DIR=\"${BUILD_DIR%Build/*}SourcePackages/artifacts\"\nSWIFTLINT_CMD=$(ls \"$SWIFT_PACKAGE_DIR\"/swiftlintplugins/SwiftLintBinary/SwiftLintBinary.artifactbundle/swiftlint-*-macos/bin/swiftlint | head -n 1)\n\nSTRICT_OPT=\n\nif [[ \"${CI}\" == \"true\" ]]; then\n echo \"Running in a Continuous Integration environment. Linting is strict.\"\n STRICT_OPT=--strict\nfi\n\nif [[ \"${CONFIGURATION}\" == \"Release\" ]]; then\n echo \"Running during a release build. Linting is skipped.\"\n exit 0\nfi\n\nif test -f \"$SWIFTLINT_CMD\" 2>&1\nthen\n \"$SWIFTLINT_CMD\" lint --fix\n \"$SWIFTLINT_CMD\" lint $STRICT_OPT\nelse\n echo \"warning: `swiftlint` command not found.\"\nfi\n";
|
||||||
};
|
};
|
||||||
9A996C4726DDEAF100A4485D /* Remove SPM Duplicate Frameworks */ = {
|
9A996C4726DDEAF100A4485D /* Remove SPM Duplicate Frameworks */ = {
|
||||||
isa = PBXShellScriptBuildPhase;
|
isa = PBXShellScriptBuildPhase;
|
||||||
|
|
|
||||||
|
|
@ -68,8 +68,8 @@
|
||||||
"kind" : "remoteSourceControl",
|
"kind" : "remoteSourceControl",
|
||||||
"location" : "https://github.com/nicklockwood/SwiftFormat",
|
"location" : "https://github.com/nicklockwood/SwiftFormat",
|
||||||
"state" : {
|
"state" : {
|
||||||
"revision" : "2d5a2b6bde636c1feae2c852ab9a50f221e98c66",
|
"revision" : "468a7d32dedc8d352c191594b3b45d9fd8ba291b",
|
||||||
"version" : "0.55.3"
|
"version" : "0.55.5"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -77,8 +77,8 @@
|
||||||
"kind" : "remoteSourceControl",
|
"kind" : "remoteSourceControl",
|
||||||
"location" : "https://github.com/SimplyDanny/SwiftLintPlugins.git",
|
"location" : "https://github.com/SimplyDanny/SwiftLintPlugins.git",
|
||||||
"state" : {
|
"state" : {
|
||||||
"revision" : "fac0c3d3ac69b15ea5382275dbbd5e583a2e05fa",
|
"revision" : "7a3d77f3dd9f91d5cea138e52c20cfceabf352de",
|
||||||
"version" : "0.58.0"
|
"version" : "0.58.2"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -93,10 +93,10 @@
|
||||||
{
|
{
|
||||||
"identity" : "yubikit-ios",
|
"identity" : "yubikit-ios",
|
||||||
"kind" : "remoteSourceControl",
|
"kind" : "remoteSourceControl",
|
||||||
"location" : "https://github.com/Yubico/yubikit-ios",
|
"location" : "https://github.com/Yubico/yubikit-ios.git",
|
||||||
"state" : {
|
"state" : {
|
||||||
"revision" : "1ea9c97010780499001ac8552d6440235d947686",
|
"revision" : "2c4206263763743a2f1ca3309b87432588be637f",
|
||||||
"version" : "4.6.0"
|
"version" : "4.7.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue