Skip to content

Commit

Permalink
Update minimum supported iOS version from 11 to 12
Browse files Browse the repository at this point in the history
  • Loading branch information
Hongyan Jiang authored and GitHub Enterprise committed Sep 6, 2024
1 parent d71cffe commit b5a71f6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion InstanaAgent.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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 ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b5a71f6

Please sign in to comment.