sersoft-gmbh / xcodebuild-action

A GitHub action that runs xcodebuild
Apache License 2.0
99 stars 9 forks source link

More info for implement this action Readme #165

Closed LucasGinard closed 1 year ago

LucasGinard commented 1 year ago

Hi, thanks for providing this action 👏

I'd like to contribute by adding additional information on how to implement this action. When I was looking for a way to implement it in my project (using CocoaPods), I couldn't find clear instructions.

I tried implementing other actions, but they didn't work as expected. Then, I went back and searched in the issues to see if it could be used with CocoaPods. I found this issue, which provided a successful implementation.

That's why I'd like to contribute by adding an example of how to implement it with CocoaPods.

ffried commented 1 year ago

@LucasGinard Thanks for enhancing the documentation. I've made some changes to your initial patch: