mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-11 20:00:30 +01:00
POLL: Are you using CoreStore's Objective-C API? #292
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 @JohnEstropia on GitHub (Oct 20, 2019).
YES, post a+1or 👍NO, post a-1or 👎If you answered
YES, please do share a short comment on particular use-cases you need them for.I am considering deprecating the Objective-C API if there is not much use for it. Your feedback is appreciated!
@JohnEstropia commented on GitHub (Jan 8, 2020):
Objective-C shivs now deprecated as of CoreStore
7.0.3@WesleyHilhorst commented on GitHub (Aug 25, 2020):
@JohnEstropia You could maybe exclude the Objc part within the podspec by lifting the power of subspecs. Currently I am not able to use the
use_modular_headersoption when using CoreStore :-).@JohnEstropia commented on GitHub (Aug 30, 2020):
@WesleyHilhorst Thanks for the suggestion. That may improve the status quo for Cocoapods users, but is a lot more complicated for Carthage or Swift Package Manager users.