We currently have some pre-built C libraries (that we build and distribute ourselves) linked into our project as .a files. The xcode project file allows use to do this linking... does the new .binaryTarget(... allow use to zip together the headers and .a files for use in other packages locally. If so is there an expected structure or method to do so?