shinydevelopment / SimulatorStatusMagic

Clean up your status bar for taking screenshots on the iOS simulator.
MIT License
2.35k stars 139 forks source link

Elaborate installation instructions for 'without a dependency manager' #60

Closed kenthumphries closed 6 years ago

kenthumphries commented 6 years ago

Adds installation instructions for users wishing to add SimulatorStatusMagiciOS without a dependency manager. Instructions give advice on adding the framework only when app is built in Debug configuration.

This references a shell script I have made available as a public gist here: https://gist.github.com/kenthumphries/cf04683184217c7331f9c213c556c65a

I previously raised a PR to add bitcode support, but this was a mistake as the framework also contains non public APIs. It was also a poor choice on my part to try shipping a Debug only framework! 😳 This solution solves the problem in a manner similar (albeit simplified) to Carthage.

daveverwer commented 6 years ago

Thanks!

kenthumphries commented 6 years ago

Thanks for merging! :)