Originally created by @tackgyu on GitHub (Jul 16, 2021).
In its package manifests, supporting library types are specified as `static`:
https://github.com/JohnEstropia/CoreStore/blob/9cc616f7208d79c7879bef0b240c94d01b6c6509/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.
@tackgyu Thank you for looking into it! I think it should be fine to remove it. Do you want to make the PR?
@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?
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @tackgyu on GitHub (Jul 16, 2021).
In its package manifests, supporting library types are specified as
static:https://github.com/JohnEstropia/CoreStore/blob/9cc616f7208d79c7879bef0b240c94d01b6c6509/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!