swift-emacs / swift-mode

Emacs support for Apple's Swift programming language.
GNU General Public License v3.0
363 stars 47 forks source link

Add support for running on device via ios-deploy #148

Closed msanders closed 6 years ago

msanders commented 6 years ago

Allows support for building / running on device via ios-deploy.

taku0 commented 6 years ago

It works fine. Can we unify swift-mode:build/debug-ios-simulator and swift-mode:build/debug-ios-device using a special device identifier, such as 00000000-0000-0000-0000-000000000000, representing a real device?

BTW, I have updated master branch for some tweak and checkdoc compliance.

msanders commented 6 years ago

Thanks @taku0. I think I've addressed your feedback, let me know if you have any other thoughts.

msanders commented 6 years ago

:+1: done, thanks!

taku0 commented 6 years ago

Everything works fine. Thank you!