onmyway133 / XcodeWay

:sailboat: An Xcode Source Editor Extension that helps navigating to many places easier
https://onmyway133.com/
MIT License
556 stars 37 forks source link

Support Xcode 6 simulator document location #2

Closed veiz closed 9 years ago

veiz commented 9 years ago

Xcode 6 moved document location for simulator from old ~/Library/Application Support/IPhone Simulator/ to /Users/{YOUR NAME}/Library/Developer/CoreSimulator/Devices/{DEVICE ID}/data/Containers/Data/Application/{APPLICATION ID}/

Check http://stackoverflow.com/a/26014275.

onmyway133 commented 9 years ago

@veiz thanks for letting me know. I just fixed it https://github.com/onmyway133/XcodeWay/commit/7a97ca13cad0e8b30b05d7f4e2a6e5cb41c5edc1

The trick is find the latest folder to show, inspired by this https://nsrover.wordpress.com/2014/11/28/ios8-simulator-documents-directory/