Skip to content

Instantly share code, notes, and snippets.

@allewun
Created February 4, 2015 02:52
Show Gist options
  • Save allewun/732e2887e34886a1901c to your computer and use it in GitHub Desktop.
Save allewun/732e2887e34886a1901c to your computer and use it in GitHub Desktop.
Allen's iOS tools and tricks - Originate iOS monthly meeting (Feb 2015)

iOS monthly meeting (February 2015)

Sharing some of my trusty tools and tricks. Will write an Originate blog post maybe...

Tools

  • Terminal
    • iTerm2 - OS X terminal replacement, open-source, well-maintained
    • TotalTerminal - hooks into default Terminal to make it available via hotkey (support seems to be fading). Used this for a few years, finally dropped it last week due to Yosemite bugs.
  • Xcode
    • Alcatraz - package manager for Xcode
    • snippets - mattt has some here
    • sounds
    • cursor
      • Xcode's default text selection cursor is practically invisible on dark backgrounds. Fix: copy this cursor to /Applications/Xcode.app/Contents/SharedFrameworks/DVTKit.framework/Resources/ (backup original first just in case).
    • alt+drag - rectangular text selection

Command line scripts

Useful things I've found/modified/written.

  • objcrepl - REPL for Objective-C
  • repo - quickly open repository in browser (Git Town has this too)
  • xc - open Xcode project that lives somewhere in this directory
  • md - open Markdown file that lives somewhere in this directory
  • adhoc - quickly make an adhoc OTA iOS build

Other things

  • keyboard shortcuts - Cmd + Shift + 4 + (Space), (then hold Ctrl to save to clipboard)

Ran out of time to talk about these.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment