Skip to content

Commit

Permalink
iPhone 6 and Apple Watch Series 1 device images will no longer be inc…
Browse files Browse the repository at this point in the history
…luded in Framer >= v93
  • Loading branch information
eelco committed Jun 12, 2017
1 parent e5f8f39 commit 67e7f9e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions framer/Components/DeviceComponent.coffee
Expand Up @@ -707,6 +707,7 @@ googlePixelReleaseVersion = 75
desktopReleaseVersion = 70
newDeviceMinVersion = 53
oldDeviceMaxVersion = 52
redesignMaxVersion = 92

iPadAir2BaseDevice =
deviceImageWidth: 1856
Expand Down Expand Up @@ -781,6 +782,7 @@ iPhone6BaseDevice =
devicePixelRatio: 2
deviceType: "phone"
minStudioVersion: newDeviceMinVersion
maxStudioVersion: redesignMaxVersion
hands:
"iphone-hands-2":
width: 2400
Expand All @@ -798,6 +800,7 @@ iPhone6PlusBaseDevice =
devicePixelRatio: 3
deviceType: "phone"
minStudioVersion: newDeviceMinVersion
maxStudioVersion: redesignMaxVersion
hands:
"iphone-hands-2":
width: 3987
Expand Down Expand Up @@ -1032,6 +1035,7 @@ AppleWatch42Device =
screenHeight: 390
devicePixelRatio: 2
minStudioVersion: newDeviceMinVersion
maxStudioVersion: redesignMaxVersion

AppleWatch38Device =
deviceImageWidth: 472
Expand All @@ -1041,6 +1045,7 @@ AppleWatch38Device =
screenHeight: 340
devicePixelRatio: 2
minStudioVersion: newDeviceMinVersion
maxStudioVersion: redesignMaxVersion

AppleWatch38BlackLeatherDevice =
deviceImageWidth: 472
Expand All @@ -1050,6 +1055,7 @@ AppleWatch38BlackLeatherDevice =
screenHeight: 340
devicePixelRatio: 2
minStudioVersion: newDeviceMinVersion
maxStudioVersion: redesignMaxVersion

AppleMacBook =
deviceImageWidth: 3084
Expand Down

0 comments on commit 67e7f9e

Please sign in to comment.