Skip to content

Commit

Permalink
Merge pull request #119 from shimastripe/shimastripe-patch-1
Browse files Browse the repository at this point in the history
Update Package.swift
  • Loading branch information
shimastripe authored Oct 5, 2024
2 parents 8b45e19 + a665862 commit ed7440c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ let package = Package(
.library(name: "IAPView", targets: ["IAPView"]),
],
dependencies: [
.package(url: "https://github.com/apple/app-store-server-library-swift", exact: "2.3.0"),
.package(url: "https://github.com/shimastripe/app-store-server-library-swift", exact: "2.3.0"),
.package(url: "https://github.com/kishikawakatsumi/KeychainAccess", exact: "4.2.2"),
.package(url: "https://github.com/maiyama18/LicensesPlugin", exact: "0.2.0"),
.package(url: "https://github.com/sparkle-project/Sparkle", exact: "2.6.4"),
Expand Down
2 changes: 1 addition & 1 deletion Sources/IAPInterface/Model/NotificationHistoryModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// Created by shimastripe on 2024/02/10.
//

@preconcurrency import AppStoreServerLibrary // For Model
import AppStoreServerLibrary // For Model
import Foundation

public struct NotificationHistoryModel: Codable, Hashable, Sendable {
Expand Down
2 changes: 1 addition & 1 deletion Sources/IAPInterface/Model/SubscriptionStatus.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// Created by shimastripe on 2024/02/22.
//

@preconcurrency import AppStoreServerLibrary // For Model
import AppStoreServerLibrary // For Model
import Foundation

public struct SubscriptionStatus: Codable, Hashable, Sendable {
Expand Down
2 changes: 1 addition & 1 deletion Sources/IAPInterface/Model/TransactionHistory.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// Created by shimastripe on 2024/02/24.
//

@preconcurrency import AppStoreServerLibrary // For Model
import AppStoreServerLibrary // For Model
import Foundation

public struct TransactionHistory: Codable, Hashable, Sendable {
Expand Down

0 comments on commit ed7440c

Please sign in to comment.