mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-14 07:33:28 +01:00
Plan to support Xcode 15? #420
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @KBog on GitHub (Oct 2, 2023).
Just wondering if there are plans to support Xcode 15 / iOS 17? The project doesn’t seem to compile.
@JohnEstropia commented on GitHub (Oct 3, 2023):
Yes, it's currently in the
developbranch. I've got my hands full this week and forgot to post a master release. Will publish soon, thanks for reminding!@KBog commented on GitHub (Oct 3, 2023):
Awesome, thank you as always!
@JohnEstropia commented on GitHub (Oct 3, 2023):
Available now as
9.2.0. Let me know if you have issues!@KBog commented on GitHub (Oct 3, 2023):
I will check it when I get back home (I’m out of town at the moment). I usually install using CocoaPods, would I be able to bump from 9.0.0 to 9.2.0? Because I only see 9.0.0 on CocoaPods.org. Thanks!
@KBog commented on GitHub (Oct 10, 2023):
Everything worked, thank you!