From 062314d320819940052d79e404e198d4ba973866 Mon Sep 17 00:00:00 2001 From: Felix Krause Date: Wed, 13 May 2015 22:49:56 +0100 Subject: [PATCH] Updated README to describe the Mac OS X setup --- README.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/README.md b/README.md index 935b342..65adcaf 100644 --- a/README.md +++ b/README.md @@ -180,6 +180,40 @@ The `keyword.strings` and `title.strings` are standard `.strings` file you alrea Use [deliver](https://github.com/KrauseFx/deliver) to upload all screenshots to iTunes Connect completely automatic :rocket: +### Mac + +With `frameit` 2.0 is possible to also frame Mac OS X Applications. You have to provide the following: + +- The `offset` information so `frameit` knows where to put your screenshots +- A path to a `background`, which should contain both the background and the Mac +- `titleHeight`: The height in px that should be used for the title + +##### Example +```json +{ + "default": { + "title": { + "color": "#545454" + }, + "background": "Mac.jpg", + "offset": { + "offset": "+676+479", + "titleHeight": 320 + } + }, + "data": [ + { + "filter": "Brainstorming", + "keyword": { + "color": "#d21559" + } + } + ] +} +``` + +Check out the [MindNode example project](https://github.com/fastlane/examples/tree/master/MindNode/screenshots) + # Tips ## [`fastlane`](https://fastlane.tools) Toolchain