Skip to content

Commit

Permalink
Update example config files
Browse files Browse the repository at this point in the history
Signed-off-by: Henrik Panhans <hpanhans@kayak.com>
  • Loading branch information
henrik-dmg committed Mar 7, 2024
1 parent c6c0475 commit 22bd938
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Example/example.config
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"outputSuffixes": ["iPhone X 5.8 inches"],
"screenshots": "Example/Screenshots/iPhone X/",
"templateFile": "Example/Template Files/iPhone X TemplateFile.png",
"numberOfSlices": 5,
"screenshotData": [
{
"screenshotName": "launchscreen.png",
Expand Down Expand Up @@ -91,6 +92,7 @@
"outputSuffixes": ["ipadPro", "ipadPro129"],
"screenshots": "Example/Screenshots/iPad Pro/",
"templateFile": "Example/Template Files/iPad Pro TemplateFile.png",
"numberOfSlices": 4,
"screenshotData": [
{
"screenshotName": "launchscreen.png",
Expand Down
2 changes: 2 additions & 0 deletions Example/example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ deviceData:
- iPhone X 5.8 inches
screenshots: Example/Screenshots/iPhone X/
templateFile: Example/Template Files/iPhone X TemplateFile.png
numberOfSlices: 4
screenshotData:
- screenshotName: launchscreen.png
zIndex: 12
Expand Down Expand Up @@ -66,6 +67,7 @@ deviceData:
- iPad Pro 12.9 inch
screenshots: Example/Screenshots/iPad Pro/
templateFile: Example/Template Files/iPad Pro TemplateFile.png
numberOfSlices: 5
screenshotData:
- screenshotName: launchscreen.png
zIndex: 12
Expand Down

0 comments on commit 22bd938

Please sign in to comment.