fastlane/lib/fastlane/actions/badge.rb in fastlane-2.26.0 vs fastlane/lib/fastlane/actions/badge.rb in fastlane-2.26.1

- old
+ new

@@ -122,10 +122,10 @@ description: "Position of shield on icon. Default: North - Choices include: NorthWest, North, NorthEast, West, Center, East, SouthWest, South, SouthEast", optional: true, is_string: true), FastlaneCore::ConfigItem.new(key: :shield_no_resize, env_name: "FL_BADGE_SHIELD_NO_RESIZE", - description: "Shield image will no longer be resized to aspect fill the full icon. Instead it will only be shrinked to not exceed the icon graphic", + description: "Shield image will no longer be resized to aspect fill the full icon. Instead it will only be shrunk to not exceed the icon graphic", optional: true, is_string: false, verify_block: proc do |value| UI.user_error!("shield_no_resize is only a flag and should always be true") unless value == true end)