Posted on 10-26-2014 08:13 AM
Has anyone had success getting xCode installed via Self Service when the end user does not have local admin access?
Posted on 10-26-2014 09:31 AM
Paging @rtrouton ...
It has been done in the past for Xcode 5. I'd imagine its possible with the same techniques for 6.
Posted on 10-26-2014 10:14 AM
I've been downloading an Xcode 6.1 installer using the technique described here:
http://derflounder.wordpress.com/2013/08/22/downloading-apples-server-app-installer-package/
Once I have that installer, I have it associated with an installation policy, then make that policy available in Self Service for my users.
I'm using the following scripts as Before and After scripts:
I set xcode_uninstall.sh as the Before script and xcode_post_install.sh as the After script.
Posted on 01-29-2015 03:48 PM
Chiming in here to thank @rtrouton for the detailed and helpful write-up as usual!
Posted on 03-12-2015 06:07 AM
@rtrouton can this be included as a pre/post install script to the package?
What about attaching your CLI installer script?
Posted on 03-12-2015 06:10 AM
I'm not certain what you're asking for. Could you be more specific?
Posted on 03-12-2015 06:12 AM
Installing the Xcode Command Line Tools separately shouldn't be necessary if you're installing Xcode. The needed tools are included as part of a normal Xcode installation. For more information on this, see this post:
Posted on 03-12-2015 06:16 AM
Sorry, yes - I often forget that others can't see my screen or be inside my head to understand what I'm talking about. Anyway - almost all of our Xcode Dev's want the CLI, so I try to just bundle it in there with them. I was browsing your blog and saw this
Posted on 03-12-2015 06:38 AM
@jwojda, Sure, the script you linked to should work to install the Xcode Command Line Tools: