Skip to content

Commit

Permalink
Update Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
msaps committed Apr 6, 2024
1 parent f06381b commit fdeced4
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 4 deletions.
16 changes: 16 additions & 0 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"object": {
"pins": [
{
"package": "Pageboy",
"repositoryURL": "https://github.com/uias/Pageboy",
"state": {
"branch": null,
"revision": "cd9f976a7d92f4fb56965c15da65b4c1b35b2460",
"version": "4.1.0"
}
}
]
},
"version": 1
}
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.10
// The swift-tools-version declares the minimum version of Swift required to build this package.
import PackageDescription

Expand All @@ -21,9 +21,9 @@ let package = Package(
.target(
name: "Tabman",
dependencies: ["Pageboy"],
path: ".",
exclude: ["Sources/Tabman/Tabman.h", "Sources/Tabman/Info.plist"],
sources: ["Sources/Tabman"],
path: "Sources/Tabman",
exclude: ["Tabman.h", "Info.plist", "PrivacyInfo.xcprivacy"],
resources: [.process("PrivacyInfo.xcprivacy")],
linkerSettings: [
.linkedFramework("UIKit")
]
Expand Down

0 comments on commit fdeced4

Please sign in to comment.