Integrates an ios build step into the benchmark workflow
Uses a cached version of the app's xcode archive if the podfile has not changed. Otherwise, the archive is re-built from source
Regenerates the javascript bundle from source and copies it to the xcode archive. This step is quite cheap right now, so caching the js bundle would not provide much of a benefit.
Generates an .ipa file from the xcode archive. This is a very cheap operation, as it just zips some files in the .xcarchive folder.
Runs the benchmark workflow on push to the main branch
Resolves #20
Benchmark run: https://github.com/rebeckerspecialties/benchmarking-test-app/actions/runs/10620125037
.ipa
file from the xcode archive. This is a very cheap operation, as it just zips some files in the.xcarchive
folder.main
branch