diff --git a/MockupEngineer/templates/imac242021/__init__.py b/MockupEngineer/templates/imac242021/__init__.py index ad48f74..72f6432 100644 --- a/MockupEngineer/templates/imac242021/__init__.py +++ b/MockupEngineer/templates/imac242021/__init__.py @@ -21,12 +21,12 @@ class Device(Template): "Silver": 'silver', "Yellow": 'yellow'} - self.__portrait_width__ = 4216 - self.__portrait_height__ = 2375 - self.__portrait_x__ = 517 - self.__portrait_y__ = 302 + self.__portrait_width__ = 2008 + self.__portrait_height__ = 1131 + self.__portrait_x__ = 246 + self.__portrait_y__ = 144 - self.__landscape_width__ = 4216 - self.__landscape_height__ = 2375 - self.__landscape_x__ = 517 - self.__landscape_y__ = 302 + self.__landscape_width__ = 2008 + self.__landscape_height__ = 1131 + self.__landscape_x__ = 246 + self.__landscape_y__ = 144 diff --git a/MockupEngineer/templates/imac242021/blue/landscape.png b/MockupEngineer/templates/imac242021/blue/landscape.png index 3411d2f..d67bdbc 100644 Binary files a/MockupEngineer/templates/imac242021/blue/landscape.png and b/MockupEngineer/templates/imac242021/blue/landscape.png differ diff --git a/MockupEngineer/templates/imac242021/blue/portrait.png b/MockupEngineer/templates/imac242021/blue/portrait.png index 3411d2f..e1b6434 100644 Binary files a/MockupEngineer/templates/imac242021/blue/portrait.png and b/MockupEngineer/templates/imac242021/blue/portrait.png differ diff --git a/MockupEngineer/templates/imac242021/example.png b/MockupEngineer/templates/imac242021/example.png index d86984e..201fae5 100644 Binary files a/MockupEngineer/templates/imac242021/example.png and b/MockupEngineer/templates/imac242021/example.png differ diff --git a/MockupEngineer/templates/imac242021/green/landscape.png b/MockupEngineer/templates/imac242021/green/landscape.png index 795ea39..259202d 100644 Binary files a/MockupEngineer/templates/imac242021/green/landscape.png and b/MockupEngineer/templates/imac242021/green/landscape.png differ diff --git a/MockupEngineer/templates/imac242021/green/portrait.png b/MockupEngineer/templates/imac242021/green/portrait.png index 795ea39..8ee4765 100644 Binary files a/MockupEngineer/templates/imac242021/green/portrait.png and b/MockupEngineer/templates/imac242021/green/portrait.png differ diff --git a/MockupEngineer/templates/imac242021/orange/landscape.png b/MockupEngineer/templates/imac242021/orange/landscape.png index 592bff3..9eb8fc2 100644 Binary files a/MockupEngineer/templates/imac242021/orange/landscape.png and b/MockupEngineer/templates/imac242021/orange/landscape.png differ diff --git a/MockupEngineer/templates/imac242021/orange/portrait.png b/MockupEngineer/templates/imac242021/orange/portrait.png index 592bff3..4f0b3a8 100644 Binary files a/MockupEngineer/templates/imac242021/orange/portrait.png and b/MockupEngineer/templates/imac242021/orange/portrait.png differ diff --git a/MockupEngineer/templates/imac242021/pink/landscape.png b/MockupEngineer/templates/imac242021/pink/landscape.png index 7349279..42cb521 100644 Binary files a/MockupEngineer/templates/imac242021/pink/landscape.png and b/MockupEngineer/templates/imac242021/pink/landscape.png differ diff --git a/MockupEngineer/templates/imac242021/pink/portrait.png b/MockupEngineer/templates/imac242021/pink/portrait.png index 7349279..27b20c6 100644 Binary files a/MockupEngineer/templates/imac242021/pink/portrait.png and b/MockupEngineer/templates/imac242021/pink/portrait.png differ diff --git a/MockupEngineer/templates/imac242021/purple/landscape.png b/MockupEngineer/templates/imac242021/purple/landscape.png index c320727..b088316 100644 Binary files a/MockupEngineer/templates/imac242021/purple/landscape.png and b/MockupEngineer/templates/imac242021/purple/landscape.png differ diff --git a/MockupEngineer/templates/imac242021/purple/portrait.png b/MockupEngineer/templates/imac242021/purple/portrait.png index c320727..ba8c8b1 100644 Binary files a/MockupEngineer/templates/imac242021/purple/portrait.png and b/MockupEngineer/templates/imac242021/purple/portrait.png differ diff --git a/MockupEngineer/templates/imac242021/silver/landscape.png b/MockupEngineer/templates/imac242021/silver/landscape.png index ec3853e..674858b 100644 Binary files a/MockupEngineer/templates/imac242021/silver/landscape.png and b/MockupEngineer/templates/imac242021/silver/landscape.png differ diff --git a/MockupEngineer/templates/imac242021/silver/portrait.png b/MockupEngineer/templates/imac242021/silver/portrait.png index ec3853e..406a5d5 100644 Binary files a/MockupEngineer/templates/imac242021/silver/portrait.png and b/MockupEngineer/templates/imac242021/silver/portrait.png differ diff --git a/MockupEngineer/templates/imac242021/yellow/landscape.png b/MockupEngineer/templates/imac242021/yellow/landscape.png index 5c61021..f0e2b92 100644 Binary files a/MockupEngineer/templates/imac242021/yellow/landscape.png and b/MockupEngineer/templates/imac242021/yellow/landscape.png differ diff --git a/MockupEngineer/templates/imac242021/yellow/portrait.png b/MockupEngineer/templates/imac242021/yellow/portrait.png index 5c61021..2a9337a 100644 Binary files a/MockupEngineer/templates/imac242021/yellow/portrait.png and b/MockupEngineer/templates/imac242021/yellow/portrait.png differ diff --git a/setup.py b/setup.py index 09b7b69..28dfb74 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup, find_packages setup( name='MockupEngineer', - version='2022.01.30.1', + version='2022.01.30.2', packages=find_packages(), url='https://github.com/ulbwazhine/MockupEngineer', license='MIT',