pfarospa/iOS Size Reporter

Tracks iOS app download & install size on every PR — like bundlesize, but for iOS.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jun 22, 2026
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: pfarospa/ios-size-reporter@9ccec252f9e5e1557773fcbd10830c0ffba93d1f # iOS

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
ipa-pathPath to the .ipa file to analyzeyes
tokenGitHub token for posting PR commentsyes${{ github.token }}
size-limitFail if download size exceeds this value (e.g. '50 MB', '100 MB')no""
comment-on-prsPost a size report comment on pull requestsnotrue
fail-on-increaseFail the action if app size increased compared to baselinenofalse
baseline-branchBranch to compare against for size diffnomain
namedescription
download-size-bytesCompressed IPA download size in bytes
install-size-bytesUncompressed install size in bytes
download-size-humanHuman readable download size (e.g. '23.4 MB')
install-size-humanHuman readable install size (e.g. '58.1 MB')
report-jsonFull size report as JSON string