Skip to content

A Xcode plugin that can auto select all targets.

Notifications You must be signed in to change notification settings

fjtrujy/AutoSelectTargets

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AutoSelectTargets

AutoSelectTargets is a plugin for Xcode. The plugin intends to auto select targets depending of the selected configuration when you add files to the project.

image image

If sometimes you want to add files to a specif target, you can click the Xcode menu "Plugins", then to "Auto Select Targets" sub menu and then select/deselect all options.

Support Xcode Versions

  • Xcode5
  • Xcode6
  • Xcode7
  • Xcode8

Install

  • Using Alcatraz
  • Adding "AutoSelectTargets" plugin

Manual build and install

  • Download source code and open AutoSelectTargets.xcodeproj with Xcode.
  • Select "Edit Scheme" and set "Build Configuration" as "Release"
  • Build it. It automatically installs the plugin into the correct directory.
  • Restart Xcode. (Make sure that the Xcode process is terminated entirely)

Manual uninstall

Delete the following directory:

$HOME/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins/AutoSelectTargets.xcplugin

License

			DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
                    Version 1, August 2016

 Copyright (C) 2016 Fjtrujy (https://github.com/fjtrujy)

 Everyone is permitted to copy and distribute verbatim or modified
 copies of this license document, and changing it is allowed as long
 as the name is changed.

            DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

  0. You just DO WHAT THE FUCK YOU WANT TO.

About

A Xcode plugin that can auto select all targets.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 100.0%