We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ecbd44 commit 03dc903Copy full SHA for 03dc903
1 file changed
bitrise.yml
@@ -742,17 +742,6 @@ workflows:
742
sed -i '' 's/CODE_SIGN_IDENTITY = "iPhone Developer"/CODE_SIGN_IDENTITY = "iPhone Developer"/' project.pbxproj
743
cd -
744
title: Set xcodeproj code_sign_identity to iPhone Developer
745
- - script@1.2.1:
746
- title: Pin swiftlint version to 0.62.2 (Workaround)
747
- inputs:
748
- - content: |-
749
- OLD_SWIFTLINT_PATH=`which swiftlint`
750
- curl -L -o swiftlint.zip https://github.com/realm/SwiftLint/releases/download/0.62.2/portable_swiftlint.zip
751
- unzip swiftlint.zip -d swiftlint_bin
752
- chmod +x swiftlint_bin/swiftlint
753
- sudo mv swiftlint_bin/swiftlint $OLD_SWIFTLINT_PATH
754
- which swiftlint
755
- swiftlint version
756
- script@1.2.1:
757
inputs:
758
- content: |-
0 commit comments