AllTargets is a plugin for Xcode. The plugin intends to auto select all targets when you add files to the project.
If sometimes you want to add files to one target, you can click the Xcode menu "Plugins", and click the "Auto Select All Targets" sub menu to select/deselect all targets.
- Xcode5
- Xcode6
- Using Alcatraz
- Download source code and open AllTargets.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)
Delete the following directory:
$HOME/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins/AllTargets.xcplugin
See the tutorial in my blog.
http://www.poboke.com/study/write-a-xcode-plugin-to-auto-select-all-targets.html
(The WTFPL)
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2015 Jobs (www.poboke.com)
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.