Skip to content

Instantly share code, notes, and snippets.

View JoshHrach's full-sized avatar
🏠
Working from home

Josh Hrach JoshHrach

🏠
Working from home
View GitHub Profile
@JoshHrach
JoshHrach / fullsim
Created November 23, 2016 19:04 — forked from chrisfsampaio/fullsim
LLDB 'script' to enable full screen mode in the iOS Simulator
#!/usr/bin/env bash
lldb -n Simulator \
-o "expr ((NSWindow *)[(NSArray *)[[NSApplication sharedApplication] windows] setValue:@(1<<7|1<<8|1<<11) forKey:@\"collectionBehavior\"]);" \
-o "set set auto-confirm true" \
-o quit
call ((NSWindow *)[(NSArray *)[[NSApplication sharedApplication] windows] lastObject]).collectionBehavior = 1<<7|1<<8|1<<11
@JoshHrach
JoshHrach / gist:43738be7c848db1866fc25d9b95d93ba
Created August 1, 2016 18:47 — forked from eytanschulman/gist:8bd26bd6cd4d617868d99136253d95a6
Run Apps from Xcode 7.3.1 onto an iOS 10 device
sudo ln -s /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/10.0\ \(14A5322e\) \
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport