How to run a script after Xcode runs codesign on my iPhone app?

前端 未结 2 1333
梦谈多话
梦谈多话 2021-02-07 12:39

I\'ve got a script written which does some steps to package my build for an Ad Hoc distribution. My first guess was to use a run script phase in my Ad Hoc target. But it looks l

2条回答
  •  别那么骄傲
    2021-02-07 13:40

    Can you create an aggregate target that contains both your "Ad hoc" target and a run script build phase (that runs after the "Ad hoc" target)?

提交回复
热议问题