Skip to content

Commit

Permalink
updating package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
james-lappin-cko committed Mar 4, 2025
1 parent 9cd5cb7 commit fd101a4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/fingerprintjs/fingerprintjs-pro-ios",
"state" : {
"revision" : "ceb8b845ec99727ee9f78869a51688c6daa16bd8",
"version" : "2.2.0"
"revision" : "51df49f935af022ceafbee34855500a37e0f35d3",
"version" : "2.7.0"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ let package = Package(
name: "Risk",
platforms: [
.macOS(.v10_12),
.iOS(.v12)
.iOS(.v13)
],
products: [
.library(
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The package helps collect device data for merchants with direct integration (sta


## Requirements
- iOS 12.0+
- iOS 13.0+
- Xcode 12.4+
- Swift 5.3+

Expand Down

0 comments on commit fd101a4

Please sign in to comment.