fastlane/lib/fastlane/actions/badge.rb in fastlane-2.76.0.beta.20180116010004 vs fastlane/lib/fastlane/actions/badge.rb in fastlane-2.76.0

- old
+ new

@@ -36,9 +36,10 @@ "Automatically add a badge to your app icon" end def self.details [ + "[Please use the badge fastlane plugin instead: https://github.com/HazAT/fastlane-plugin-badge]", "This action will add a light/dark badge onto your app icon.", "You can also provide your custom badge/overlay or add an shield for more customization more info:", "https://github.com/HazAT/badge", "**Note** If you want to reset the badge back to default you can use `sh 'git checkout -- <path>/Assets.xcassets/'`" ].join("\n")