Skip to content

Commit

Permalink
Restore iOS 12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
MaartenZonneveld committed Feb 16, 2024
1 parent ca235b7 commit 929d70b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/flitsmeister/mapbox-directions-swift",
"state" : {
"revision" : "6eb45db13fc8710419a868b0011e398ce84efb66",
"version" : "0.23.2"
"revision" : "6c19ecc4e1324887ae3250802b8d13d8d8b3ff2d",
"version" : "0.23.3"
}
},
{
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(.v14)],
platforms: [.iOS(.v12)],
products: [
.library(
name: "MapboxNavigation",
Expand All @@ -15,7 +15,7 @@ let package = Package(
)
],
dependencies: [
.package(url: "https://github.com/flitsmeister/mapbox-directions-swift", exact: "0.23.2"),
.package(url: "https://github.com/flitsmeister/mapbox-directions-swift", exact: "0.23.3"),
.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")
Expand Down
4 changes: 2 additions & 2 deletions XcodeProj/MapboxNavigation.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1383,7 +1383,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
Expand Down Expand Up @@ -1442,7 +1442,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SWIFT_COMPILATION_MODE = wholemodule;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/flitsmeister/mapbox-directions-swift",
"state" : {
"revision" : "6eb45db13fc8710419a868b0011e398ce84efb66",
"version" : "0.23.2"
"revision" : "6c19ecc4e1324887ae3250802b8d13d8d8b3ff2d",
"version" : "0.23.3"
}
},
{
Expand Down

0 comments on commit 929d70b

Please sign in to comment.