kitschpatrol / KPRunEverywhereXcodePlugin

An Xcode 7 plugin to build and run an app across multiple iOS devices with one click.
MIT License
316 stars 8 forks source link

Optimization: Build only when necessary #1

Closed kitschpatrol closed 7 years ago

kitschpatrol commented 10 years ago

Right now the plugin blindly builds the code before launching on each device to avoid architecture-related issues.

There are a few low-hanging optimizations to be done:

kitschpatrol commented 7 years ago

Least of our worries after Xcode 8.