Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

An Xcode 7 plugin to build and run an app across multiple iOS devices with one click.

License

NotificationsYou must be signed in to change notification settings

kitschpatrol/KPRunEverywhereXcodePlugin

Repository files navigation


Overview

An Xcode 7 plugin to build and run an app across multiple iOS devices with one click.

Gone are the days of manually switching between device destinations and fiddling with the "play" and "stop" buttons. RunEverywhere streamlines development and testing across multiple iPhone / iPod models. This is especially handy if you're building multi-player games, universal apps, or networked apps in general.

The plugin adds two new commands to Xcode's "Product" menu.

Run Everywhere + + +R

Builds and runs the app on all attached devices.

Stop Everywhere + + +.

Stops the app on all attached devices.


Installation

Two options here:

Via Alcatraz

RunEverywhere is available through theAlcatraz Xcode plugin management system.

From source

Simply build the Xcode project and restart Xcode. The plugin will automatically install to~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/.

To uninstall, just remove the plugin from the above directory, and restart Xcode:

rm -rf ~/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins/KPRunEverywhereXcodePlugin.xcplugin

Compatibility

KPRunEverywhere is compatible with Xcode 5, 6, and 7.

It's specifically tested and known to work on:

  • Xcode 5.1.0 + Mac OS X 10.9.2
  • Xcode 6.0.1 + Mac OS X 10.9.5
  • Xcode 6.3.0 + Mac OS X 10.10.3
  • Xcode 7.0.1 + Mac OS X 10.11.0
  • Xcode 7.1.0 + Mac OS X 10.11.1

Limitations

This isn't going to work on the simulator.

Running everywhere might not work if Xcode loses focus during to app-launch process. I recommend giving Xcode a second to collect itself after invoking Run Everywhere. This is an unfortunate side-effect of the menu-manipulating implementation.

Unfortunately, Apple removed support for traditional plugins in Xcode 8, and the new official APIs do not allow the functionality implemented in KPRunEverywhere. Any progress on this front will be tracked inissue #17.


Thanks

Built withDelisa Mason's super handyXcode Plugin Template.

Inspiration was drawn from a couple of Stack Overflow threads:


Author

Eric Mika
github.com/kitschpatrol
@kitschpatrol


License

MIT

About

An Xcode 7 plugin to build and run an app across multiple iOS devices with one click.

Resources

License

Stars

Watchers

Forks

Contributors3

  •  
  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp