Skip to content

Commit

Permalink
swift tools version to 5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
haniewais committed Mar 13, 2024
1 parent 72c05a0 commit 8018fc5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:5.0
// swift-tools-version:5.3

import PackageDescription

Expand All @@ -14,12 +14,12 @@ let package = Package(

targets: [
.target(
name: "Swifter",
dependencies: [],
name: "Swifter",
dependencies: [],
path: "Xcode/Sources",
resources: [
.process("PrivacyInfo.xcprivacy")
]
]
),

.target(
Expand Down

0 comments on commit 8018fc5

Please sign in to comment.