Skip to main content
Question

Xcode 7.3.1 documentation for all users

  • September 7, 2016
  • 1 reply
  • 9 views

Forum|alt.badge.img+7

Has anyone managed to package xcodes documentation for all users? I've got Xcode working for all users and all users have access to the simulators but I'm looking for a way to package the 2g of documentation to a location accessible to all logged users rather than to the SUT and have it copied to all new and existing users.

1 reply

Forum|alt.badge.img+13
  • Honored Contributor
  • September 7, 2016

You could try a postinstall script to create a shortcut in /Users/Shared or /Applications? I do this for BlueJ and Eclipse

Larry