Add files to an Xcode project from a script?

后端 未结 7 1426
清酒与你
清酒与你 2020-12-04 07:11

Right now I\'m using a few scripts to generate files that I\'m including as resources in Xcode. The thing is I\'m running the script, then deleting from the project, then ad

7条回答
  •  情话喂你
    2020-12-04 07:44

    For those with large number of files, to avoid having to recopy (or recheck) each file, as suggested by @Ben Cochran (thanks a lot for the great script), this is how to do it with rsync:

    enter image description here

提交回复
热议问题