Skip to content

Instantly share code, notes, and snippets.

@MoathOthman
Created March 3, 2015 07:15
Show Gist options
  • Save MoathOthman/a2164c62ac596f81c567 to your computer and use it in GitHub Desktop.
Save MoathOthman/a2164c62ac596f81c567 to your computer and use it in GitHub Desktop.
Path to app directory in simulator on OSX Yosemite
NSLog(@"app dir: %@",[[[NSFileManager defaultManager] URLsForDirectory:NSDocumentDirectory inDomains:NSUserDomainMask] lastObject]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment