From b5a71f688412284897db65516254d5c923858de0 Mon Sep 17 00:00:00 2001 From: Hongyan Jiang Date: Fri, 6 Sep 2024 13:08:03 -0400 Subject: [PATCH] Update minimum supported iOS version from 11 to 12 --- Changelog.md | 1 + InstanaAgent.podspec | 2 +- Package.swift | 2 +- README.md | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Changelog.md b/Changelog.md index 22f13f9..5c9685d 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,7 @@ # Changelog ## 1.8.3 +- update minimum supported iOS version to 12 (was 11 before) - do not rate limit session start beacon and crash beacons - fix typo of crash exception code diff --git a/InstanaAgent.podspec b/InstanaAgent.podspec index f8f450f..b014fa5 100644 --- a/InstanaAgent.podspec +++ b/InstanaAgent.podspec @@ -59,7 +59,7 @@ Pod::Spec.new do |s| # the deployment target. You can optionally include the target after the platform. # - s.platform = :ios, "11.0" + s.platform = :ios, "12.0" # ――― Source Location ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # diff --git a/Package.swift b/Package.swift index 7158faa..b521832 100644 --- a/Package.swift +++ b/Package.swift @@ -5,7 +5,7 @@ import PackageDescription let package = Package( name: "InstanaAgent", - platforms: [.iOS(.v11), .macOS(.v10_15)], + platforms: [.iOS(.v12), .macOS(.v10_15)], products: [ // Products define the executables and libraries produced by a package, and make them visible to other packages. .library( diff --git a/README.md b/README.md index 8ef0142..417e483 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Optionally: - Set the current visible view to match with the HTTP sessions ## Requirements -- iOS 11+ +- iOS 12+ - Swift 5.4+ ## Installation