Skip to content

Commit

Permalink
Add min studio version for new devices
Browse files Browse the repository at this point in the history
  • Loading branch information
J.P.P Treub committed Sep 7, 2016
1 parent a5e37a1 commit 2de07a1
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions framer/Components/DeviceComponent.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -606,6 +606,7 @@ class exports.DeviceComponent extends BaseClass
###########################################################################
# DEVICE CONFIGURATIONS

desktopReleaseVersion = 70
newDeviceMinVersion = 53
oldDeviceMaxVersion = 52

Expand Down Expand Up @@ -870,7 +871,7 @@ AppleMacBook =
screenWidth: 2304
screenHeight: 1440
deviceType: "computer"
minStudioVersion: newDeviceMinVersion
minStudioVersion: desktopReleaseVersion

AppleMacBookAir =
deviceImageWidth: 2000
Expand All @@ -879,7 +880,7 @@ AppleMacBookAir =
screenWidth: 1440
screenHeight: 900
deviceType: "computer"
minStudioVersion: newDeviceMinVersion
minStudioVersion: desktopReleaseVersion

AppleMacBookPro =
deviceImageWidth: 3820
Expand All @@ -888,7 +889,7 @@ AppleMacBookPro =
screenWidth: 2880
screenHeight: 1800
deviceType: "computer"
minStudioVersion: newDeviceMinVersion
minStudioVersion: desktopReleaseVersion

AppleIMac =
deviceImageWidth: 2800
Expand All @@ -897,7 +898,7 @@ AppleIMac =
screenWidth: 2560
screenHeight: 1440
deviceType: "computer"
minStudioVersion: newDeviceMinVersion
minStudioVersion: desktopReleaseVersion

DellXPS =
deviceImageWidth: 5200
Expand All @@ -906,15 +907,15 @@ DellXPS =
screenWidth: 3840
screenHeight: 2160
deviceType: "computer"
minStudioVersion: newDeviceMinVersion
minStudioVersion: desktopReleaseVersion

SonyW85OC =
deviceImageWidth: 1320
deviceImageHeight: 860
deviceImageCompression: true
screenWidth: 1280
screenHeight: 720
minStudioVersion: newDeviceMinVersion
minStudioVersion: desktopReleaseVersion

###########################################################################
# OLD DEVICE CONFIGURATIONS
Expand Down

0 comments on commit 2de07a1

Please sign in to comment.