chairs
chairs copied to clipboard
Swap around your iOS Simulator Documents
doing `chairs pull anyname` Gives me such output in terminal: ``` /Users/austinate/.rvm/gems/ruby-2.2.1/gems/chairs-1.1.0/lib/musician.rb:254:in `get_app_name': undefined method `each' for # (NoMethodError) from /Users/austinate/.rvm/gems/ruby-2.2.1/gems/chairs-1.1.0/lib/musician.rb:188:in `setup' from /Users/austinate/.rvm/gems/ruby-2.2.1/gems/chairs-1.1.0/lib/musician.rb:46:in `pull' from /Users/austinate/.rvm/gems/ruby-2.2.1/gems/chairs-1.1.0/lib/musician.rb:17:in `initialize' from /Users/austinate/.rvm/gems/ruby-2.2.1/gems/chairs-1.1.0/bin/chairs:8:in...
Running Xcode 7, sitting in the directory for my app, I ran... ``` barbecuesteve:MyApp 🔥 chairs sync Couldn't find an active iOS Simulator barbecuesteve:MyApp 🔥 ps aux|grep "Simulator " barbecuesteve...
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.
I would like to be able to use **chairs** more generally to download and upload files from the simulator - maybe even devices. The function I'm looking for is to...
`.xcappdata` bundles as created by Xcode's Organizer. Xcode 6 actually has a bug with loading `.xcappdata` bundles into the simulator, so this would make **chairs** the only way to load...
Would be nice to do chairs info [x] and find out that it was version 1.3 instead of 1.4 for example