tikhop / TPInAppReceipt

Reading and Validating In App Purchase Receipt Locally.
MIT License
635 stars 95 forks source link

version 3.2.0 compilation issue (already fixed in main) #88

Closed ungerc closed 3 years ago

ungerc commented 3 years ago

Extras.swift:162:19: Extras.swift:225:19: Extras.swift:236:19:

let purchases = purchases.filter yields Pods/TPInAppReceipt/Sources/Extras.swift:236:19: variable used within its own initial value on our ci, probably due to an Xcode version older than 12.5/swift 5.4 this is already fixed in main let array = purchases.filter

ungerc commented 3 years ago

@tikhop maybe I should phrase it as: would it be possible to release another version which contains these minor build fixes? cheers, christian

tikhop commented 3 years ago

@ungerc should be released within a few hours.

ungerc commented 3 years ago

@tikhop thanks 🙏 very much appreciated

tikhop commented 3 years ago

@ungerc ✅

ungerc commented 3 years ago

🙏