yukiarrr / ios-build-action

Build iOS project (.xcodeproj, .xcworkspace), and export ipa
MIT License
279 stars 135 forks source link

Step-by-step documentation? #39

Open timheuer opened 3 years ago

timheuer commented 3 years ago

I'm new to this and want to get my workflow automated. This looks like the simplest action, but I'm failing still. Is there a step-by-step guide on where to get what pieces from my Xcode/developer profile information? I've got certficiates exported and various mobileprovision profiles but having a hard time understanding which ones I need to supply here.

yukiarrr commented 3 years ago

Sorry for the late response. There is no step-by-step documentation. For p12-base64, encode the p12 file. For mobileprovision-base64, encode the mobileprovision file. These files are also used when building with Xcode.