templates/default_project/bitrise/bitrise.yml.tt in fwtoolkit-2.2.4 vs templates/default_project/bitrise/bitrise.yml.tt in fwtoolkit-2.3.0

- old
+ new

@@ -261,11 +261,11 @@ - force_team_id: '' - force_code_sign_identity: "$CODESIGN_IDENTITY" - force_provisioning_profile_specifier: '' - force_provisioning_profile: '' - is_clean_build: 'yes' - - artifact_name: "$COMPANY_NAME-$PROJECT_NAME-$BITRISE_BUILD_NUMBER" + - 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>&lt;none&gt;</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: @@ -311,12 +311,9 @@ is_expand: true DEVPORTAL_USERNAME: c-i@futureworkshops.com - opts: is_expand: true FW_BUILD_NUMBER_OFFSET: '0' - - COMPANY_NAME: <%= config[:class_prefix] %> - opts: - is_expand: true - PROJECT_NAME: <%= config[:project_name] %> opts: is_expand: true - VERSION_NUMBER: 1.0.0