fastlane/lib/fastlane/actions/badge.rb in fastlane-2.94.0.beta.20180425050017 vs fastlane/lib/fastlane/actions/badge.rb in fastlane-2.94.0.beta.20180426050049
- old
+ new
@@ -36,14 +36,14 @@
"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]",
+ "Please use the [badge plugin](https://github.com/HazAT/fastlane-plugin-badge) instead.",
"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/'`"
+ "You can also provide your custom badge/overlay or add a shield for more customization.",
+ "More info: [https://github.com/HazAT/badge](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")
end
def self.example_code
[