Skip to content

Instantly share code, notes, and snippets.

@tomcurran
Created June 24, 2025 15:17
Show Gist options
  • Select an option

  • Save tomcurran/6280278a6f802ed0829b53976573ce60 to your computer and use it in GitHub Desktop.

Select an option

Save tomcurran/6280278a6f802ed0829b53976573ce60 to your computer and use it in GitHub Desktop.
Fastlane Resign IPA
fastlane run resign \
ipa:"app.ipa" \
signing_identity:"iPhone Distribution: something" \
provisioning_profile:"something.mobileprovision" \
use_app_entitlements:true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment