fastlane/lib/fastlane/actions/frame_screenshots.rb in fastlane-2.68.0 vs fastlane/lib/fastlane/actions/frame_screenshots.rb in fastlane-2.68.1
- old
+ new
@@ -13,10 +13,10 @@
Frameit::Runner.new.run('.')
end
end
def self.description
- "Adds device frames around all screenshots (via `frameit`)"
+ "Adds device frames around all screenshots (via _frameit_)"
end
def self.details
[
"Uses [frameit](https://github.com/fastlane/fastlane/tree/master/frameit) to prepare perfect screenshots for the App Store, your website, QA",