yonaskolb / Mint

A package manager that installs and runs executable Swift packages
MIT License
2.27k stars 122 forks source link

mint do not copy swift package bundle. #232

Open ghost opened 2 years ago

ghost commented 2 years ago

I found the code at https://github.com/yonaskolb/Mint/blob/master/Sources/MintKit/Mint.swift

let resourcesFile = packageCheckoutPath + "Package.resources"

and SwiftGen workaronud at https://github.com/SwiftGen/SwiftGen/blob/stable/Package.resources

Could you find the .bundle in loop and copy with executable binary ?