Skip to content

Commit

Permalink
Merge pull request #6 from minddistrict/Update-platforms-to-ios-13
Browse files Browse the repository at this point in the history
Change platforms to .iOS(.v13)
  • Loading branch information
mRoRo authored Oct 18, 2023
2 parents a48ba92 + 7db133f commit 0820d56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import PackageDescription
let package = Package(
name: "ios-accessibility-text-snapshot",
platforms: [
.iOS(.v12),
.iOS(.v13),
],
products: [
.library(
Expand Down

0 comments on commit 0820d56

Please sign in to comment.