Perfect icon indicating copy to clipboard operation
Perfect copied to clipboard

Update the Package format to the SPM 4 format, made the library .dynamic

Open fadi-botros opened this issue 7 years ago • 1 comments

Please don't put it on the master branch (for master, please use

.library(name: "PerfectLib", targets: ["PerfectLib"])

instead of

.library(name: "PerfectLib", type: .dynamic, targets: ["PerfectLib"])

Until Apple fully supports dynamic libraries in Swift Package Manager, (As a temporary solution, try my fork of Swift Package Manager (not tested on Linux) https://github.com/fadi-botros/swift-package-manager)

fadi-botros avatar Nov 11 '17 08:11 fadi-botros

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Nov 11 '17 08:11 CLAassistant