mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-11 20:00:30 +01:00
Supporting static and dynamic linking in Swift package manifests #367
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 @tackgyu on GitHub (Jul 16, 2021).
In its package manifests, supporting library types are specified as
static:9cc616f720/Package.swift (L35)From documents Apple provides by unspecifying its type, Xcode can choose whether to link the library statically or dynamically (https://developer.apple.com/documentation/swift_packages/product/2878196-library), so CoreStore can support both linkage types? If so, I'd like to contribute.
@JohnEstropia commented on GitHub (Jul 19, 2021):
@tackgyu Thank you for looking into it! I think it should be fine to remove it. Do you want to make the PR?
@tackgyu commented on GitHub (Jul 19, 2021):
@JohnEstropia Sure, let me post it
@JohnEstropia commented on GitHub (Jul 20, 2021):
merged to develop, thanks!