Skip to content

Commit

Permalink
Use CFBundleDisplayName instead of CFBundleName (fastlane-community#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
revolter authored and Josh Holtz committed Apr 24, 2018
1 parent 654f521 commit d2690fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fastlane/plugin/aws_s3/actions/aws_s3_action.rb
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def self.upload_ipa(s3_client, params, s3_region, s3_access_key, s3_secret_acces
build_num = info['CFBundleVersion']
bundle_id = info['CFBundleIdentifier']
bundle_version = info['CFBundleShortVersionString']
title = CGI.escapeHTML(info['CFBundleName'])
title = CGI.escapeHTML(info['CFBundleDisplayName'])
full_version = "#{bundle_version}.#{build_num}"

# Creating plist and html names
Expand Down

0 comments on commit d2690fd

Please sign in to comment.