Skip to content

Commit

Permalink
Fix fastlane
Browse files Browse the repository at this point in the history
adding a step to copy a file to approve of the build tool plugin to run
  • Loading branch information
mikaelacaron committed Oct 8, 2024
1 parent 8b28aa4 commit c077d4e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Enable Build Tools
run: cp fastlane/enable-build-tool-plugins.json ~/Library/org.swift.swiftpm/security/plugins.json

- name: Prepare xcconfig
run: cp Basic-Car-Maintenance.xcconfig.template Basic-Car-Maintenance.xcconfig
Expand Down
12 changes: 12 additions & 0 deletions fastlane/enable-build-tool-plugins.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"fingerprint" : "f17a4f9dfb6a6afb0408426354e4180daaf49cee",
"packageIdentity" : "swiftlint",
"targetName" : "SwiftLintPlugin"
},
{
"fingerprint" : "7c80ce6f142164b0201871e580b021d1b2c69804",
"packageIdentity" : "swiftlintplugins",
"targetName" : "SwiftLintBuildToolPlugin"
}
]

0 comments on commit c077d4e

Please sign in to comment.