Provisioning Profile 自動化更新
教學連結
Sigh
fastlane sigh \
--force \
--cert_id $CERT_ID \ # You can get cert_id by Spaceshipe
--username $APPLE_ID \
--provision_name Sample_${PROVISION_VALID_YEAR}_InHouse \
--app_identifier tw.com.cathaylife.SampleAppForCI \
--team_id $DEV_PORTAL_TEAM_ID \
--filename Sample_${PROVISION_VALID_YEAR}_InHouse.mobileprovisioncert_id
envirornment variable
ProvisionQL

Last updated