frameit/lib/frameit/mac_editor.rb in fastlane-2.115.0.beta.20190122200028 vs frameit/lib/frameit/mac_editor.rb in fastlane-2.115.0.beta.20190123200015
- old
+ new
@@ -22,10 +22,10 @@
def load_frame
nil # Macs don't need frames - backgrounds only
end
- def should_add_title?
+ def is_complex_framing_mode?
true # Mac screenshots always need a background
end
def generate_background
MiniMagick::Image.open(fetch_config['background']) # no resizing on the Mac