templates/bitrise/ios/bitrise.yml.tt in fwtoolkit-2.6.0 vs templates/bitrise/ios/bitrise.yml.tt in fwtoolkit-2.6.1
- old
+ new
@@ -238,11 +238,11 @@
echo "" >> "$xconfig"
echo "Final file"
pbcopy < "$xconfig"
pbpaste
- - xcode-archive:
+ - xcode-archive@3:
inputs:
- upload_bitcode: 'no'
- compile_bitcode: 'no'
- team_id: "$DEVPORTAL_TEAM"
- configuration: Release
@@ -254,10 +254,10 @@
- is_clean_build: 'yes'
- artifact_name: "$PROJECT_NAME-$BITRISE_BUILD_NUMBER"
- export_method: "$EXPORT_TYPE"
- custom_export_options_plist_content: "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE
plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\">\n<plist
- version=\"1.0\">\n<dict>\n\t<key>method</key>\n\t<string>$EXPORT_TYPE</string>\n\t<key>teamID</key>\n\t<string>$DEVPORTAL_TEAM</string>\n\t<key>thinning</key>\n\t<string><none></string>\n\t<key>provisioningProfiles</key>\n\t<dict>\n\t\t<key>$PRODUCT_BUNDLE_IDENTIFIER</key>\n\t\t<string>$PROVISIONING_PROFILE_NAME</string>\n\t</dict>\n</dict>\n</plist>"
+ version=\"1.0\">\n<dict>\n\t<key>method</key>\n\t<string>$EXPORT_TYPE</string>\n\t<key>teamID</key>\n\t<string>$DEVPORTAL_TEAM</string>\n\t<key>thinning</key>\n\t<string><none></string>\n\t<key>signingStyle</key>\n\t<string>manual</string>\n\t<key>signingCertificate</key>\n\t<string>$CODESIGN_IDENTITY</string>\n\t<key>provisioningProfiles</key>\n\t<dict>\n\t\t<key>$PRODUCT_BUNDLE_IDENTIFIER</key>\n\t\t<string>$PROVISIONING_PROFILE_NAME</string>\n\t</dict>\n</dict>\n</plist>"
- git::https://github.com/FutureWorkshops/steps-github-status.git@master:
title: Git Hub status
run_if: .IsCI
inputs:
- auth_token: "$FW_GITHUB_STATUS_AUTH_TOKEN"