Differences between revisions 3 and 4
Revision 3 as of 2017-04-11 00:21:26
Size: 307
Editor: SamatJain
Comment:
Revision 4 as of 2017-04-11 00:28:15
Size: 377
Editor: SamatJain
Comment:
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
== Xcode/macOS platform SDK ==
Line 9: Line 11:
[[https://developer.apple.com/download/more/|Downloads for Apple developers]] [[https://developer.apple.com/download/more/|Downloads for Apple developers]]: archives of Xcode, etc going back.

   1 # Add a user to a group from the command line
   2 sudo dseditgroup -o edit -a $username_to_add -t user $group_to_be_added_to

Xcode/macOS platform SDK

https://github.com/phracker/MacOSX-SDKs: Archived versions of macOS SDKs.

Downloads for Apple developers: archives of Xcode, etc going back.

SamatsWiki: macOS (last edited 2017-08-28 18:15:03 by SamatJain)