gordontucker / FittedSheets

Bottom sheets for iOS
MIT License
1.35k stars 278 forks source link

Fix Xcode 15 compiler error related to @available on stored properties #202

Closed AndrewSB closed 1 year ago

stevelandeyasana commented 1 year ago

I did something similar on our fork, and also addressed the warnings: https://github.com/Asana/FittedSheets/pull/3

AndrewSB commented 1 year ago

ahh cool! you're keeping an upto-date fork. love it, i might have my app target that instead

@gordontucker we want to put no pressure on you, but i'm sure either @stevelandeyasana or i would be happy to help take on the burden of maintaining this repo

Bjornftw commented 1 year ago

If you're using CocoaPods and want to use FittedSheets on Xcode 15: pod 'FittedSheets', :git => 'https://github.com/AndrewSB/FittedSheets.git', :branch => 'xcode-15'

ThomasGoehringer commented 1 year ago

Is there any news on when this will be merged? @gordontucker