From 2b9a4bcdbcd9f201a601646d58c6cc84c856ed5b Mon Sep 17 00:00:00 2001 From: Garth Vander Houwen Date: Wed, 5 Jun 2024 10:35:03 -0700 Subject: [PATCH] Dont run swiftlint build plugin --- Meshtastic.xcodeproj/project.pbxproj | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Meshtastic.xcodeproj/project.pbxproj b/Meshtastic.xcodeproj/project.pbxproj index 02f8944b..13ea755d 100644 --- a/Meshtastic.xcodeproj/project.pbxproj +++ b/Meshtastic.xcodeproj/project.pbxproj @@ -1010,6 +1010,7 @@ buildRules = ( ); dependencies = ( + DDF8E1F72C10D7E00019C87E /* PBXTargetDependency */, DDDE5A0229AF163E00490C6C /* PBXTargetDependency */, ); name = Meshtastic; @@ -1356,6 +1357,10 @@ target = DDDE59F329AF163D00490C6C /* WidgetsExtension */; targetProxy = DDDE5A0129AF163E00490C6C /* PBXContainerItemProxy */; }; + DDF8E1F72C10D7E00019C87E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + productRef = DDF8E1F62C10D7E00019C87E /* SwiftLintBuildToolPlugin */; + }; /* End PBXTargetDependency section */ /* Begin PBXVariantGroup section */ @@ -1725,6 +1730,11 @@ package = DD5394FA276993AD00AD86B1 /* XCRemoteSwiftPackageReference "swift-protobuf" */; productName = SwiftProtobuf; }; + DDF8E1F62C10D7E00019C87E /* SwiftLintBuildToolPlugin */ = { + isa = XCSwiftPackageProductDependency; + package = 258EE1212C0E81AE0025A5FB /* XCRemoteSwiftPackageReference "SwiftLint" */; + productName = "plugin:SwiftLintBuildToolPlugin"; + }; /* End XCSwiftPackageProductDependency section */ /* Begin XCVersionGroup section */