Last active
August 29, 2015 14:23
-
-
Save carmelyne/d15d789bbb3b4f6e6bbf to your computer and use it in GitHub Desktop.
Social Media Artboard Preset for Sketch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Instructions: | |
1. CD into ~/Library/Containers/com.bohemiancoding.sketch3/Data/Library/Application\ Support/com.bohemiancoding.sketch3 | |
2. Once in the directory, type open . | |
3. Open artboards.plist with your preferred text editior | |
4. Add the code below --just right below | |
<plist version="1.0"> | |
<array> | |
-----Copy XML key/value pairs below----- | |
<dict> | |
<key>name</key> | |
<string>Social Media</string> | |
<key>presets</key> | |
<array> | |
<dict> | |
<key>height</key> | |
<integer>160</integer> | |
<key>name</key> | |
<string>FB - profile pic</string> | |
<key>width</key> | |
<integer>160</integer> | |
</dict> | |
<dict> | |
<key>height</key> | |
<integer>315</integer> | |
<key>name</key> | |
<string>FB - cover photo</string> | |
<key>width</key> | |
<integer>851</integer> | |
</dict> | |
<dict> | |
<key>height</key> | |
<integer>900</integer> | |
<key>name</key> | |
<string>FB - shared image</string> | |
<key>width</key> | |
<integer>1200</integer> | |
</dict> | |
<dict> | |
<key>height</key> | |
<integer>250</integer> | |
<key>name</key> | |
<string>G+ - profile pic</string> | |
<key>width</key> | |
<integer>250</integer> | |
</dict> | |
<dict> | |
<key>height</key> | |
<integer>700</integer> | |
<key>name</key> | |
<string>G+ - cover photo</string> | |
<key>width</key> | |
<integer>1240</integer> | |
</dict> | |
<dict> | |
<key>height</key> | |
<integer>400</integer> | |
<key>name</key> | |
<string>Twitter - profile pic</string> | |
<key>width</key> | |
<integer>400</integer> | |
</dict> | |
<dict> | |
<key>height</key> | |
<integer>500</integer> | |
<key>name</key> | |
<string>Twitter - cover photo</string> | |
<key>width</key> | |
<integer>1500</integer> | |
</dict> | |
<dict> | |
<key>height</key> | |
<integer>256</integer> | |
<key>name</key> | |
<string>Tumblr - profile pic</string> | |
<key>width</key> | |
<integer>256</integer> | |
</dict> | |
<dict> | |
<key>height</key> | |
<integer>1280</integer> | |
<key>name</key> | |
<string>Tumblr - shared image</string> | |
<key>width</key> | |
<integer>1920</integer> | |
</dict> | |
<dict> | |
<key>height</key> | |
<integer>800</integer> | |
<key>name</key> | |
<string>YouTube - channel icon</string> | |
<key>width</key> | |
<integer>800</integer> | |
</dict> | |
<dict> | |
<key>height</key> | |
<integer>1440</integer> | |
<key>name</key> | |
<string>YouTube - channel art</string> | |
<key>width</key> | |
<integer>2560</integer> | |
</dict> | |
<dict> | |
<key>height</key> | |
<integer>500</integer> | |
<key>name</key> | |
<string>LinkedIn - profile pic</string> | |
<key>width</key> | |
<integer>500</integer> | |
</dict> | |
<dict> | |
<key>height</key> | |
<integer>425</integer> | |
<key>name</key> | |
<string>LinkedIn - cover photo</string> | |
<key>width</key> | |
<integer>1400</integer> | |
</dict> | |
<dict> | |
<key>height</key> | |
<integer>60</integer> | |
<key>name</key> | |
<string>LinkedIn - company logo</string> | |
<key>width</key> | |
<integer>100</integer> | |
</dict> | |
<dict> | |
<key>height</key> | |
<integer>220</integer> | |
<key>name</key> | |
<string>LinkedIn - company cover photo</string> | |
<key>width</key> | |
<integer>646</integer> | |
</dict> | |
<dict> | |
<key>height</key> | |
<integer>400</integer> | |
<key>name</key> | |
<string>Pinterest - profile pic</string> | |
<key>width</key> | |
<integer>400</integer> | |
</dict> | |
<dict> | |
<key>height</key> | |
<integer>400</integer> | |
<key>name</key> | |
<string>Instagram - profile pic</string> | |
<key>width</key> | |
<integer>400</integer> | |
</dict> | |
<dict> | |
<key>height</key> | |
<integer>1280</integer> | |
<key>name</key> | |
<string>Instagram - image</string> | |
<key>width</key> | |
<integer>1280</integer> | |
</dict> | |
</array> | |
</dict> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment