Skip to content
This repository has been archived by the owner on Nov 19, 2018. It is now read-only.

Commit

Permalink
Added support for Apple watch screenshots
Browse files Browse the repository at this point in the history
Fixes #373
  • Loading branch information
KrauseFx committed Sep 30, 2015
1 parent fc306b1 commit 8f7aaaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/deliver/app_screenshot.rb
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def device_type
ScreenSize::IOS_55 => "iphone6Plus",
ScreenSize::IOS_IPAD => "ipad",
ScreenSize::MAC => "mac",
ScreenSize::IOS_APPLE_WATCH => "Watch"
ScreenSize::IOS_APPLE_WATCH => "watch"
}
return matching[self.screen_size]
end
Expand Down

0 comments on commit 8f7aaaa

Please sign in to comment.