CocoaPods / cocoapods-packager

CocoaPods plugin which allows you to generate a static library from a podspec.
Other
1.14k stars 219 forks source link

Optimization of copy resource #271

Open AjSuperRay opened 3 years ago

AjSuperRay commented 3 years ago

In a recent project, I found that your "copy resources" step is to match the resource files under the (PWD) path, but you will create temporary projects in the construction process, pull the source code and resource files from git, so why can't you copy the resource files from the temporary projects to the framework? If you can do this, you only need a podspec file to complete the construction of the framework.