Skip to content

Commit

Permalink
Add FreemiumKit as default package
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeehut committed Sep 5, 2024
1 parent e9f4823 commit 3e3625e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@
"version" : "0.5.0"
}
},
{
"identity" : "freemiumkit",
"kind" : "remoteSourceControl",
"location" : "https://github.com/FlineDev/FreemiumKit.git",
"state" : {
"revision" : "965d3fffe7bf2ce428d3dd6eaded2293665c64b9",
"version" : "1.7.1"
}
},
{
"identity" : "handyswift",
"kind" : "remoteSourceControl",
Expand Down
3 changes: 3 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ let package = Package(
.package(url: "https://github.com/apple/swift-collections.git", from: "1.0.4"),

// FlineDev
.package(url: "https://github.com/FlineDev/FreemiumKit.git", from: "1.7.1"),
.package(url: "https://github.com/FlineDev/HandySwift.git", branch: "main"),
.package(url: "https://github.com/FlineDev/HandySwiftUI.git", branch: "main"),
.package(url: "https://github.com/FlineDev/ReviewKit.git", branch: "main"),
Expand All @@ -30,6 +31,8 @@ let package = Package(
"FoundationPlus",

// FlineDev
.product(name: "FreemiumKit", package: "FreemiumKit"),
.product(name: "HandySwift", package: "HandySwift"),
.product(name: "HandySwiftUI", package: "HandySwiftUI"),
.product(name: "ReviewKit", package: "ReviewKit"),

Expand Down
2 changes: 2 additions & 0 deletions Sources/SwiftUIPlus/SwiftUIPlus.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
@_exported import TipKit

// FlineDev
@_exported import FreemiumKit
@_exported import HandySwift
@_exported import HandySwiftUI
@_exported import ReviewKit

Expand Down

0 comments on commit 3e3625e

Please sign in to comment.