Skip to content
This repository has been archived by the owner on Nov 19, 2018. It is now read-only.

Commit

Permalink
Updated README to describe the Mac OS X setup
Browse files Browse the repository at this point in the history
  • Loading branch information
KrauseFx committed May 13, 2015
1 parent 583f1b6 commit 062314d
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 062314d

Please sign in to comment.