Skip to content

Commit

Permalink
chore: add SwiftLint dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
OS-ricardomoreirasilva committed Jan 10, 2025
1 parent d193d9a commit d3e1b71
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
14 changes: 14 additions & 0 deletions OSFilesystemLib.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,9 @@
Base,
);
mainGroup = 7575CF572BFCEE6F008F3FD0;
packageReferences = (
751328D32D3174590031BDD0 /* XCRemoteSwiftPackageReference "SwiftLintPlugins" */,
);
productRefGroup = 7575CF622BFCEE6F008F3FD0 /* Products */;
projectDirPath = "";
projectRoot = "";
Expand Down Expand Up @@ -507,6 +510,17 @@
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */

/* Begin XCRemoteSwiftPackageReference section */
751328D32D3174590031BDD0 /* XCRemoteSwiftPackageReference "SwiftLintPlugins" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/SimplyDanny/SwiftLintPlugins";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 0.57.1;
};
};
/* End XCRemoteSwiftPackageReference section */
};
rootObject = 7575CF582BFCEE6F008F3FD0 /* Project object */;
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"originHash" : "1fa961aa1dc717cea452f3389668f0f99a254f07e4eb11d190768a53798f744f",
"pins" : [
{
"identity" : "swiftlintplugins",
"kind" : "remoteSourceControl",
"location" : "https://github.com/SimplyDanny/SwiftLintPlugins",
"state" : {
"revision" : "f9731bef175c3eea3a0ca960f1be78fcc2bc7853",
"version" : "0.57.1"
}
}
],
"version" : 2
}

0 comments on commit d3e1b71

Please sign in to comment.