Skip to content

Commit

Permalink
Merge pull request #543 from RomanPodymov/develop
Browse files Browse the repository at this point in the history
Fixed build errors in develop
  • Loading branch information
Sam-Spencer authored May 31, 2020
2 parents 4e4e9c8 + ac87448 commit 0c5f990
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SwiftyStoreKit/SKProduct+LocalizedPrice.swift
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public extension SKProduct {
return formatter
}

@available(iOSApplicationExtension 11.2, OSX 10.13.2, tvOS 11.2, watchOS 6.2, macCatalyst 13.0, *)
@available(iOSApplicationExtension 11.2, iOS 11.2, OSX 10.13.2, tvOS 11.2, watchOS 6.2, macCatalyst 13.0, *)
var localizedSubscriptionPeriod: String {
guard let subscriptionPeriod = self.subscriptionPeriod else { return "" }

Expand Down
2 changes: 1 addition & 1 deletion SwiftyStoreKit/SKProductDiscount+LocalizedPrice.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

import StoreKit

@available(iOSApplicationExtension 11.2, OSX 10.13.2, tvOS 11.2, watchOS 4.2, macCatalyst 13.0, *)
@available(iOSApplicationExtension 11.2, iOS 11.2, OSX 10.13.2, tvOS 11.2, watchOS 4.2, macCatalyst 13.0, *)
public extension SKProductDiscount {

/// The formatted discount price of the product using the local currency.
Expand Down

0 comments on commit 0c5f990

Please sign in to comment.