orta / chairs

Swap around your iOS Simulator Documents
MIT License
226 stars 7 forks source link

Xcode 6 Compatibility #7

Open parrots opened 10 years ago

parrots commented 10 years ago

Xcode 6 changes the location of the simulator directory, and changes the organization of files within those directories. Chairs isn't able to read/write from these new directories yet.

netbe commented 9 years ago

+1

orta commented 9 years ago

Done, in 1.1.0

orta commented 9 years ago

don't think this is working well enough to consider closed, will take a second stab.

Ashton-W commented 9 years ago

Any details @orta? I have done some wrangling of the new simulator directory stucture, will help if I can

orta commented 9 years ago

app / docs bundles are separate, and you can't just presume paths, moved to using the install log.

Just need to hook everything back up, https://github.com/orta/chairs/commit/039f965fce40c2907c2baeb47d76b8a1035afc46

davidquon commented 9 years ago

Just wondering if there is any update about Xcode 6 compatibility or if this is already working. :+1: for the useful gem.

orta commented 9 years ago

This is working for most cases I believe, I've been using it :+1: - I just don't think it's perfect yet.

Ashton-W commented 9 years ago

Works for me. However my usage has been quite basic.

We need a visit from the test fairy 😜