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
| tell application "Simulator" | |
| activate | |
| end tell | |
| tell application "System Events" | |
| tell process "Simulator" | |
| tell menu bar 1 | |
| tell menu bar item "Simulator" | |
| tell menu "Simulator" |
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
| atom-sync |
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
| # Put me in: ~/Library/Application Support/Sublime Text 2/Packages/User/ | |
| # Set your layout to Grid 4 - Go to view > layout > Grid: 4 | |
| # Based on this Gist from Fokke - https://gist.github.com/FokkeZB/6218345 | |
| # Alloy lay-out for Sublime Text http://withtitanium.com/2013/08/titanium-alloy-optimized-sublime-text-2-layout/ | |
| # Put me in: ~/Library/Application Support/Sublime Text 2/Packages/User/ | |
| import sublime, sublime_plugin, inspect | |
| from os.path import splitext |