-
Type:
New Feature
-
Resolution: Unresolved
-
Priority:
Major
-
Component/s: xcode-plugin
-
None
Hi,
It would be really nice to be able to add support for additional buildactions other than the default buildaction "build".
Here's a list of buildactions from apple https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man1/xcodebuild.1.html
buildaction ...
Specify a build action (or actions) to perform on the target. Available build actions are:
build Build the target in the build root (SYMROOT). This is the default build action.
analyze Build and analyze a target or scheme from the build root (SYMROOT). This requires
specifying a scheme.
archive Archive a scheme from the build root (SYMROOT). This requires specifying a scheme.
test Test a scheme from the build root (SYMROOT). This requires specifying a scheme and
optionally a destination.
installsrc Copy the source of the project to the source root (SRCROOT).
install Build the target and install it into the target's installation directory in the dis-tribution distribution
tribution root (DSTROOT).
clean Remove build products and intermediate files from the build root (SYMROOT).