Skip to content

Commit

Permalink
try iOS12 SwiftLintPlugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick-Kladek committed Apr 13, 2024
1 parent d731478 commit 803f22f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@
{
"identity" : "swiftlintplugin",
"kind" : "remoteSourceControl",
"location" : "https://github.com/lukepistrol/SwiftLintPlugin",
"location" : "https://github.com/patrick-kladek/SwiftLintPlugin",
"state" : {
"revision" : "ea6d3ca895b49910f790e98e4b4ca658e0fe490e",
"version" : "0.54.0"
"branch" : "feature/reduce-min-platform-requirements",
"revision" : "e892d86980c28d77e87caaeea81f7bcbc126b8bc"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import PackageDescription
let package = Package(
name: "maplibre-navigation-ios",
defaultLocalization: "en",
platforms: [.iOS(.v13)],
platforms: [.iOS(.v12)],
products: [
.library(
name: "MapboxNavigation",
Expand All @@ -19,7 +19,7 @@ let package = Package(
.package(url: "https://github.com/flitsmeister/turf-swift", exact: "0.2.2"),
.package(url: "https://github.com/maplibre/maplibre-gl-native-distribution.git", from: "6.0.0"),
.package(url: "https://github.com/ceeK/Solar.git", exact: "3.0.1"),
.package(url: "https://github.com/lukepistrol/SwiftLintPlugin", from: "0.54.0"),
.package(url: "https://github.com/patrick-kladek/SwiftLintPlugin", branch: "feature/reduce-min-platform-requirements"),
.package(url: "https://github.com/nicklockwood/SwiftFormat.git", from: "0.53.6")
],
targets: [
Expand Down

0 comments on commit 803f22f

Please sign in to comment.