Hi, I have gone through several posts about this but I know things change with different versions of OS X and Xcode.
I need to push down Xcode 7.2 to a computer science lab running Yosemite to be used by students who don't have admin rights. I plan on using Composer to capture Xcode since it asks for an admin password after install and then installs some other things. I'm capturing the receipts so the device knows it has Xcode installed.
From what Ive read, I need to add students or everyone to the developer group by running:
dseditgroup -o edit -a everyone -t group _developer
And I also should enable DevToolsSecurity by running:
DevToolsSecurity -enable
I saw these recommendations from @gregneagle and @rhysforrester .
How does all this sound? I'm open for any advice but just to let you know, I'm not good at scripting.
Thanks
Mark